From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 89CBC3857357; Mon, 31 Oct 2022 04:37:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 89CBC3857357 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667191078; bh=jv8f78Dg72NmzRP/vS8lod5Z7bwLVA255Z/mWXbe0W0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UiEBFFPUWrknAPHR3esf6oPcFVMh7PlZCHCquFDncwh/wAqX+TouZRUrdwLbYFA9v vIXGBpN1eU5QPtuhd4JSQ/f+uBCxV4WdGV9W1s4bwPyt+DNW9QodIzxpPdmsoR31O3 gonjV8gq851eTDi3hbxfHyPmOyuDNympsBQevXeE= From: "iank at fsf dot org" To: overseers@sourceware.org Subject: =?UTF-8?B?W0J1ZyBJbmZyYXN0cnVjdHVyZS8yOTcxM10gUGxlYXNlIG1ha2Ug?= =?UTF-8?B?bGliYy1hbHBoYSBtYWlsaW5nIGxpc3QgY29tcGF0aWJsZSB3aXRoIOKAnGdp?= =?UTF-8?B?dCBhbeKAnQ==?= Date: Mon, 31 Oct 2022 04:37:57 +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: iank at fsf 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 #14 from iank at fsf dot org --- Yes, I forgot about this. Mailman refuses to let list owners change the setting to what you are trying if you've set a site-wide/system setting. To be specific, on debian based systems there is /usr/lib/mailman/Mailman/Defaults.py which are the default mailman settings, it has DEFAULT_DMARC_MODERATION_ACTION =3D 0 And the system mailman config file overrides the defaults.=20 On debian based systems, that file is=20 /etc/mailman/mm_cfg.py I think the issue is that you've set DEFAULT_DMARC_MODERATION_ACTION to something other than 0 in your system config. So, remove it it to 0 to overcome this issue. --=20 You are receiving this mail because: You are the assignee for the bug.=