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! :)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to