http://bugzilla.spamassassin.org/show_bug.cgi?id=4128





------- Additional Comments From [EMAIL PROTECTED]  2005-04-08 15:22 -------
> no code, moving to 3.2.0 queue

No problem.

> We really need all of the Habeas stuff to move to a plugin (which barring
> unforeseen circumstances, would ship with 3.x like the other core plugins).

The obstacle is plugins can't call do_rbl_lookup(), because run_rbl_eval_tests()
 is called before the plugins are run. Hence a plugin cannot take advantage of
the RBL lookup functions. To move the Accredit check out to a plugin, sub
check() would have to be restructured to specifically allow plugins to call the
RBL functions, or the Accredit plugin would have to be rewritten to do the
lookup itself (calling Net::DNS directly).

Daryl O'Shea and I had a side discussion where we noted that the URIDNSBL plugin
could benefit from a generalization of the RBL functions, too, and might be able
to eliminate its own logic for calling Net::DNS. Just a nice idea.



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

Reply via email to