From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id 6DC801F406 for ; Thu, 12 Oct 2023 17:46:53 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=pobox.com header.i=@pobox.com header.a=rsa-sha256 header.s=sasl header.b=W2ow0sbi; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347350AbjJLRqu (ORCPT ); Thu, 12 Oct 2023 13:46:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344213AbjJLRqs (ORCPT ); Thu, 12 Oct 2023 13:46:48 -0400 Received: from pb-smtp2.pobox.com (pb-smtp2.pobox.com [64.147.108.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5C86BBB for ; Thu, 12 Oct 2023 10:46:46 -0700 (PDT) Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 9F42C1BF111; Thu, 12 Oct 2023 13:46:45 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=sasl; bh=SAGLMCvXskYYLe2CGaHAPANm00EtJ2pMArCDUv vhB/8=; b=W2ow0sbiSC/fNlHVtpasV68yIjAcKtZ96jvQoDJeIPCVbnB0sHi7Y7 /DgT7Zw9SPcxmEsm3jP8uh18GRZsqwNca4X+xxmVMKE4YO6zZ8HrWGBwHliuh9fP 6mdOzSYSurhvgn+fQKqa9ySrozJWkiEtmwnE925uw8p9gsfCq+ijA= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 972631BF110; Thu, 12 Oct 2023 13:46:45 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.125.153.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id DC0AD1BF10F; Thu, 12 Oct 2023 13:46:44 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: "Derrick Stolee via GitGitGadget" Cc: git@vger.kernel.org, Derrick Stolee Subject: Re: [PATCH] mailmap: change primary address for Derrick Stolee In-Reply-To: (Derrick Stolee via GitGitGadget's message of "Thu, 12 Oct 2023 17:30:33 +0000") References: Date: Thu, 12 Oct 2023 10:46:43 -0700 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 4F3F04D8-6927-11EE-8979-25B3960A682E-77302942!pb-smtp2.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org [jc: removed @github.com address from CC] "Derrick Stolee via GitGitGadget" writes: > -Derrick Stolee > -Derrick Stolee Derrick Stolee via GitGitGadget > -Derrick Stolee > +Derrick Stolee > +Derrick Stolee Derrick Stolee via GitGitGadget > +Derrick Stolee It has been irritating to see @github.com address bouncing. Will apply. Thanks.