X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/864bba9e27d4b47043898efaa709281986ba36ff..55ddb764afe203bf86a371fc344329ef81a6b0f8:/procmail/defines

diff --git a/procmail/defines b/procmail/defines
index 514a690..a6d0eb1 100644
--- a/procmail/defines
+++ b/procmail/defines
@@ -82,7 +82,7 @@ SPAM=$BASE/.spam/
 
 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_AFTERNOON='tomorrow 00:00 9 hours ago' # todat at 15:00
+DELAY_AFTERNOON='tomorrow 00:00 5 hours ago' # today at 19:00
 
 OURDATE="`$BIN_DATE +'%s %Y.%m.%d.%H.%M.%N %a, %d %b %Y %T %z'`"
 :0
@@ -136,7 +136,7 @@ INCLUDERC=$PMDIR/get-msgid
 
   # mimedecode.c: * Disclaimer: We only handle charset of iso-8859-1
   :0
-  * SUBJECT ?? ^=\?iso-8859-1\?[QB]\?.+\?=$
+  * SUBJECT ?? =\?iso-8859-1\?[QBqb]\?.+\?=
   {
     DECODED="`echo Subject: $SUBJECT | mimedecode | iconv -f latin1 -t utf-8`"
     :0
@@ -233,3 +233,6 @@ DELAY
 # RELEASE
 # /bin/date time expression indicating the time at which a message is to be
 # released. Overrides DELAY.
+RELEASE
+
+# vim:ft=procmail