X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/dd613d75459d5bb9878d016c503b1aec6a356d12..77da85a6358ffc97778ac2c06e3c9e803163f1c4:/procmail/pre-spam-cleanup

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