http://bugzilla.spamassassin.org/show_bug.cgi?id=4128
------- Additional Comments From [EMAIL PROTECTED] 2005-04-08 18:47 ------- Subject: Re: Add Habeas EnvelopeFrom RHS lookup On Fri, Apr 08, 2005 at 03:22:17PM -0700, [EMAIL PROTECTED] wrote: > 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. We don't do any query, get results, process results, then query for something else -- it's always process, query, get results. So I was thinking about just doing a get_query() call at the beginning of check(), let the standard code and any plugins report what they want to query, then go spin that off. At the end, call get_responses(), and have a hash of all the queries and their responses. It would simplify a lot of stuff, as you've mentioned, and also make it easier to deal with the network result reuse during mass-checks since it'd be trivial to store and retrieve the list. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
