Right now, I have a promailrc script, LOGFILE=/var/log/procmail.log LOGABSTRACT=all VERBOSE=yes
SENDER=$1 SHIFT=1 # Until now, mail is untagged, you may add rules for # mail that must not be tagged :0 hbfw | /usr/bin/spamc # Now mail is tagged by spamassassin # You may insert other rules here :0 | /usr/sbin/sendmail -i -f "$SENDER" -- "$@" taking care of the spam. How do I /dev/null the tagged spam? Thanks, LDB