A NOTE has been added to this issue.
======================================================================
http://www.dbmail.org/mantis/view.php?id=428
======================================================================
Reported By: metalchaos
Assigned To:
======================================================================
Project: DBMail
Issue ID: 428
Category: Sieve (delivery, dbmail-sievecmd, dbmail-timsieved)
Reproducibility: always
Severity: major
Priority: normal
Status: new
target:
======================================================================
Date Submitted: 16-Oct-06 08:53 CEST
Last Modified: 18-Oct-06 22:17 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";
}
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
======================================================================