I'd appreciate help debugging the following procmailrc. I'm using
SpamAssassin 2.54 (1.174.2.17-2003-05-11-exp) on FreeBSD.

==========
## BEGIN PROCMAILRC ##
TMPLOGFILE=$LOGFILE
TMPLOGABSTRACT=$LOGABSTRACT
TMPVERBOSE=$VERBOSE

DROPPRIVS=yes
LOGFILE=/dev/null
LOGABSTRACT=yes
VERBOSE=no

:0fw
|/usr/local/bin/spamassassin

LOGFILE=$TMPLOGFILE
LOGABSTRACT=$TMPLOGABSTRACT
VERBOSE=$TMPVERBOSE

# if spamassassin labels email as spam, then filter it (move to /dev/null)
:0:
* ^X-Spam-Flag: YES
/dev/null
## END PROCMAILRC ##

===========
Spamassassin worked fine until I added the 2nd procmail recipe (the one
sending X-Spam-Flag: YES to /dev/null). As soon as I added this recipe, mail
stopped going to spamassassin (I concluded this because there are no
spamassassin lines in the email headers).

Why would the 2nd procmail recipe cancel out the 1st?

Thanks!




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to