X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/0bdaf799927d3d663247f2506f23f28497dbdd37..c1b84832deb10b1d35aa30c0e77eb61d19ae7cdd:/procmail/defines diff --git a/procmail/defines b/procmail/defines index 55508cb..514a690 100644 --- a/procmail/defines +++ b/procmail/defines @@ -150,7 +150,7 @@ INCLUDERC=$PMDIR/get-msgid { ORIGINAL_TO="$MATCH" } :0 E * ^Received: -{ LOG="NO ORIGINAL_TO: $MSGID" } +{ LOGLATER="NO ORIGINAL_TO: $MSGID" } :0 *$ ^X-Trained-As:$RE_EXTRACT_HEADER_VALUE @@ -224,3 +224,12 @@ 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.