X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/9ad2d49ba3ef23f08fa59de55fb2dd4a869567c2..e39f14a06d6795ba0348bfca8bd3b43c2754242e:/procmail/defines diff --git a/procmail/defines b/procmail/defines index 64dfd53..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" } } @@ -247,6 +248,14 @@ JUSTME # if set, disables delaying messages DISABLE_DELAYS +:0 +* ? 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