From 80cfa738b4c61d211347ac9038d8048a3a9b8799 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 13 Aug 2007 08:48:10 +0200 Subject: [PATCH] rename OLD_MESSAGE to REPROC_MESSAGE --- procmail/defines | 4 ++-- procmail/duplicates | 2 +- procmail/marknew | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2