On 8/1/2014 6:38 PM, [email protected] wrote:
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7068
Quanah Gibson-Mount <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #7 from Quanah Gibson-Mount <[email protected]> ---
I just grabbed the patch out of the subversion repo. I assume I want to do the
following in my custom rules file:
ifplugin Mail::SpamAssassin::Plugin::MIMEEval
if
can(Mail::SpamAssassin::Plugin::MIMEEval::has_check_abundant_unicode_ratio)
body PP_TOO_MUCH_UNICODE05
eval:check_abundant_unicode_ratio(0.05)
describe PP_TOO_MUCH_UNICODE05 Is text/plain but has many unicode
escapes
score PP_TOO_MUCH_UNICODE05 1.0
body PP_TOO_MUCH_UNICODE02 eval:check_abundant_unicode_ratio(0.02)
describe PP_TOO_MUCH_UNICODE02 Is text/plain but has many unicode
escapes
score PP_TOO_MUCH_UNICODE02 0.5
endif
endif
Thanks! :)
PREFACE: You should discuss this type of stuff on the mailing list not
in bugzilla. Bugzilla is not a support forum.
Looks good.
The PP_TOO_MUCH_UNICODE05 and 02 are being tested in RuleQA to see which
is most effective so you might use both, might use one, might pick a
different percentage etc. and please report your findings.