http://bugzilla.spamassassin.org/show_bug.cgi?id=4505
------- Additional Comments From [EMAIL PROTECTED] 2005-08-09 21:14 ------- ok, working on the meta.t failures and the zeroing scores that are -0.1 < score < 0.1. question: has anyone used 'rewrite-cf-with-new-scores' recently? can it successfully rewrite these scores in place? # URIDNSBL ifplugin Mail::SpamAssassin::Plugin::URIDNSBL # <gen:mutable> score URIBL_AB_SURBL 0 3.306 0 3.812 score URIBL_JP_SURBL 0 3.360 0 4.087 score URIBL_OB_SURBL 0 2.617 0 3.008 score URIBL_PH_SURBL 0 2.240 0 2.800 score URIBL_SBL 0 1.094 0 1.639 score URIBL_SC_SURBL 0 3.600 0 4.498 score URIBL_WS_SURBL 0 1.533 0 2.140 # </gen:mutable> endif # Mail::SpamAssassin::Plugin::URIDNSBL what happens for me is that they get shoved into the main <gen:mutable> section, and lose their "ifplugin" scope. that's obviously bad news, as it means that manual hand-editing is required to fix it. is there a working script that avoids that problem? ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
