X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/741f9a9bbeb999f22417f0a30696165613684d4d..599d9ae6524ab572f6c4e1872cd5e09c8103add3:/procmail/rules/cron diff --git a/procmail/rules/cron b/procmail/rules/cron index b723e9b..44e9f65 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@(.+\.)+ \(Cron Daemon\)$ +{ + DEST=$NULL + DELAY +} # vim:ft=procmail