X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/2ab526cac25e18f826ae608ea7077766538781ec..1c67d1bba28dc080b2fbd46b5275f5489e00f333:/procmail/defines diff --git a/procmail/defines b/procmail/defines index 516afa6..afb62fa 100644 --- a/procmail/defines +++ b/procmail/defines @@ -44,7 +44,7 @@ DEFAULT=$BASE/ ORGMAIL=$HOME/BOUNCED-MAIL # maximum message size for spam checking -SPAMCHECK_MAX_MESSAGE_SIZE=2500000 +SPAMCHECK_MAX_MESSAGE_SIZE=512000 # if crm114 is unsure and SA returns a score less-than-or-equal to this, # autotrain crm114 with ham @@ -64,14 +64,18 @@ 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 NULL=/dev/null +DELAY=$BASE/.delay/ +TICKLER=$BASE/.tickler/ DISCARD=$BASE/.discard/ #DISCARD="'|$DELIVER -m BASE.discard'" @@ -138,6 +142,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 +183,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