X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/741f9a9bbeb999f22417f0a30696165613684d4d..8b8ccee45aae72a1fdabbc7eb1abc31b63eb9519:/procmail/rules/cron diff --git a/procmail/rules/cron b/procmail/rules/cron index b723e9b..0c2abe5 100644 --- a/procmail/rules/cron +++ b/procmail/rules/cron @@ -1,6 +1,9 @@ # rely on spool to keep cron output around :0 -* FROM ?? ^root@(.+\.)+madduck.net \(Cron Daemon\)$ -$NULL +* FROM ?? ^root@(.+\.)+[a-zA-Z][a-zA-Z][a-zA-Z]? \(Cron Daemon\)$ +{ + DEST=$NULL + DELAY +} # vim:ft=procmail