From: martin f. krafft Date: Fri, 18 Apr 2008 11:40:53 +0000 (+0200) Subject: remove trailing spaces X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/8b8ccee45aae72a1fdabbc7eb1abc31b63eb9519 remove trailing spaces --- 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