From owner-svn-src-stable@FreeBSD.ORG Thu Feb 21 22:46:27 2013 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 89FA7189; Thu, 21 Feb 2013 22:46:27 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7C3D7249; Thu, 21 Feb 2013 22:46:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1LMkRU9003371; Thu, 21 Feb 2013 22:46:27 GMT (envelope-from gshapiro@svn.freebsd.org) Received: (from gshapiro@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1LMkRkU003370; Thu, 21 Feb 2013 22:46:27 GMT (envelope-from gshapiro@svn.freebsd.org) Message-Id: <201302212246.r1LMkRkU003370@svn.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 21 Feb 2013 22:46:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r247142 - stable/8/contrib/sendmail/src X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 22:46:27 -0000 Author: gshapiro Date: Thu Feb 21 22:46:26 2013 New Revision: 247142 URL: http://svnweb.freebsd.org/changeset/base/247142 Log: MFC: Merge sendmail 8.14.6 errata issue Modified: stable/8/contrib/sendmail/src/milter.c Directory Properties: stable/8/contrib/sendmail/ (props changed) Modified: stable/8/contrib/sendmail/src/milter.c ============================================================================== --- stable/8/contrib/sendmail/src/milter.c Thu Feb 21 22:38:39 2013 (r247141) +++ stable/8/contrib/sendmail/src/milter.c Thu Feb 21 22:46:26 2013 (r247142) @@ -4048,7 +4048,7 @@ milter_helo(helo, e, state) } response = milter_command(SMFIC_HELO, helo, strlen(helo) + 1, - SMFIM_EOH, e, state, "helo", false); + SMFIM_HELO, e, state, "helo", false); milter_per_connection_check(e); return response; }