From 8b8ccee45aae72a1fdabbc7eb1abc31b63eb9519 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 18 Apr 2008 13:40:53 +0200 Subject: [PATCH 1/1] remove trailing spaces --- procmail/defines | 1 + procmail/rules/cron | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/procmail/defines b/procmail/defines index 384f13c..4f6836f 100644 --- a/procmail/defines +++ b/procmail/defines @@ -233,3 +233,4 @@ DELAY # RELEASE # /bin/date time expression indicating the time at which a message is to be # released. Overrides DELAY. +RELEASE diff --git a/procmail/rules/cron b/procmail/rules/cron index bac2ead..0c2abe5 100644 --- a/procmail/rules/cron +++ b/procmail/rules/cron @@ -1,9 +1,9 @@ # rely on spool to keep cron output around :0 * FROM ?? ^root@(.+\.)+[a-zA-Z][a-zA-Z][a-zA-Z]? \(Cron Daemon\)$ -{ +{ DEST=$NULL - DELAY + DELAY } # vim:ft=procmail -- 2.39.2