From 0db81b4fc15da6cfeb60377f705f9c161dd19689 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 23 Sep 2007 17:22:04 +0200 Subject: [PATCH] fix cleanup comments --- procmail/cleanup | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.2