http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5543
------- Additional Comments From [EMAIL PROTECTED] 2007-07-04 20:53 -------
I'll also add in a "ditto", I prefer plugins and rules to be separate.
Also, I think this is already possible. I took the Test plugin and added the
following right before the return() from new():
my $config = q&
body TVD_TRUE eval:check_test_plugin()
&;
$mailsaobject->{conf}->parse_rules($config);
in theory, plugins are only loaded from init(), so we can just call a
parse_rules and be done. Technically there should be something like:
file start NameOfPlugin.pm
...
file end NameOfPlugin.pm
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.