It seems that the documentation could use a more complete example of a .procmailrc 
file.  Here is one that I use.  It checks for evil mail loops.  Hope you find it 
useful. [I don't read this list, so Cc: me if want a response]

DROPPRIVS=yes           # Become the recipient
COMSAT=no               # Don't notify biff
LOGFILE=$HOME/proclog   # A log file
LOGABSTRACT=yes # What to log
VERBOSE=off             # How verbose to log

## Save a copy of the pre-filter mail to a file for debugging
# :0c:
# $HOME/procpre

## Look for our X-Loop header, dump the email, end processing
:O:
* $^X-Loop: [EMAIL PROTECTED]
$HOME/procloop

## Add on our X-Loop header, to enable catching of evil mail looops
:0fw
| formail -A"X-Loop: [EMAIL PROTECTED]"

## Run the spamassassin email filter
:0fw
| /usr/bin/spamc

## Save a copy of the post-filter mail to a file for debugging
# :0c:
# $HOME/procpost

## Forward the mail onward to an external address, or just let it drop local
# :0
# ! [EMAIL PROTECTED]



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to