X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/977bf4ebd9d06d5ee7c493db630f53163e1525a3..15c8a9a5d97f1d2ac843765a35a02690c8a73148:/procmail/cleanup diff --git a/procmail/cleanup b/procmail/cleanup index 646d2ab..fe130d3 100644 --- a/procmail/cleanup +++ b/procmail/cleanup @@ -1,6 +1,18 @@ -# remove all headers our mailfilter adds +:0 +* ^X-Trained-As: \/(h|sp)am +{ TRAINED_AS=$MATCH } + +# remove all headers added in the *local* mail chain: +# 1. added by this mailfilter +# 2. added by the retraining system +# 3. added by offlineimap +# 4. added by the MUA :0 fw -|$FORMAIL -IX-EqDomain -IX-EqTo -IX-Justme -IContent-Length +|$FORMAIL \ + -IX-EqDomain -IX-EqTo -IX-Justme \ + -IX-Trained-As \ + -IX-UID -IX-OfflineIMAP- \ + -IX-Status -IStatus -IX-Keywords -IContent-Length # now should be idempotent