On Wed, 2002-01-23 at 14:50, Mike Coughlan wrote:
> Can someone please send a sample .procmailrc for courier.

Here is what I use. spamc makes it a whole lot faster than calling
spamassassin directly. The test for X-Spam-Flag works whether or not you
set your options to mess with the subject. As far as I can tell the only
time you want to configure SpamAssassin to put **SPAM** in the subject
header is when someone is using a mail client that doesn't know how to
filter on custom headers. If you are using procmail to do the filtering
then X-Spam-Flag gives you neater looking results.

The 'new' you put at the end of your mail folder target is not
necessary, that's what procmail will do automatically.


#filter through spamassassin
:0fw
| /usr/bin/spamc -f

:0:
* ^X-Spam-Flag
.spam_spam/


  -- sidney



_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to