X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/5af333ca3b83425e5cb3aa704b37654d576856c1..cec7fa6b3df885a566bb3a68c4311be126b61b6f:/procmail/spamtraps diff --git a/procmail/spamtraps b/procmail/spamtraps index adb1087..51c3706 100644 --- a/procmail/spamtraps +++ b/procmail/spamtraps @@ -1,10 +1,8 @@ :0 * ? echo "$ORIGINAL_TO" | $EGREP -qif $CONF/spamtraps { - LOG="spamtraps: message to known spamtrap$NL" - :0 fw - |$FORMAIL -A"X-Spamtrapped: message to known spamtrap ($ORIGINAL_TO)" - SPAMTRAPPED=known-spamtrap + SPAMTRAPPED="message to known spamtrap ($ORIGINAL_TO)" + LOG="spamtraps: $SPAMTRAPPED$NL" } # vim:ft=procmail