From 741f9a9bbeb999f22417f0a30696165613684d4d Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 4 Mar 2008 20:33:05 +0100 Subject: [PATCH] delete cron mails which will be spooled too --- procmail/rules/all | 1 + procmail/rules/cron | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 procmail/rules/cron 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 -- 2.39.2