Ticket #2316 (closed defeito: fixed)

Opened 12 years ago

Last modified 12 years ago

Filtro por tamanho não funciona

Reported by: cesar.vianna Owned by: zapa
Priority: normal Milestone: Expresso 2.3.0
Component: ExpressoMail Version: branch 2.3
Severity: média Keywords: TAG2.3.0.9, Sync24
Cc: WorkGroup: Centro de Testes

Description

Filtro por tamanho não apresenta resultado esperado. Para simular:

  • Crie um filtro com a opção "Se alguma opção for atendida"
  • Critério: ser maior que 1024K
  • Envie uma mensagem tamanho menor que 1024k
  • A mensagem entrará no filtro.

Obs; o filtro no sieve ficou:

elsif anyof (header :contains "subject" ["", ""], size :under 1024K) {

redirect "email@…";

Change History

comment:1 Changed 12 years ago by guilherme.silva

  • Owner changed from guilherme.silva to zapa

comment:2 Changed 12 years ago by kolling

  • Status changed from new to closed
  • Resolution set to fixed
  • Summary changed from Filtro por tamanha não funciona to Filtro por tamanho não funciona

Commit na revisão [5186].

comment:3 Changed 12 years ago by douglasz

  • Keywords TAG2.3.0.9, Sync24 added; TAG2.3.0.9 removed
Note: See TracTickets for help on using tickets.