From 599d9ae6524ab572f6c4e1872cd5e09c8103add3 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 6 Mar 2008 17:53:54 +0100 Subject: [PATCH] filter cron messages from other domains too --- procmail/rules/cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procmail/rules/cron b/procmail/rules/cron index 2fd7f94..44e9f65 100644 --- a/procmail/rules/cron +++ b/procmail/rules/cron @@ -1,6 +1,6 @@ # rely on spool to keep cron output around :0 -* FROM ?? ^root@(.+\.)+madduck.net \(Cron Daemon\)$ +* FROM ?? ^root@(.+\.)+ \(Cron Daemon\)$ { DEST=$NULL DELAY -- 2.39.2