procmail
[Top] [All Lists]

solved: multiple bypass lists for spam.rc

1997-07-10 13:40:00

someone (era?) helped me get this syntax correct:

:0fhw
* ? $FGREP -i ${REPLYTO}  ${PROCDIR}/spambypass.txt \
        ${PROCDIR}/known-users/NeXT-Users.txt \
        ${PROCDIR}/known-users/zsh-users.txt \
        ${PROCDIR}/known-users/peak-users.txt
| $FORMAIL -I"X-SpamChecker: PASSED" -I"X-SpamNote: ByPassed"
 
:0E
{ INCLUDERC=$PROCDIR/rcfiles/spam-check.rc }

but it still wasn't working.... well, dumbo finally figured out that he
had FORMAIL= in his .procmailrc at home, but NOT in the .procmailrc at the
account where this was failing 8^}

dUh... sometimes I scare myself.....

Fortunately I finally looked at the log and saw the error message that I
thought was a format error message was trying to tell me there was no
FORMAIL defined.....

TjL





<Prev in Thread] Current Thread [Next in Thread>