From 5c5e66a1d3fdcd1b0562f928a07f526b6ec1244d Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 29 Jun 2008 10:57:17 +0200 Subject: [PATCH] do not delete cron mails by default --- procmail/rules/cron | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/procmail/rules/cron b/procmail/rules/cron index 0c2abe5..79e6e33 100644 --- a/procmail/rules/cron +++ b/procmail/rules/cron @@ -1,9 +1,12 @@ -# rely on spool to keep cron output around +# we don't want all cron messages, so we filter some, and delay none :0 * FROM ?? ^root@(.+\.)+[a-zA-Z][a-zA-Z][a-zA-Z]? \(Cron Daemon\)$ { - DEST=$NULL DELAY + + :0 + * SUBJECT ?? ^Cron .+offlineimap -o + { DEST=$NULL } } # vim:ft=procmail -- 2.39.2