2 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] some troubles with Sp...
FromSent OnAttachments
Paco YepesJul 5, 2005 4:10 am 
Tony EarnshawJul 5, 2005 5:10 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] some troubles with SpamAssassin and maildropActions...
From:Tony Earnshaw (ton@billy.demon.nl)
Date:Jul 5, 2005 5:10:03 am
List:net.sourceforge.lists.courier-maildrop

tir, 05.07.2005 kl. 13.10 skrev Paco Yepes:

I have a per-system maildrop filter in /etc/maildroprc like this:

[...]

# pacoy 4/4/05: spam messages to .SPAM folder if (/^X-Spam-Status: Yes,/) to $HOME/Maildir/.SPAM

_Sometimes_ the filter is not working properly: messages _without_ the header "X-Spam-Status: Yes," are stored in .SPAM imap folder instead of the INBOX folder.

¿Somebody can help me? ¿is the maildroprc filter ok?

if (/^X-Spam-Status: Yes/) { to $HOME/Maildir/.SPAM }

--Tonni