Hi guys,
I built & installed 2.1.7 and have the following problem:
When I activate the following sievescript
<sievescript>
require ["fileinto"];
if allof (header :contains "subject" "{spam?}") {
fileinto "spam";
}
</sievescript>
My mails containing {spam?} are being put in my folder "spam" but
marked deleted (and answered?!?!) as well. I read the RFC3028 (not
entirely ;-) ) and the paragraph about fileinto (4.2) says nothing about
deleting the message.
Is this a bug, or misconfiguration, or lack of understanding?
Secondary, I noticed that the number of messages in my spam folder is
wrong. It includes the messages that are marked deleted. This could well
be a problem in my webmail client (IlohaMail), didn't check yet.
Grtz, Casper