From: martin f. krafft Date: Sun, 23 Sep 2007 15:22:04 +0000 (+0200) Subject: fix cleanup comments X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/0db81b4fc15da6cfeb60377f705f9c161dd19689 fix cleanup comments --- diff --git a/procmail/cleanup b/procmail/cleanup index 3eacdd7..fe130d3 100644 --- a/procmail/cleanup +++ b/procmail/cleanup @@ -2,16 +2,16 @@ * ^X-Trained-As: \/(h|sp)am { TRAINED_AS=$MATCH } -# remove all headers added in the *local* mail chain +# 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 \ - # headers added by this mailfilter -IX-EqDomain -IX-EqTo -IX-Justme \ - # headers added by the retraining system -IX-Trained-As \ - # headers added by offlineimap -IX-UID -IX-OfflineIMAP- \ - # headers added by the MUA -IX-Status -IStatus -IX-Keywords -IContent-Length # now should be idempotent