X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/8b8ccee45aae72a1fdabbc7eb1abc31b63eb9519..b9d8d8cd7d90da7e14d72ed0bf6d1054f2ce3f5c:/procmail/rules/cron 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