X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/122f13badd406cf378fb4f57197d27ddebb4d15b..8b8ccee45aae72a1fdabbc7eb1abc31b63eb9519:/procmail/defines diff --git a/procmail/defines b/procmail/defines index 1c55b63..4f6836f 100644 --- a/procmail/defines +++ b/procmail/defines @@ -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 @@ -224,3 +224,13 @@ JUSTME # DISABLE_DELAYS # if set, disables delaying messages DISABLE_DELAYS + +# DELAY +# argument to /bin/date -d to indicate a message delay. This is overridden by +# RELEASE +DELAY + +# RELEASE +# /bin/date time expression indicating the time at which a message is to be +# released. Overrides DELAY. +RELEASE