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





------- Additional Comments From [EMAIL PROTECTED]  2007-03-12 06:45 -------
comment by mail from Jeff Mincy --

'On http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5375
couldn't you use a if !plugin() type construct to eliminate undefined
rule warnings?  handle_conditional would have to be extended.

-jeff

Something like:


if !plugin(Mail::SpamAssassin::Plugin::Pyzor)
meta PYZOR_CHECK 0
endif

if !plugin(Mail::SpamAssassin::Plugin::DCC)
meta DCC_CHECK 0
endif

if !plugin(Mail::SpamAssassin::Plugin::Razor2)
meta RAZOR2_CHECK 0
endif

...

meta DIGEST_MULTIPLE            RAZOR2_CHECK + DCC_CHECK + PYZOR_CHECK > 1
'



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

Reply via email to