From: martin f. krafft Date: Mon, 13 Aug 2007 06:48:10 +0000 (+0200) Subject: rename OLD_MESSAGE to REPROC_MESSAGE X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/80cfa738b4c61d211347ac9038d8048a3a9b8799 rename OLD_MESSAGE to REPROC_MESSAGE --- diff --git a/procmail/defines b/procmail/defines index 291bbf2..de1ccc9 100644 --- a/procmail/defines +++ b/procmail/defines @@ -130,11 +130,11 @@ INCLUDERC=$PMDIR/normalise ### run-time variables -# OLD_MESSAGE +# REPROC_MESSAGE # a procmail-style flag, which is true if unset and false if set (to !). # unset by marknew if the message has already been seen by the filter (according # to the X-Been-There header). -OLD_MESSAGE=! +REPROC_MESSAGE=! # SKIP_SPAMCHECKS # if set, cuases spamchecks to be skipped, value lists reason diff --git a/procmail/duplicates b/procmail/duplicates index 8b3c00b..fc47f03 100644 --- a/procmail/duplicates +++ b/procmail/duplicates @@ -3,7 +3,7 @@ MID_CACHE_FILE = $PMVAR/msgid.cache LOCKFILE = $MID_CACHE_FILE$LOCKEXT :0 *$ !SKIP_DUP ?? . -*$ !$OLD_MESSAGE +*$ !$REPROC_MESSAGE * ^Message-ID: * ? $FORMAIL -D 16384 $MID_CACHE_FILE { diff --git a/procmail/marknew b/procmail/marknew index 3b94c51..63236c0 100644 --- a/procmail/marknew +++ b/procmail/marknew @@ -2,7 +2,7 @@ *$ ^X-Been-There: $ID { LOG="marknew: re-processing message $MSGID$NL" - OLD_MESSAGE + REPROC_MESSAGE } :0 Efw