Hum... that is just what i need (i think)

This is done for every user right?
But if the user gets the email by POP3 (that is 99% of the users)? he will never see the "spam" folder... how to resolve it in this situation?

Jorge

----- Original Message ----- From: "Casper Langemeijer" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, August 14, 2006 11:58 AM
Subject: [Dbmail] sieve fileinto command



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


_______________________________________________
Dbmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail


Reply via email to