https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6400
Kevin A. McGrail <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |critical --- Comment #43 from Kevin A. McGrail <[email protected]> 2012-01-23 15:01:45 UTC --- I cannot figure out what is causing the MSPIKE rules to have a manually set rule in 50_scores.cf and a set of scores in 72_scores.cf from the rules update. I've tried moving the rules from sandbox to rules. Could it be the gen:mutable from 50_scores? # MAILSPIKE RBL ENABLED FOR SA3.4 and above - BUG 6400 if (version >= 3.004000) # FLOATING SCORES FOR GA - adjust after GA to make L3 - L5 linear # Probably adjust up slightly to make up for the "reuse" imperfection # <gen:mutable> score RCVD_IN_MSPIKE_ZBI 2.7 score RCVD_IN_MSPIKE_L5 2.5 score RCVD_IN_MSPIKE_L4 1.7 score RCVD_IN_MSPIKE_L3 0.9 # </gen:mutable> # FIXED SCORES # TEMPORARILY LOWERED - adjust these higher after GA is done # (pending discussion: Whitelists need scores, but they shouldn't effect the scoring of spam detection rules.) score RCVD_IN_MSPIKE_H3 -0.01 score RCVD_IN_MSPIKE_H4 -0.01 score RCVD_IN_MSPIKE_H5 -1.0 # FIXED SCORES - informational rules, useful only for statistical comparisons score RCVD_IN_MSPIKE_BL 0.01 score RCVD_IN_MSPIKE_WL -0.01 endif Here's what I see in sa-update. 50_scores.cf: score RCVD_IN_MSPIKE_ZBI 2.7 50_scores.cf: score RCVD_IN_MSPIKE_L5 2.5 50_scores.cf: score RCVD_IN_MSPIKE_L4 1.7 50_scores.cf: score RCVD_IN_MSPIKE_L3 0.9 50_scores.cf: score RCVD_IN_MSPIKE_H3 -0.01 50_scores.cf: score RCVD_IN_MSPIKE_H4 -0.01 50_scores.cf: score RCVD_IN_MSPIKE_H5 -1.0 50_scores.cf: score RCVD_IN_MSPIKE_BL 0.01 50_scores.cf: score RCVD_IN_MSPIKE_WL -0.01 72_scores.cf:score RCVD_IN_MSPIKE_BL 0.001 0.010 0.001 0.010 72_scores.cf:score RCVD_IN_MSPIKE_H2 0.001 -0.001 0.001 -0.001 72_scores.cf:score RCVD_IN_MSPIKE_H3 0.001 -0.010 0.001 -0.010 72_scores.cf:score RCVD_IN_MSPIKE_H4 0.001 -0.010 0.001 -0.010 72_scores.cf:score RCVD_IN_MSPIKE_H5 0.001 0.001 0.001 0.001 72_scores.cf:score RCVD_IN_MSPIKE_L2 0.001 0.001 0.001 0.001 72_scores.cf:score RCVD_IN_MSPIKE_L3 0.001 0.001 0.001 0.001 72_scores.cf:score RCVD_IN_MSPIKE_L4 0.001 3.996 0.001 3.996 72_scores.cf:score RCVD_IN_MSPIKE_L5 0.001 3.676 0.001 3.676 72_scores.cf:score RCVD_IN_MSPIKE_WL 0.001 -0.010 0.001 -0.010 72_scores.cf:score RCVD_IN_MSPIKE_ZBI 0.001 0.001 0.001 0.001 -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
