Import note_error from pyspf. Handle timeout on type99 lookup

specially (sender actually has no SPF record and a braindead DNS server).
This commit is contained in:
Stuart Gathman
2006-03-21 18:48:51 +00:00
parent 6102d641c5
commit ec4f9fdd99
2 changed files with 42 additions and 24 deletions
+7
View File
@@ -1,3 +1,10 @@
For selected domains, check users via CBV before accepting mail. Cache
results.
Allow blacklisted emails as well as domains in blacklist.log. Use same
data structure as autowhitelist.log. Add emails blacklisted via CBV
so that they are remembered across milter restarts.
Make all dictionaries work like honeypot. Do not train as ham unless
whitelisted. Train on blacklisted messages, or spam feedback.