diff options
author | Sascha Wilde <wilde@intevation.de> | 2010-01-04 10:16:45 (GMT) |
---|---|---|
committer | Sascha Wilde <wilde@intevation.de> | 2010-01-04 10:16:45 (GMT) |
commit | d079050e591cf3b8853e32ac541fbe3f9f33b2fb (patch) | |
tree | ec5f1420011b5c3bf78a6efc143b64ec8123e02b | |
parent | 2cb3ca9f8997468e944723583f45bb1b8a39d512 (diff) | |
download | kolab-conf-d079050e591cf3b8853e32ac541fbe3f9f33b2fb.tar.gz |
Disabled FH_DATE_PAST_20XX in spamassassin.
-rw-r--r-- | conf/templates/local.cf.template.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/templates/local.cf.template.in b/conf/templates/local.cf.template.in index ec23972..ed94d7f 100644 --- a/conf/templates/local.cf.template.in +++ b/conf/templates/local.cf.template.in @@ -96,3 +96,7 @@ score URIBL_RED 0 # Don't score some common cases too high: score HELO_LOCALHOST 1 score TVD_SPACE_RATIO 1 + +# The FH_DATE_PAST_20XX test is broken for 2010 and later +# see kolab-vendor-notice-26 for details. +score FH_DATE_PAST_20XX 0.0 |