]> 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:

do not delay dsns from my relays
authormartin f. krafft <madduck@madduck.net>
Tue, 25 Mar 2008 09:43:25 +0000 (10:43 +0100)
committermartin f. krafft <madduck@madduck.net>
Tue, 25 Mar 2008 09:43:25 +0000 (10:43 +0100)
procmail/rules/all
procmail/rules/dsn [new file with mode: 0644]

index 01ac51ef31dd676c7f52843434e8fb51f6a96307..00248db24333d57058b4e616eb1722068866da0e 100644 (file)
@@ -12,6 +12,7 @@
   INCLUDERC=$PMRULES/debian
   INCLUDERC=$PMRULES/ul
 
   INCLUDERC=$PMRULES/debian
   INCLUDERC=$PMRULES/ul
 
+  INCLUDERC=$PMRULES/dsn
   INCLUDERC=$PMRULES/gpg
   INCLUDERC=$PMRULES/cron
 }
   INCLUDERC=$PMRULES/gpg
   INCLUDERC=$PMRULES/cron
 }
diff --git a/procmail/rules/dsn b/procmail/rules/dsn
new file mode 100644 (file)
index 0000000..00d6a3a
--- /dev/null
@@ -0,0 +1,7 @@
+# do not delay DSNs
+:0 HB
+*$ FROM ?? .*\<MAILER-DAEMON@$RE_MAILRELAYS\>
+*$ ^This is the mail system at host $RE_MAILRELAYS\.$
+{ DELAY }
+
+# vim:ft=procmail