]> 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 all mail to the afternoon
authormartin f. krafft <madduck@madduck.net>
Mon, 3 Mar 2008 09:10:08 +0000 (10:10 +0100)
committermartin f. krafft <madduck@madduck.net>
Mon, 3 Mar 2008 09:10:08 +0000 (10:10 +0100)
procmail/defines
procmail/rules/all
procmail/rules/gpg

index 43945cdb9c89492f13ec6c1c85def19e27383982..55508cb1032602ad93e4c7cdc567ce865ba719bc 100644 (file)
@@ -80,8 +80,9 @@ DISCARD=$BASE/.discard/
 SPAM=$BASE/.spam/
 #DISCARD="'|$DELIVER -m BASE.discard'"
 
 SPAM=$BASE/.spam/
 #DISCARD="'|$DELIVER -m BASE.discard'"
 
-DELAY_NEXT_WEEKEND='next sunday 28 hours ago' # fri night, 20:00
+DELAY_NEXT_WEEKEND='next sunday 30 hours ago' # fri night, 18:00
 DELAY_TONIGHT='tomorrow 00:00 4 hours ago' # tonight at 20:00
 DELAY_TONIGHT='tomorrow 00:00 4 hours ago' # tonight at 20:00
+DELAY_AFTERNOON='tomorrow 00:00 9 hours ago' # todat at 15:00
 
 OURDATE="`$BIN_DATE +'%s %Y.%m.%d.%H.%M.%N %a, %d %b %Y %T %z'`"
 :0
 
 OURDATE="`$BIN_DATE +'%s %Y.%m.%d.%H.%M.%N %a, %d %b %Y %T %z'`"
 :0
index 8f43eb776036e148b5f87a171ccbfd3f0bfd4086..36e27a347dcc9cf6f0fddd6138c0336adfb32a94 100644 (file)
@@ -1,6 +1,8 @@
 :0
 * ! DEST ?? .
 {
 :0
 * ! DEST ?? .
 {
+  DELAY="$DELAY_AFTERNOON"
+
   INCLUDERC=$PMRULES/feeds
   INCLUDERC=$PMRULES/mass
   INCLUDERC=$PMRULES/admin
   INCLUDERC=$PMRULES/feeds
   INCLUDERC=$PMRULES/mass
   INCLUDERC=$PMRULES/admin
index 76f575de310717978873415dcf5a7c54e2954d01..856bea2cea73c3da532b318d6b2765a14801cecb 100644 (file)
@@ -1,4 +1,7 @@
 :0
 * ^User-Agent: caff
 * ^Subject: Your signed PGP key
 :0
 * ^User-Agent: caff
 * ^Subject: Your signed PGP key
-DEST=$BASE/
+{
+  DELAY="$DELAY_TONIGHT"
+  DEST=$BASE/
+}