http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5469
Summary: compile_now() breaks Rule2XSBody
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: All
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: Libraries
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Calling compile_now() which some external users of SA do to optimise pre-loading
breaks Rule2XSBody.
The reasons is that the one_line rules get loaded as temporary methods, but
compile_now's call to finish() calls Plugin::Check's finish_tests() method which
deletes all the one_line rules. They never get created again.
Haven't had time to figure out a patch yet.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.