X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/53690a27958f40bc80a598842a629fe747d8078f..fda6a20821ae68a5feedae89864a4465e8b9c3f9:/procmail/defines

diff --git a/procmail/defines b/procmail/defines
index d1cbb9f..8fe3a44 100644
--- a/procmail/defines
+++ b/procmail/defines
@@ -37,6 +37,8 @@ SPAMC="$NICE /usr/bin/spamc --log-to-stderr --no-safe-fallback"
 #SPAMC="$SPAMASSASSIN"
 TRAINER="$NICE $MAILFILT/bin/train"
 
+VACATION="$NICE /usr/bin/vacation"
+
 SQLITE="$NICE /usr/bin/sqlite3"
 
 BASE=$HOME/.maildir
@@ -85,7 +87,7 @@ SPAM=$BASE/.spam/
 
 DELAY_NEXT_WEEKEND='next sunday 28 hours ago' # fri night, 20:00
 DELAY_TONIGHT='tomorrow 00:00 4 hours ago' # tonight at 20:00
-DELAY_AFTERNOON='tomorrow 00:00 8 hours ago' # today at 16:00
+DELAY_AFTERNOON='tomorrow 00:00 7 hours ago' # today at 17:00
 
 OURDATE="`$BIN_DATE +'%s %Y%m%d.%H%M.%N %a, %d %b %Y %T %z'`"
 :0