https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7897

            Bug ID: 7897
           Summary: URIDNSBL does not trigger meta rules anymore
           Product: Spamassassin
           Version: 3.4.5
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Plugins
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: Undefined

This Patch
https://svn.apache.org/viewvc/spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/URIDNSBL.pm?r1=1864890&r2=1878575
triggered a regression from all 3.4.x releases.

It delays the call of got_hit() to the absolute end of all rule handling and
after all meta rules are handled.

For me it looks like that meta rules depend on the finished DNS lookup but not
on the actual call of got_hit(). Before it was called immediately after the DNS
response was harvested and the meta rules saw the results. Now they are never
recognized.

If I have to choose between logging of all domains in the results header and
triggering meta rules I would choose the latter.

IMO the same problem exists in trunk as well. There is already a bug for a
similar topic: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7735

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

Reply via email to