From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EDD603858CDB; Sun, 27 Aug 2023 21:08:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EDD603858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693170508; bh=KWkOQcBI3fGbIW5m8bVg6Dw/zgvmQbBkEF1eqyF7Mi4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VoqRSgXWzOiF6lJ0QMFWsY9/ElBAwqGWkWXKJFgpO2GT04wM8ql7cA4Ux0NAG05/Y 53BxFnsck8d8RUAq9B7dTYlSzW1hqv4D0LoDGM6fNbafWkDNK6JIRzeMp7e5NHOEJZ vjGuxiFTnglKf4K0ujdOI2CbJ3euV80gWAnDh8aM= From: "mark at klomp dot org" To: overseers@sourceware.org Subject: =?UTF-8?B?W0J1ZyBJbmZyYXN0cnVjdHVyZS8yOTcxM10gUGxlYXNlIG1ha2Ug?= =?UTF-8?B?bGliYy1hbHBoYSBtYWlsaW5nIGxpc3QgY29tcGF0aWJsZSB3aXRoIOKAnGdp?= =?UTF-8?B?dCBhbeKAnQ==?= Date: Sun, 27 Aug 2023 21:08:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: sourceware X-Bugzilla-Component: Infrastructure X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: overseers at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29713 --- Comment #42 from Mark Wielaard --- (In reply to Mark Wielaard from comment #41) > (In reply to Mark Wielaard from comment #40) > > Note that c8s seems to have been updated to mailman 2.1.30 > > https://gitlab.com/redhat/centos-stream/rpms/mailman/-/commits/stream- > > mailman-2.1-rhel-8.9.0 > > https://bugzilla.redhat.com/show_bug.cgi?id=3D2140631 >=20 > Package available at > https://kojihub.stream.centos.org/koji/buildinfo?buildID=3D35377 I went through the diff and it contains the patch we use in mailman-2.1.29-12.sourceware.el8.3.x86_64 It also contains a simpler way to prevent dropping CCs: +# The process which avoids sending a list copy of a message to a member who +# is also directly addressed in To: or Cc: can drop the address from Cc: to +# avoid growing a long Cc: list in long threads. This can be undesirable = as +# it can break DKIM signatures and possibly cause confusion. To avoid cha= nges +# to Cc: headers, set the list's drop_cc to No. +DEFAULT_DROP_CC =3D Yes We should set that to No. There is also a new dmarc_moderation_addresses: + ('dmarc_moderation_addresses', mm_cfg.EmailListEx, (10, WIDTH)= , 1, + _("""List of addresses (or regexps) whose posts should always apply + dmarc_moderation_action=20 + regardless of any domain specific DMARC Policy."""), + + _("""Postings from any of these addresses will automatically + apply any DMARC action mitigation. This can be utilized to + automatically wrap or munge postings from known addresses or + domains that might have policies rejecting external mail From: + themselves. We could use this for addresses that add any list headers to their own DKIM signatures. --=20 You are receiving this mail because: You are the assignee for the bug.=