X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/7ff084bf0856780853bcb2e29f8a4921a54cbecc..ce01c73dbc58af7f829bbed24b3547e7ff7588e4:/procmail/spamfilter diff --git a/procmail/spamfilter b/procmail/spamfilter index 2ffec51..95a0cbc 100755 --- a/procmail/spamfilter +++ b/procmail/spamfilter @@ -30,15 +30,20 @@ PMDIR=${PMDIR:-$HOME/.etc/mailfilter/procmail} #} # check whether this message is being reinjected -TRAINED_AS :0 *$ $MSG_DEJAVU -* ^X-Trained-As: \/(h|sp)am { - LOG="spamfilter: skipping already trained $MATCH$NL" :0 - * MATCH ?? spam - { IS_SPAM=already-trained } + * ^X-Trained-As: \/(h|sp)am + { + LOG="spamfilter: skipping already trained $MATCH$NL" + :0 + * MATCH ?? spam + { IS_SPAM=already-trained } + } + + :0 E + { LOG="spamfilter: skipping reinjected message$NL" } } # let earlier parts of the mailfilter cause bypassing the checks