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

delay only until afternoon
authormartin f. krafft <madduck@madduck.net>
Thu, 8 Dec 2011 11:51:34 +0000 (12:51 +0100)
committermartin f. krafft <madduck@madduck.net>
Thu, 8 Dec 2011 11:51:34 +0000 (12:51 +0100)
procmail/rules/all
procmail/rules/feeds
procmail/rules/gpg
procmail/rules/mass
procmail/rules/signmeup
procmail/rules/sudetia

index b2b860793bb673d169c0c1c752cc0445457b191c..f1ae9bb046d995f25bd3b0a749df48537a8a2657 100644 (file)
@@ -3,7 +3,7 @@
 {
   :0
   * ! DELAY ?? .
-  { DELAY="$DELAY_TONIGHT" }
+  { DELAY="$DELAY_AFTERNOON" }
 
   INCLUDERC=$PMRULES/feeds
   INCLUDERC=$PMRULES/mass
index 350ddd6b3b49bc3093812f3c1053ab1b72979517..842492f15665cb4cee78d81bb07bc86885d6fe73 100644 (file)
@@ -1,7 +1,7 @@
 :0
 * ORIG_DOMAIN ?? ^r2e\.madduck\.net$
 {
-  DELAY="$DELAY_TONIGHT"
+  DELAY="$DELAY_AFTERNOON"
   DEST=feeds
 
   :0
index b3eac9c07bfff9c14129b49f4bbf48503781c4d0..7689eea1c9e70af6c5fdc7fe27dc467d5ae538e4 100644 (file)
@@ -3,6 +3,6 @@
 * ^Subject: Your signed PGP key \/0x[0-9a-fA-F]+
 {
   LOG="gpg:         received PGP signature for $MATCH$NL"
-  DELAY="$DELAY_TONIGHT"
+  DELAY="$DELAY_AFTERNOON"
   DEST=/
 }
index 7027a36d7329dd2cc8f2aa3e8dc8db0b7f28a6fc..5016695482638b8118b8cbd1760dc8c85b39bdb2 100644 (file)
@@ -4,7 +4,7 @@
   :0
   * ! JUSTME ?? ^in-reply-to/referenced$
   * ! JUSTME ?? confirmation$
-  { DELAY="$DELAY_TONIGHT" }
+  { DELAY="$DELAY_AFTERNOON" }
 
   DEST=mass
 }
index f7f248425cd5b4f9713aaad134f5f63c3773a634..8dc8850e3c4708a5483e94e8c97796260d9b4855 100644 (file)
@@ -1,7 +1,7 @@
 :0
 * ORIGINAL_TO ?? @signmeup\.madduck\.net$
 {
-  DELAY="$DELAY_TONIGHT"
+  DELAY="$DELAY_AFTERNOON"
   DEST=store
 }
 
index c42205c741ae655ffb53c5931b33ba126760ebab..d75918d27581e7df3993a44cabd481ca2237c1d7 100644 (file)
@@ -1,7 +1,7 @@
 :0
 * ORIGINAL_TO ?? ^(m(artin\.)?krafft|info)@sudetia\.de$
 {
-  DELAY="$DELAY_TONIGHT"
+  DELAY="$DELAY_AFTERNOON"
   DEST=sudetia
 }