From: martin f. krafft Date: Tue, 4 Mar 2008 19:33:05 +0000 (+0100) Subject: delete cron mails which will be spooled too X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/741f9a9bbeb999f22417f0a30696165613684d4d delete cron mails which will be spooled too --- diff --git a/procmail/rules/all b/procmail/rules/all index 9795c52..01ac51e 100644 --- a/procmail/rules/all +++ b/procmail/rules/all @@ -13,6 +13,7 @@ INCLUDERC=$PMRULES/ul INCLUDERC=$PMRULES/gpg + INCLUDERC=$PMRULES/cron } # vim:ft=procmail diff --git a/procmail/rules/cron b/procmail/rules/cron new file mode 100644 index 0000000..b723e9b --- /dev/null +++ b/procmail/rules/cron @@ -0,0 +1,6 @@ +# rely on spool to keep cron output around +:0 +* FROM ?? ^root@(.+\.)+madduck.net \(Cron Daemon\)$ +$NULL + +# vim:ft=procmail