Re: [mlmmj] Problems with spam filters
Nudge <[email protected]> Mon, 12 Oct 2020 05:12:45 +0000
| Newsgroups | org.mlmmj.mlmmj |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Oct 11, 2020 at 08:25:47PM +0100, Martin Brampton wrote: > On 11/10/2020 15:55, Marcus MERIGHI wrote: > > SPF does not go along too well with traditional mailing lists: > > (thats why more and more mailing lists rewrite the From:) > > > > $ dig +short black-sheep-research.com mx > > 100 mx.yorkshiremail.com. > > > > $ dig +short black-sheep-research.com txt > > "v=spf1 include:yorkshiremail.com ~all" > > > > $ dig +short yorkshiremail.com mx > > 100 mx.yorkshiremail.com. > > > > $ dig +short mx.yorkshiremail.com > > 164.90.179.118 > > > > $ dig +short yorkshiremail.com txt > > "v=spf1 a ip4:79.79.41.36 ip4:164.90.179.118 include:spf.smtp2go.com include:servers.mcsv.net ?all" > > > > ... but I get your mail, via the mlmmj list from this IP: > > > > Received: from adhara.zumppe.net (adhara.zumppe.net [198.101.246.47]) > > > > This is why my rspamd gives your mail 3 spammy points: > > > > R_DKIM_REJECT(1.00)[smtpcorp.com:s¡-4,black-sheep-research.com:s=s151337]; > > DMARC_POLICY_REJECT(2.00)[black-sheep-research.com : No valid SPF,reject]; > > Thanks. I don't understand why your rspamd says black-sheep-research.com has > no valid SPF. > > Your "digs" show that it has an include for yorkshiremail.com, which in turn > specifies both my own mail server (mx.yorkshiremail.com) and smpt2go.com > which is the mail relay that I use for general mail sending. > > Where is there an SPF problem? > > I don't either understand why your rspamd doesn't like the DKIM signature > added by the mail relay (smtp2go.com) if that is what it is complaining > about. Acknowledge