Re: spoof detector
[email protected] Mon, 9 Jul 2007 07:44:19 -0500
| Newsgroups | gmane.mail.spam.spambayes.devel |
|---|---|
| Message-ID | <[email protected]> |
>> x-pick_apart_urls:True
>> x-lookup_ip:True
Dave> Well, they sure make training slow to a crawl! Is there any
Dave> effective way of cacheing those DNS lookups?
Yes, the first time the IP lookup stuff will be slow. I have this setting
as well:
lookup_ip_cache:~/tmp/dnscache.pck
I don't recall if the dnscache module caches somewhere by default or if it
only caches in-memory if you don't specify a cache file.
Skip