Hello,

The mail server I use here at Stanford was recently upgraded to include timsieved. It is running without any local modifications. I'm now doing testing of its functionality, and I've noticed that for a few of my mailboxes, the messages are marked "read" after being stored into their folder. Is this a known issue? Is there something I need to do to prevent this from happening?

My rules all take the form of:

if anyof (address :contains "To" "[EMAIL PROTECTED]", address :contains "CC" "[EMAIL PROTECTED]") {
fileinto "INBOX.itss.TSS.directory-team";
discard;
stop;
}


Where To/CC/From are what I filter on, then file into the appropriate folder, discard the message, and stop any further evaluation.

--Quanah

--
Quanah Gibson-Mount
Principal Software Developer
ITSS/TSS/Computing Systems
ITSS/TSS/Infrastructure Operations
Stanford University
GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html



Reply via email to