From: martin f. krafft Date: Sun, 23 Sep 2007 15:16:17 +0000 (+0200) Subject: do no remove virus and greylisting headers X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/092a8c659c7850bd1326e4206c2160fbedd1a722 do no remove virus and greylisting headers --- diff --git a/procmail/pre-spam-cleanup b/procmail/pre-spam-cleanup index 2f66743..cda8b8c 100755 --- a/procmail/pre-spam-cleanup +++ b/procmail/pre-spam-cleanup @@ -23,9 +23,8 @@ PMDIR=${PMDIR:-$HOME/.etc/mailfilter/procmail} |$SPAMASSASSIN -d } -# remove other unwanted headers from all messages +# remove headers from other spamfilters :0 fw -|$FORMAIL -IX-Virus -IX-Greylist \ - -IX-Spam -IX-CRM114 +|$FORMAIL -IX-Spam -IX-CRM114 # now should be idempotent