-
-
Notifications
You must be signed in to change notification settings - Fork 2k
SpamAssassin local DNS lookups #2697
Copy link
Copy link
Closed
Labels
kind/questionSomeone asked a question - feel free to answerSomeone asked a question - feel free to answermeta/closed due to age or inactivityThis issue / PR has been closed due to inactivityThis issue / PR has been closed due to inactivitymeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dmeta/staleThis issue / PR has become stale and will be closed if there is no further activityThis issue / PR has become stale and will be closed if there is no further activity
Metadata
Metadata
Assignees
Labels
kind/questionSomeone asked a question - feel free to answerSomeone asked a question - feel free to answermeta/closed due to age or inactivityThis issue / PR has been closed due to inactivityThis issue / PR has been closed due to inactivitymeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dmeta/staleThis issue / PR has become stale and will be closed if there is no further activityThis issue / PR has become stale and will be closed if there is no further activity
Subject
I would like some feedback concerning a use case
Description
I am finding that some mails are marked as spam despite being legitimate.
The SA tags present in the mail headers are:
Searching a bit on the net, SA seems to recommend running your own local, caching, resolving (not forwarding) DNS.
Here they talk about it:
https://cwiki.apache.org/confluence/display/SPAMASSASSIN/CachingNameserver
https://users.spamassassin.apache.narkive.com/k2QOaYoV/why-do-i-get-both-uribl-dbl-spam-and-uribl-blocked
I looked for the
dns_availabledirective inside this repo, but i didn't find anything, so i assume it's not supported yet.I wanted to know if anyone has already addressed this issue, or if they have advice on how to implement it.