From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id fZJPKw2D+F/kMgAAWB0awg (envelope-from ) for ; Fri, 08 Jan 2021 11:06:37 -0500 Received: by simark.ca (Postfix, from userid 112) id A631D1E99A; Fri, 8 Jan 2021 11:06:37 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_NONE,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (unknown [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id D6C401E4F4 for ; Fri, 8 Jan 2021 11:06:36 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C0D0B398241A; Fri, 8 Jan 2021 16:06:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C0D0B398241A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1610121995; bh=HbiJzgbOG7WybsuyzM7Hh+EayMsOgTnSevVsdHTkoSU=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=jVlbA6MumFZDfpH24FI3znsX7DsYRlf9IFbq3rgAHKlStU+9LDXf/nh7zWbUXZcfO E9rmkvlLrNotnSrMytrOwsezl4ijLTn3Hw6keBF8uk9qFh4A0xX5f6LJluSuZxLwAF Z6KJSiUueAEvpxJoDJEDTk8o0mQzgP5T1RZMefNs= Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id 483963982403 for ; Fri, 8 Jan 2021 16:06:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 483963982403 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 108G6R1S001424 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 8 Jan 2021 11:06:32 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 108G6R1S001424 Received: from [10.0.0.213] (192-222-157-6.qc.cable.ebox.net [192.222.157.6]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 769931E4F4; Fri, 8 Jan 2021 11:06:27 -0500 (EST) Subject: Re: 4iiii members who are part of mail list To: Francine Wieliczko , gdb@sourceware.org References: Message-ID: <11c6c595-4a53-355d-1047-1492cb5c9097@polymtl.ca> Date: Fri, 8 Jan 2021 11:06:27 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Fri, 8 Jan 2021 16:06:27 +0000 X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Simon Marchi via Gdb Reply-To: Simon Marchi Errors-To: gdb-bounces@sourceware.org Sender: "Gdb" On 2021-01-08 10:23 a.m., Francine Wieliczko wrote: > I am the default at 4iiii to receive emails for employees that no longer > work at the company. I receive regular emails from "gdb" but because I > can't see who is on the email list, I am unable to remove the employee(s) > from 4iiii who are no longer working here and to stop them coming to me. Is > someone able to provide me with a list of *@4iiii.com addresses so I can > inform someone with the gdb group (please advise who this should be) of who > to remove from the email list? If you look at the message header (sometimes called "raw message"), there might be a trace of who the message was intended for? For example, in your email, I see these headers: Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by pop3.polymtl.ca (8.14.4/8.14.4) with ESMTP id 108FNgw4010065 for ; Fri, 8 Jan 2021 10:23:42 -0500 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 108FNYRT002117 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 8 Jan 2021 10:23:39 -0500 Note the "". Simon