From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from albireo.enyo.de (albireo.enyo.de [37.24.231.21]) by sourceware.org (Postfix) with ESMTPS id 6418F39450C6 for ; Wed, 18 Mar 2020 11:51:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6418F39450C6 Received: from [172.17.203.2] (helo=deneb.enyo.de) by albireo.enyo.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jEX4x-0002MN-GX; Wed, 18 Mar 2020 11:41:43 +0000 Received: from fw by deneb.enyo.de with local (Exim 4.92) (envelope-from ) id 1jEX3F-0002gD-NG; Wed, 18 Mar 2020 12:39:57 +0100 From: Florian Weimer To: "Frank Ch. Eigler" Cc: Overseers mailing list , "Frank Ch. Eigler via Gcc" , overseers@gcc.gnu.org, Alexander Monakov , Segher Boessenkool Subject: Re: Not usable email content encoding References: <20200317194613.GH22482@gate.crashing.org> <20200317195158.GC112952@elastic.org> <874kumt0bh.fsf@mid.deneb.enyo.de> <20200318110109.GA5496@redhat.com> Date: Wed, 18 Mar 2020 12:39:57 +0100 In-Reply-To: <20200318110109.GA5496@redhat.com> (Frank Ch. Eigler's message of "Wed, 18 Mar 2020 07:01:09 -0400") Message-ID: <87o8stsxgy.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=0.0 required=5.0 tests=KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2020 11:51:03 -0000 * Frank Ch. Eigler: > Hi - > >> > The key here is to realize that the raw message is not what you get >> > back from the mailing list reflector, and also not the raw message >> > that was sent by the sender. In this day of mta intermediaries, >> > proxies, reflectors, it may be time to revisit that suggestion. >> >> But these largely are new problems. It used to work flawlessly. > > I understand that's frustrating. But these workflows were counting on > literally unspecified behaviours not changing, or outright standards > violations continuing. Delivery of each individual message is unspecified as well, but we still count it to happen. I'm sorry, but I think this argument sounds a bit vacuous. With our own infrastructure, we should be able to get it to behave in the way we need. >> Patch reencoding problems go back to the redhat.com changes last >> November (I understand the responsible vendor is working on a fix, >> but I'm not up-to-date on the current developments). > > This one is a standards-compliant reencoding. Even if mimecast (?) > stops doing it, we can't be sure nothing else will. But it's rather unusual in the RFC 822 world, especially with the decline of sendmail and its peculiar 8BITMIME handling. I understand that you get a lot of this in the corporate mail world originally influenced by X.400, but such messages are rarely handled by sourceware these days, probably because people rather use Gmail than wrestle with their inadequate corporate email. >> Since the sourceware.org Mailman migration, the From: header is being >> rewritten, without any compelling reason. I certainly do not do any >> DMARC checking here, so the rewriting does not benefit me. > > It benefits you because more and more email services are rejecting or > interfering with mail that is not clean enough. If you want to > receive mail reliably, or send and have confidence that it is > received, clean mail benefits you. It's definitely not cleaner after Mailman has applied its destructive header rewriting. It just replaces one address spoofing with another. What are the plans for Mailman on sourceware? Will it be replaced soon with something else, given that the software stack it runs on is effectively EOL? It should not be too hard to add a configuration option where subscribers can opt out of header rewriting, but with Mailman's upstream status, I'm not sure if that's a worthwhile effort.