Woke up, and a few minutes later, my milter did its first SPF evaluation.
I decided to care about body scanning later, lets have some easy wins first.
Discussion
Woke up, and a few minutes later, my milter did its first SPF evaluation.
I decided to care about body scanning later, lets have some easy wins first.
This is a nice easy win.
I quickly turned the trace into <details>, because that's nicer.
And now I can do DNS Blocklist (& allowlist) lookups too. Almost at a point where I feel like I can direct one of my less important domains here.
I am very proud of myself.
Need a way to extract the domain part of an email, look up its IP addresses, and then run DNSBL checks on that, too.
@algernon what would that tell?
@zhenech Sometimes the email used in mail from resolves to a different domain/ip than what the sender is connecting from, and looking at the reputation of the mail from IP can, therefore, be beneficial.
Case in point, one spam my rspamd rejected connected from 158.94.209.56, which is in the Mailspike blocklist (and 3 spamhaus lists), but there's no entry for it in the mailspike reputation list.
On the other hand, the envelope domain resolves to 58.26.40.48, which is in the reputation list, and I can adjust the score accordingly.
@algernon do useful dns blocklists still exist?