From 26fe4fa08d155002f7e444fd805f2829137fd8f0 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 23 Sep 2007 22:03:36 +0200 Subject: [PATCH] add common delay vars --- procmail/defines | 3 +++ 1 file changed, 3 insertions(+) diff --git a/procmail/defines b/procmail/defines index f9f6ff8..af431c1 100644 --- a/procmail/defines +++ b/procmail/defines @@ -89,6 +89,9 @@ OURDATE="`date +'%s %Y.%m.%d.%H.%M.%N %a, %d %b %Y %T %z'`" *$ OURDATE ?? ^[0-9]+${RE_SPACE}+[0-9.]+${RE_SPACE}+\/${RE_NOT_SPACE}+ { OURDATE="$MATCH" } +DELAY_NEXT_WEEKEND='next monday 54 hours ago' # fri night, 18:00 CET +DELAY_TONIGHT='tomorrow 00:00 6 hours ago' # tonight at 18:00 CET + ### variables from the message ### local recipient data -- 2.39.2