X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/8d6ef730fb7cb884c037b660fb81edfcffb4e51c..947ce8af31e10612d88545874f48afd96564470b:/procmail/defines diff --git a/procmail/defines b/procmail/defines index 9b404de..f87ac5e 100644 --- a/procmail/defines +++ b/procmail/defines @@ -64,10 +64,12 @@ NL=" " RE_MYDOMAIN="(.+\.)*madduck\.net" RE_MAILRELAYS="(seamus|clegg)\.madduck\.net" -RE_SPACE_NEWLINE="(^|[ ])" +RE_SPACE="[ ]" +RE_NOT_SPACE="[^ ]" +RE_SPACE_NEWLINE="(^|$RE_SPACE)" RE_FIRSTNAME="martin($RE_SPACE_NEWLINE+f(\.?|elix))?" RE_LASTNAME="kraff?t" -RE_EXTRACT_HEADER_VALUE="[ ]*\/[^ ].*" +RE_EXTRACT_HEADER_VALUE="$RE_SPACE*\/$RE_NOT_SPACE.*" DEJAVU_HEADER=X-Deja-Vu @@ -138,6 +140,11 @@ INCLUDERC=$PMDIR/normalise # to the X-Been-There header). MSG_DEJAVU=! +# DEST +# set this to a folder if the message should be delivered elsewhere than the +# default +DEST + # SKIP_SPAMCHECKS # if set, cuases spamchecks to be skipped, value lists reason SKIP_SPAMCHECKS @@ -174,3 +181,7 @@ RETRAIN # JUSTME # if set, contains reason why justme message was passed JUSTME + +# TRAINED_AS +# if set, contains category with which this message has just been trained +TRAINED_AS