On Mon, Feb 21, 2011 at 18:32, Mark Martinec <[email protected]> wrote: >> > I've been having some problems with the SOUGHT generation backend -- >> > it appears current trunk's "mass-check" is taking a very long time >> > (ie. multiple days for 20k messages), without the --net switch. I >> > noticed some warnings previously which referred to the AskDNS plugin. >> > is there a possibility this is accessing DNS on each message even >> > without --net? >> >> Possibly (not intentionally). Checking... > > Actually - not likely. > > sub extract_metadata { > [...] > return if !$pms->is_dns_available; > > > The -L option on spamassassin turns off all AskDSN activities > according to a debug log. Didn't try it with mass-check. > > What warnings were you receiving?
unfortunately I didn't save them; just "svn up"d and restarted the process to see if it fixed it (it didn't, but the messages are no more). some strace'ing isn't showing network traffic, so it could just be poor local rule performance with the current trunk ruleset. Warren: Ubuntu 10.04, default /usr/bin/perl. --j.
