All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcus MERIGHI <mcmer-mlmmj@tor.at>
To: mlmmj@mlmmj.org
Subject: Re: [mlmmj] Problems with spam filters
Date: Sun, 11 Oct 2020 14:55:55 +0000	[thread overview]
Message-ID: <20201011145555.GJ76113@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) 15:04 (CEST):
> Despite it being neat software, I'm finding it near impossible to run mlmmj
> mailing lists because mail is being treated as junk by big mail outfits such
> as hotmail and btinternet.

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=a1-4,black-sheep-research.com:s=s151337];
DMARC_POLICY_REJECT(2.00)[black-sheep-research.com : No valid SPF,reject];

below just included for completeness, no score assigned:

DKIM_TRACE(0.00)[smtpcorp.com:-,black-sheep-research.com:-];
FROM_NEQ_ENVFROM(0.00)[martin@black-sheep-research.com,mlmmj@mlmmj.org]

I have no idea whether mlmmj has an option to rewrite the "From:"!
(And I hate the rewritten "From:"s...)

Marcus

> My own mail server (which includes rspamd) accepts mlmmj mailing list mail
> without a problem. And I can observe that my mail, as received, is checked
> to be valid for DKIM, SPF and DMARC. I've also checked some mail against
> e.g. mail-tester.com and not found any problems.
> 
> My mail server is not blacklisted anywhere.
> 
> Despite this, a number of recipients seem to have messages routinely put in
> junk, and they don't all monitor junk. This creates a big problem, and makes
> a mailing list unusable.
> 
> Obviously, I have no influence with hotmail, btinternet, etc who probably
> wouldn't even reply to me.
> 
> It seems that big commercial outfits want to force people into paid services
> and to prevent them using simple but valuable mechanisms such as an ordinary
> mailing list.
> 
> Is there anything I can do to deal with this problem?
> 
> 

-- 
https://www.tor.at/~mcmer/signature.txt

Ich untersage hiermit a) die Verwendung meiner personenbezogenen Daten
zu anderen Zwecken als den in diesem Vorgang gegenstaendlichen sowie b)
die Weitergabe meiner personenbezogenen Daten. Die Nichtbefolgung
dieser Anweisung ist in Oesterreich gesetzeswidrig. Siehe hiezu das 
Datenschutzgesetz (DSG) 2000 idgF., zu finden u.a. unter:
http://ris.bka.gv.at/GeltendeFassung.wxe?Abfrage=Bundesnormen&Gesetzesnummer=10001597


  reply	other threads:[~2020-10-11 14: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 [this message]
2020-10-11 19:25 ` Martin Brampton
2020-10-12  5:12 ` Nudge
2020-10-12  6:55 ` Marcus MERIGHI
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=20201011145555.GJ76113@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.