http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4691





------- Additional Comments From [EMAIL PROTECTED]  2005-11-17 22:38 -------
i dont see any way to pluginze this and make it work properly.  if you 
pluginize the 'tmethod' property, what good does that do if PMS::do_body_tests
() cant read it?  

what happens to body rule priorities if you have to eval them through a custom 
plugin??   if I want to create some fast_body rules and want them to be the 
first thing that runs to increase efficiency, i cant because they are evals 
which occur after body and rawbody rules.  

      $self->do_body_tests($priority, $decoded);
      $self->do_body_uri_tests($priority, @uris);
      $self->do_body_eval_tests($priority, $decoded);

      $self->do_rawbody_tests($priority, $bodytext);
      $self->do_rawbody_eval_tests($priority, $bodytext);

try to look past the 'fast_body' and 'fast_rawbody' definitions, as those are 
just quick wrappers around the 'tmethod' code which is the meat and potatoes of 
the patch ;)





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

Reply via email to