From: martin f. krafft Date: Sun, 29 Jun 2008 08:57:17 +0000 (+0200) Subject: do not delete cron mails by default X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/5c5e66a1d3fdcd1b0562f928a07f526b6ec1244d?hp=327406b0bb3eb38307f042e213bda78d3a31cb5d do not delete cron mails by default --- 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