The following issue has been SUBMITTED. ====================================================================== http://www.dbmail.org/mantis/view.php?id=415 ====================================================================== Reported By: metalchaos Assigned To: ====================================================================== Project: DBMail Issue ID: 415 Category: bug tracker Reproducibility: always Severity: minor Priority: normal Status: new target: ====================================================================== Date Submitted: 25-Sep-06 12:09 CEST Last Modified: 25-Sep-06 12:09 CEST ====================================================================== Summary: sieve filter with "message 'From:' contains:" not working Description: I have this filter:
require ["fileinto"]; if allof (address :contains ["From"] "[EMAIL PROTECTED]") { fileinto "Junk Mail"; } But when I send mail from that accont it still delivers in INBOX. Here is the log: dbmail/lmtpd[7524]: Info Getting header [From] returning value ["Alexandru Anghel" <[EMAIL PROTECTED]>] dbmail/lmtpd[7524]: Info No actions taken; message must be kept. dbmail/lmtpd[7524]: Info sort.c,sort_deliver_to_mailbox: useridnr [3] mailbox [INBOX] If I try the same thing with Subject it works I mean if I have this script: require ["fileinto"]; if allof (header :contains "subject" "test") { fileinto "Junk Mail"; } and I send a mail with subject "test 12" the mail is delivered into Junk Mail. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 25-Sep-06 12:09 metalchaos New Issue ======================================================================