> > 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?
Mark