X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/8dde77c861da2fb8c14e2ce651423691db664f47..0ded21d388f1a04a97b7cbba1845df52aeb555b4:/procmail/defines diff --git a/procmail/defines b/procmail/defines index 511e614..a9f8558 100644 --- a/procmail/defines +++ b/procmail/defines @@ -17,6 +17,8 @@ REPLIES=$MAILFILT/autoreplies LOGFILE=${LOGFILE:-$PMVAR/log} LOGABSTRACT=no +LC_CTYPE=de_CH.UTF-8 + #NICE='/usr/bin/nice -20' PROCMAIL="$NICE /usr/bin/procmail -p $PMDIR/procmailrc" @@ -42,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 @@ -62,7 +64,8 @@ NL=" " RE_MYDOMAIN="(.+\.)*madduck\.net" RE_MAILRELAYS="(seamus|clegg)\.madduck\.net" -RE_SPACE_NEWLINE="(^|[ ])" +RE_SPACE="[ ]" +RE_SPACE_NEWLINE="(^|$RE_SPACE)" RE_FIRSTNAME="martin($RE_SPACE_NEWLINE+f(\.?|elix))?" RE_LASTNAME="kraff?t" RE_EXTRACT_HEADER_VALUE="[ ]*\/[^ ].*" @@ -136,6 +139,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 @@ -172,3 +180,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