http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5449
------- Additional Comments From [EMAIL PROTECTED] 2007-06-29 08:46 ------- Created an attachment (id=4028) --> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=4028&action=view) fix This patch fixes it, I think -- please try it and confirm. It also fixes a number of other bugs with allow_user_rules, I think. Now, there's an architectural question here; basically, there are a number of bugs that require that finish_parsing() be called both after parsing the system-wide config *and* the user configs, instead of just after the user configs (which is what was previously done). There's a side effect in terms of the plugin API, though, which is that "finish_parsing_end" is now called multiple times too. I had to modify Rule2XSBody.pm to take this into account, for example. So, committers -- should we: 1. apply this patch and change the semantics of "finish_parsing_end" as noted above; 2. add a new plugin API "user_rules_parsing_end", and preserve the old "finish_parsing_end" semantics, or; 3. add a boolean flag to the "finish_parsing_end" API indicating if it's user-rules or system rules that have finished parsing? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
