X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/1291690f108172bad19b29a83fadccb1d53d16a1..7304c1c5451f92503e7fc20cc034d38821e22eb6:/procmail/defines diff --git a/procmail/defines b/procmail/defines index 6f3f68e..bb07680 100644 --- a/procmail/defines +++ b/procmail/defines @@ -158,12 +158,13 @@ INCLUDERC=$PMDIR/get-msgid :0 *$ ^Subject:$RE_EXTRACT_HEADER_VALUE { - SUBJECT=$MATCH + SUBJECT="$MATCH" :0 * SUBJECT ?? =\?.+\?[QBqb]\?.+\?= { SUBJECT="`PERL_UNICODE=S perl -MEncode=decode -e \"print decode(\\\"MIME-Header\\\", \\\"$SUBJECT\\\") . \\\"\n\\\";\"`" + SUBJECT_ENCODED="$MATCH" } } @@ -251,6 +252,10 @@ DISABLE_DELAYS * ? test -e $HOME/procmail.nodelays { DISABLE_DELAYS=true } +# TZ +# used to alter the timezone for delay calculations +#TZ=Pacific/Auckland + # DELAY # argument to /bin/date -d to indicate a message delay. This is overridden by # RELEASE