X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/5af333ca3b83425e5cb3aa704b37654d576856c1..122f13badd406cf378fb4f57197d27ddebb4d15b:/procmail/pre-spam-cleanup

diff --git a/procmail/pre-spam-cleanup b/procmail/pre-spam-cleanup
index cb19128..cda8b8c 100755
--- a/procmail/pre-spam-cleanup
+++ b/procmail/pre-spam-cleanup
@@ -23,10 +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-Scanned -IX-SenderIP -IX-ASN -IX-CIDR -IX-UID -IX-OfflineIMAP- \
-          -IX-Status -IStatus -IX-Keywords -IX-Greylist \
-          -IX-Spam -IX-CRM114 -IX-Auto -IX-Trained-As -IX-EqDomain -IX-EqTo
+|$FORMAIL -IX-Spam -IX-CRM114
 
 # now should be idempotent