Hi,
I've enabled sieve and installed Websieve (version 0.61h) on our two
servers running Cyrus Imap 1.6.25. An user complained of getting messages
delivered both to his Inbox and a folder when he was trying to file
messages directly to a folder by a sieve script. I made this script and
tested it:

require ["fileinto"];

if allof (address :contains ["from"] "[EMAIL PROTECTED]") {
     fileinto "INBOX.fooba";
}

if allof (address :contains ["from"] "[EMAIL PROTECTED]") {
     fileinto "INBOX.jeps";
}

else {
     keep;
}


and noticed that if I send e-mail to this test account from address
"[EMAIL PROTECTED]", the message goes both into my test
account's Inbox and into INBOX.fooba. Doesn't make sense to me. Except maybe
if duplicate delivery  suppression is broken somehow? I do see occasional
"dupelim" messages in the logs, as always.

Any ideas?

-- 
Tuuli Tuominen
University of Helsinki          IT Department

Reply via email to