From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cgf.cx (external.cgf.cx [107.170.62.102]) by sourceware.org (Postfix) with ESMTPS id 650B13858D28 for ; Sat, 9 Apr 2022 16:53:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 650B13858D28 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 cgf.cx 2955B4D4E0 X-Spam-Level: X-Spam-CGF-Status: No, score=-4.1 required=5.0 tests=ALL_TRUSTED,BAYES_00, TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 spammy=H*M:cgf Date: Sat, 9 Apr 2022 12:53:50 -0400 From: Christopher Faylor To: Mark Wielaard Cc: overseers@sourceware.org Subject: Re: Bad audit emails Message-ID: <20220409165350.kv46yjmtmfupspcn@cgf.cx> Mail-Followup-To: Mark Wielaard , overseers@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-101.8 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE, USER_IN_WELCOMELIST, USER_IN_WHITELIST autolearn=no autolearn_force=no version=3.4.4 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: Sat, 09 Apr 2022 16:53:53 -0000 On Sat, Apr 09, 2022 at 02:33:28PM +0200, Mark Wielaard wrote: >The last account creation audit email had odd headers: > > To: overseers@sourceware.org, audit@sourceware.org, create-user@sourceware.org, -s@sourceware.org, > dje.gcc@gmail.com, Edelsohn@sourceware.org > Cc: root , David@sourceware.org > >It looks like the subject was supposed to be passed as -s "create-user >audit" but each item was interpreted as an recipient address causing >the audit email to have no subject. I haven't figured out why yet. It's because someone used a "Full Name " in the "Approver" field and the script gets confused by that. We've seen this on-and-off for a while. I guess I'll fix it. cgf