You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/04/29 09:30:49 UTC

[Bug 3329] New: URIDNSBL: optimization needed

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

           Summary: URIDNSBL: optimization needed
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Macintosh
        OS/Version: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Rules
        AssignedTo: spamassassin-dev@incubator.apache.org
        ReportedBy: jon@latchkey.com


here is a bit of my log...notice that there is several instances of lookups for
the same domain. wouldn't it be more efficient to just look it up once and/or
cache the information locally?

Apr 29 00:21:57 takahe spamd[1997]: debug: Found Razor2 part: part=0 engine=4
ct=0 cf=0 
Apr 29 00:21:57 takahe spamd[1997]: debug: leaving helper-app run mode 
Apr 29 00:21:57 takahe spamd[1997]: debug: Razor2 results: spam? 0  highest cf
score: 0 
Apr 29 00:21:57 takahe spamd[1997]: debug: URIDNSBL: netcraft.com took 2 seconds
to look up 
Apr 29 00:21:57 takahe spamd[1997]: debug: URIDNSBL: netcraft.com took 2 seconds
to look up 
Apr 29 00:21:57 takahe spamd[1997]: debug: URIDNSBL: ximian.com took 2 seconds
to look up 
Apr 29 00:21:57 takahe spamd[1997]: debug: URIDNSBL: majen.net took 2 seconds to
look up 
Apr 29 00:21:57 takahe spamd[1997]: debug: URIDNSBL: majen.net took 2 seconds to
look up 
Apr 29 00:21:57 takahe spamd[1997]: debug: URIDNSBL: netcraft.com took 2 seconds
to look up 
Apr 29 00:21:57 takahe spamd[1997]: debug: URIDNSBL: osdn.com took 2 seconds to
look up 
Apr 29 00:21:57 takahe spamd[1997]: debug: URIDNSBL: slashdot.org took 2 seconds
to look up 
Apr 29 00:21:57 takahe spamd[1997]: debug: URIDNSBL: majen.net took 2 seconds to
look up 
Apr 29 00:21:57 takahe spamd[1997]: debug: URIDNSBL: slashdot.org took 2 seconds
to look up 
Apr 29 00:21:57 takahe spamd[1997]: debug: URIDNSBL: slashdot.org took 2 seconds
to look up 
Apr 29 00:21:57 takahe spamd[1997]: debug: URIDNSBL: ximian.com took 2 seconds
to look up 
Apr 29 00:21:57 takahe spamd[1997]: debug: URIDNSBL: osdn.com took 2 seconds to
look up 
Apr 29 00:21:57 takahe spamd[1997]: debug: URIDNSBL: ximian.com took 2 seconds
to look up 
Apr 29 00:21:57 takahe spamd[1997]: debug: URIDNSBL: osdn.com took 2 seconds to
look up 
Apr 29 00:21:57 takahe spamd[1997]: debug: URIDNSBL: queries completed: 20
started: 14 
Apr 29 00:21:57 takahe spamd[1997]: debug: URIDNSBL: queries active:  at Thu Apr
29 00:21:57 2004



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