From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_C,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id A73DF1F5AE for ; Fri, 24 Jul 2020 00:42:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728005AbgGXAmp (ORCPT ); Thu, 23 Jul 2020 20:42:45 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:65158 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727783AbgGXAmp (ORCPT ); Thu, 23 Jul 2020 20:42:45 -0400 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 59BB56E056; Thu, 23 Jul 2020 20:42:44 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:message-id:mime-version:content-type; s=sasl; bh=70s5P+ZtnBEkP5+w/CitYQ5VD7I=; b=GKbI1BcAAnaKCSuvyr2E yGYxz0KpoohhzXgOqH5OTDcomSSWMBAdWpJb0RxuU7qUhWngxkyrjFRAtpZQLsqy 116Re02FoygvyuZgNRhT+Ji/137Ved25zSQuhlvOMQXNGIlyWT9c5S7kJTNQIu79 ZwboiC9RFlccMC0fkE/qJcY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:message-id:mime-version:content-type; q=dns; s=sasl; b=xvjz8aZ2p1jTPo8lM6a64ISk3V660bsGVkT9NOgZk6aCut kq+GKAwTuRBHYNjXuzgUAtrZZ1W1UpQbhYxpoVCgHDBhehG+nKyXq+TVZW3KI9fp fST5w/nevyR7Y+e8OnUAUejFzmIQljfi6igZd3uYbKQw3rN2YVZmgDJAbz9R4= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 51B266E055; Thu, 23 Jul 2020 20:42:44 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.196.173.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id DB7D46E054; Thu, 23 Jul 2020 20:42:43 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: "Drew DeVault" Cc: "Jeff King" , Subject: Re: [PATCH v2] git-send-email: die if sendmail.* config is set References: Date: Thu, 23 Jul 2020 17:42:43 -0700 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 962CDF58-CD46-11EA-A356-01D9BED8090B-77302942!pb-smtp1.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org "Drew DeVault" writes: > On Mon Jul 20, 2020 at 9:33 AM EDT, Jeff King wrote: >> This basically claims the "sendmail.*" namespace for send-email. Not >> strictly, but if we're going to warn about anything set in it, it >> effectively shuts out other uses. > > The revised patch (v3 now) is less strict and offers an escape hatch via > sendmail.forbidSendmailVariables. I'd prefer that over making sendmail.* > just werk. We are not in a hurry until the next cycle starts, but please send the updated version out to the list before everybody forgets. Thanks.