https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6155
--- Comment #56 from Mark Martinec <[email protected]> 2009-09-29 11:20:06 PDT --- Here is a set of rules in 50_scores.cf that I ended up as fixed (immutable) for the GA run (score set 3). Most of these are already documented and labeled as such, but it doesn't hurt to post it here as a double-check. The score in comments of BAYES rules is what a GA run on a scoreset 3 gave me (all .log files in 'submit', except for Daryl's spam-bayes-net-dos of which I only took a random sample of 65000 entries, not to overwhelm the remaining data). I manually reduced BAYES_ scores a bit, as suggested by a comment in 50_scores.cf, referring to Bug 4505). score ALL_TRUSTED -1.360 -1.440 -1.665 -1.800 score ANY_BOUNCE_MESSAGE 0.1 score BAYES_00 -2.8 # -2.935 score BAYES_05 -1.1 # -1.148 score BAYES_20 -0.9 # -2.020 score BAYES_40 -0.5 # -2.172 score BAYES_50 0.2 # 0.326 score BAYES_60 1.5 # 2.555 score BAYES_80 2.0 # 2.133 score BAYES_95 3.2 # 3.995 score BAYES_99 3.8 # 4.495 score BOUNCE_MESSAGE 0.1 score CHALLENGE_RESPONSE 0.1 score CRBOUNCE_MESSAGE 0.1 score DKIM_ADSP_CUSTOM_HIGH 0.001 score DKIM_ADSP_CUSTOM_LOW 0.001 score DKIM_ADSP_CUSTOM_MED 0.001 score DKIM_POLICY_SIGNALL 0 score DKIM_POLICY_SIGNSOME 0 score DKIM_POLICY_TESTING 0 score DKIM_SIGNED 0.1 score DKIM_VALID -0.1 score DKIM_VALID_AU -0.1 score DKIM_VERIFIED 0 score EXTRA_MPART_TYPE 1.0 score GTUBE 1000.000 score NO_HEADERS_MESSAGE 0.001 score NO_RECEIVED -0.001 score NO_RELAYS -0.001 score RDNS_DYNAMIC 0.1 score RDNS_NONE 0.1 score SPF_HELO_PASS -0.001 score SPF_PASS -0.001 score SUBJECT_IN_BLACKLIST 100 score SUBJECT_IN_WHITELIST -100 score UNPARSEABLE_RELAY 0.001 score USER_IN_ALL_SPAM_TO -100.000 score USER_IN_BLACKLIST 100.000 score USER_IN_BLACKLIST_TO 10.000 score USER_IN_DEF_DKIM_WL -7.500 score USER_IN_DEF_SPF_WL -7.500 score USER_IN_DEF_WHITELIST -15.000 score USER_IN_DKIM_WHITELIST -100.000 score USER_IN_MORE_SPAM_TO -20.000 score USER_IN_SPF_WHITELIST -100.000 score USER_IN_WHITELIST -100.000 score USER_IN_WHITELIST_TO -6.000 score VBOUNCE_MESSAGE 0.1 One observation on the DCC scores: the calculated score on DCC_CHECK depends on whether one is using a licensed DCC server (providing reputation data), or not. There is a significant overlap between DCC_CHECK hits and DCC_REPUT_99_100, so the DCC_CHECK score should be lower when reputation data is not offered by a DCC server. score DCC_CHECK 1.15 # no reputation data score DCC_CHECK 0.835 # with reputation data score DCC_REPUT_00_12 -0.9 # -0.001 score DCC_REPUT_13_19 -0.5 # -0.001 score DCC_REPUT_70_89 1.354 score DCC_REPUT_90_94 0.56 score DCC_REPUT_95_98 1.52 score DCC_REPUT_99_100 2.40 As the majority of installations probably won't be using a commercial DCC server, it would probably be best to zero-out the DCC_REPUT_* scores for the GA run (so as to obtain correct DCC_CHECK score). -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
