Re: DMARC methods in mailman

Theodore Ts'o <tytso@mit.edu> Tue, 20 December 2016 22:35 UTC

Return-Path: <tytso@thunk.org>
X-Original-To: ietf@ietfa.amsl.com
Delivered-To: ietf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4E6981295B4 for <ietf@ietfa.amsl.com>; Tue, 20 Dec 2016 14:35:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5
X-Spam-Level:
X-Spam-Status: No, score=-5 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RP_MATCHES_RCVD=-3.1, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=thunk.org
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PJ1mvbdeVOon for <ietf@ietfa.amsl.com>; Tue, 20 Dec 2016 14:35:48 -0800 (PST)
Received: from imap.thunk.org (imap.thunk.org [IPv6:2600:3c02::f03c:91ff:fe96:be03]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F3AD3120725 for <ietf@ietf.org>; Tue, 20 Dec 2016 14:35:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=thunk.org; s=ef5046eb; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=kL1BUzAdQGvRiBcVOPeuW6amHLiV3bpK6CivYVAvINA=; b=K2xFzgmeOTSv4F72Lv4ZholA1Lf5XkmVTP577WlBustOyB1tQeg4kUwPC4uuBHbP3f5WWwAUbc5NazECx0GFBVgEneGwLI5dbx4NMAASWlQBuZC0ZONd+eQfuw661gV5WcbVxSWwzVxAcK2up9/d92jEpujgU8U9HiIoDIw9FjU=;
Received: from root (helo=callcc.thunk.org) by imap.thunk.org with local-esmtp (Exim 4.84_2) (envelope-from <tytso@thunk.org>) id 1cJT0b-0008Uq-Af; Tue, 20 Dec 2016 22:35:45 +0000
Received: by callcc.thunk.org (Postfix, from userid 15806) id B3B97C011CA; Tue, 20 Dec 2016 17:35:44 -0500 (EST)
Date: Tue, 20 Dec 2016 17:35:44 -0500
From: Theodore Ts'o <tytso@mit.edu>
To: John Levine <johnl@taugh.com>
Subject: Re: DMARC methods in mailman
Message-ID: <20161220223544.ktfd2kzrz46mjdnu@thunk.org>
References: <m1cJIF7-0000DEC@stereo.hq.phicoh.net> <20161220195601.23551.qmail@ary.lan>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <20161220195601.23551.qmail@ary.lan>
User-Agent: NeoMutt/20161126 (1.7.1)
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Mail-From: tytso@thunk.org
X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/ietf/31Ra0FNIgbpurEbxy7xxQvb8ebc>
Cc: ietf@ietf.org, pch-ipv6-ietf-3@u-1.phicoh.com
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf>, <mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ietf/>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 20 Dec 2016 22:35:49 -0000

On Tue, Dec 20, 2016 at 07:56:01PM -0000, John Levine wrote:
> In article <m1cJIF7-0000DEC@stereo.hq.phicoh.net> you write:
> >Just a random idea, I don't think I have seen it before, but I may have missed
> >it.
> >
> >What about adding a checkbox in the mailman profile for subscribers of the
> >lists that basically says: if you detect that the sender is using DMARC then
> >please rewrite the From header.
> 
> Whether a mail system enforces DMARC policies is up to the system's
> manager, not individual users.  Even in the IETF, I expect that many,
> perhaps a majority, of users have only the dimmest idea what if
> anything their operator does with DMARC.

This starts getting more complicated, but the mailing list could try
intentionally sending a message which fails DMARC (e.g., with a
claimed from address of example@yahoo.com) to the mailing list
subscriber and see if it gets bounced, and use that to set the default
for that setting automatically?

						- Ted