]> git.madduck.net Git - etc/mailfilter.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

properly /dev/null cron mails
authormartin f. krafft <madduck@madduck.net>
Thu, 6 Mar 2008 07:34:48 +0000 (08:34 +0100)
committermartin f. krafft <madduck@madduck.net>
Thu, 6 Mar 2008 07:34:48 +0000 (08:34 +0100)
procmail/deliver
procmail/rules/cron

index ca6bef4477ee9da82034e8cc113e8ddbbb7c7e9e..e29942364cfd96404b74c47ebfce0d63b5aeb6be 100644 (file)
@@ -1,3 +1,12 @@
+:0
+*$ DEST ?? ^$NULL$
+{
+  LOG="deliver:     sending message $MSGID to $DEST$NL"
+
+  :0
+  $NULL
+}
+
 :0
 * ! DEST ?? .
 { DEST=/ }
 :0
 * ! DEST ?? .
 { DEST=/ }
 { DEST="$MATCH" }
 
 :0
 { DEST="$MATCH" }
 
 :0
-*$ DEST ?? ^\.
-{ }
-
-:0 E
+*$ ! DEST ?? ^\.
 { DEST=".$DEST" }
 
 :0
 { DEST=".$DEST" }
 
 :0
index b723e9be30247dc471fdc44d8219e8162f6829ad..2fd7f947af89d8364c223f0ffad4b2fc2f40f8bc 100644 (file)
@@ -1,6 +1,9 @@
 # rely on spool to keep cron output around
 :0
 * FROM ?? ^root@(.+\.)+madduck.net \(Cron Daemon\)$
 # rely on spool to keep cron output around
 :0
 * FROM ?? ^root@(.+\.)+madduck.net \(Cron Daemon\)$
-$NULL
+{ 
+  DEST=$NULL
+  DELAY  
+}
 
 # vim:ft=procmail
 
 # vim:ft=procmail