The following issue has been RESOLVED.
======================================================================
http://www.dbmail.org/mantis/view.php?id=428
======================================================================
Reported By: metalchaos
Assigned To: aaron
======================================================================
Project: DBMail
Issue ID: 428
Category: Sieve (delivery, dbmail-sievecmd, dbmail-timsieved)
Reproducibility: always
Severity: major
Priority: normal
Status: resolved
target:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 16-Oct-06 08:53 CEST
Last Modified: 20-Oct-06 05:51 CEST
======================================================================
Summary: mail not delivered if filter activated
Description:
If I send a mail to an account wich has a filter activated the mail arrives
nowhere. If the account doesn't have any filter activated the mail gets
through.
======================================================================
----------------------------------------------------------------------
aaron - 18-Oct-06 18:03
----------------------------------------------------------------------
I forgot to ask, but could you post your script?
Does it crash with any script you try, or just one in particular?
----------------------------------------------------------------------
metalchaos - 18-Oct-06 22:17
----------------------------------------------------------------------
require ["fileinto"];
if allof (address :contains ["From"] "[EMAIL PROTECTED]") {
fileinto "Junk Mail";
}
elsif allof (header :contains "subject" "test") {
fileinto "Sent";
}
elsif allof (address :contains ["From"] "someone") {
fileinto "Sent";
}
----------------------------------------------------------------------
aaron - 20-Oct-06 05:51
----------------------------------------------------------------------
Really boneheaded bug on my part, now fixed in libSieve 2.2.1.
Issue History
Date Modified Username Field Change
======================================================================
16-Oct-06 08:53 metalchaos New Issue
16-Oct-06 08:53 metalchaos File Added: notdelivered.txt
16-Oct-06 08:53 metalchaos File Added: delivered.txt
18-Oct-06 18:03 aaron Note Added: 0001502
18-Oct-06 22:17 metalchaos Note Added: 0001503
20-Oct-06 05:51 aaron Status new => resolved
20-Oct-06 05:51 aaron Resolution open => fixed
20-Oct-06 05:51 aaron Assigned To => aaron
20-Oct-06 05:51 aaron Note Added: 0001505
======================================================================