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

add delay exceptions for research-related lists
authormartin f. krafft <madduck@madduck.net>
Tue, 25 Sep 2007 12:10:47 +0000 (14:10 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 25 Sep 2007 12:10:47 +0000 (14:10 +0200)
procmail/rules/all
procmail/rules/ul

index d5f36582cb8891d45ec584dafd128b6f8a453521..2e6dc430fc255163492ec99f585964efd37c5866 100644 (file)
@@ -1,9 +1,9 @@
 :0
 * ! DEST ?? .
 {
-  INCLUDERC=$PMRULES/admin
   INCLUDERC=$PMRULES/feeds
   INCLUDERC=$PMRULES/mass
+  INCLUDERC=$PMRULES/admin
   INCLUDERC=$PMRULES/sudetia
   INCLUDERC=$PMRULES/debian
   INCLUDERC=$PMRULES/ul
index dfa86c5ccdbe40a099e843b40dfb848237e7730a..877243fa4d79d4c5a9aa3d45cf194509faf0a14a 100644 (file)
   DEST=ul
 }
 
+:0
+* ORIGINAL_TO ?? ^academic-debian@lists\.madduck\.net@mass\.madduck\.net$
+{ DELAY }
+
+:0
+* ORIGINAL_TO ?? ^community=opensource\.mit\.edu@mass\.madduck\.net$
+{ DELAY }
+
+
+
 # vim:ft=procmail