From 092a8c659c7850bd1326e4206c2160fbedd1a722 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 23 Sep 2007 17:16:17 +0200 Subject: [PATCH] do no remove virus and greylisting headers --- procmail/pre-spam-cleanup | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.39.2