I'm using 
SpamAssassin to tag mail, and I use the following maildrop recipe to filter it into 
the SPAM folder:

if ((/^X-Spam-Status:.*Yes/))
{
   to "./Maildir/.SPAM.IdentifiedSpam/."
}
                                                                                
I'd like the mail to show up as being in an 'read' rather than 'unread'
status.  Is there anything I can do to convince maildrop to mark the
message as 'read' upon delivery?

Thank you.

Regards,
Rich



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to