From: Marcus MERIGHI <mcmer-mlmmj@tor.at>
To: mlmmj@mlmmj.org
Subject: Re: [mlmmj] Problems with spam filters
Date: Mon, 12 Oct 2020 06:55:42 +0000 [thread overview]
Message-ID: <20201012065542.GK76113@tor.at> (raw)
In-Reply-To: <640117cb-85da-7b62-6a6e-7066f6f3ec94@black-sheep-research.com>
martin@black-sheep-research.com (Martin Brampton), 2020.10.11 (Sun) 21:25 (CEST):
> Thanks. I don't understand why your rspamd says black-sheep-research.com has
> no valid SPF.
Because the IP of the sending server (mlmmj list server at
198.101.246.47) is not in the SPF-published "allowed sender" IP list:
$ echo black-sheep-research.com | smtpctl spf walk
79.79.41.36
164.90.179.118
45.55.101.18
205.201.128.0/20
198.2.128.0/18
148.105.8.0/21
207.58.142.208/29
207.58.147.64/28
216.22.15.224/27
43.228.184.0/22
103.47.204.0/22
103.36.108.0/22
103.2.140.0/22
203.31.36.0/22
66.128.144.88/29
198.74.56.28
(smtpctl ist a tool on OpenBSD)
Marcus
> 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.
>
>
> 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];
next prev parent reply other threads:[~2020-10-12 6:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-11 13:04 [mlmmj] Problems with spam filters Martin Brampton
2020-10-11 14:55 ` Marcus MERIGHI
2020-10-11 19:25 ` Martin Brampton
2020-10-12 5:12 ` Nudge
2020-10-12 6:55 ` Marcus MERIGHI [this message]
2020-10-12 10:14 ` Martin Brampton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201012065542.GK76113@tor.at \
--to=mcmer-mlmmj@tor.at \
--cc=mlmmj@mlmmj.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.