From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jari Aalto Subject: Re: [PATCH] git-send-email.perl - Fix 550 EHLO argument does not match calling host Date: Sun, 14 Mar 2010 16:55:10 +0200 Organization: Private Message-ID: <87eijnc5rl.fsf@jondo.cante.net> References: <4B97C157.4020806@gmail.com> <20100311081213.GA13575@sigill.intra.peff.net> <20100311083148.GA13786@sigill.intra.peff.net> <7vaaueziv8.fsf@alter.siamese.dyndns.org> <4B9A74CA.4080507@gmail.com> <7vy6hxnnfx.fsf@alter.siamese.dyndns.org> <87bpesi0om.fsf_-_@jondo.cante.net> <7vfx433l9x.fsf@alter.siamese.dyndns.org> <87eijng4hy.fsf@jondo.cante.net> <7vtysjs9hi.fsf@alter.siamese.dyndns.org> <87d3z7dx2y.fsf@jondo.cante.net> <7veijnp0jl.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sun Mar 14 16:00:22 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NqpIk-0003ob-J7 for gcvg-git-2@lo.gmane.org; Sun, 14 Mar 2010 16:00:22 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758301Ab0CNPAP (ORCPT ); Sun, 14 Mar 2010 11:00:15 -0400 Received: from lo.gmane.org ([80.91.229.12]:54196 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754545Ab0CNPAN (ORCPT ); Sun, 14 Mar 2010 11:00:13 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NqpIS-0003ZA-1V for git@vger.kernel.org; Sun, 14 Mar 2010 16:00:04 +0100 Received: from a91-155-187-216.elisa-laajakaista.fi ([91.155.187.216]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Mar 2010 16:00:03 +0100 Received: from jari.aalto by a91-155-187-216.elisa-laajakaista.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Mar 2010 16:00:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: a91-155-187-216.elisa-laajakaista.fi User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:jZ5sV1tta2hWIyq7u7rPu/oL3Zs= Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Junio C Hamano writes: >>>> + die "Unable to initialize SMTP properly. Check config and use --smtp-debug. ", >>> >> >> The --smtp-debug was introduced in the current patch along with maildomain(). > > I don't think so, at least in the submitted form. Perhaps you originally > wrote a single combined commit, and later split it into a few commits. Correct. Fixed now. Jari