Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2000 11:46:22 -0700 (PDT)
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.ORG>
To:        "Andrey A. Chernov" <ache@FreeBSD.ORG>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: New sendmail: junk characters in header
Message-ID:  <14742.60670.617198.471731@horsey.gshapiro.net>
In-Reply-To: <20000813113929.A80466@freebsd.org>
References:  <20000813113929.A80466@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
ache> To see the bug, just send any mail to yourself.

ache> Received: (from ache@localhost)
ache> by nagual.pp.ru (8.11.0/8.11.0) id e7DIV4a34899
ache> for ache@nagual.pp.ru; Sun, 13 Aug 2000 22:31:04 +0400 (MSD)?g
ache> ^^^^^
ache> (envelope-from ache)=9C
ache> ^^^^^^^

Thanks for the report, fixed with the following patch:

Index: cfhead.m4
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/ncvs/src/contrib/sendmail/cf/m4/cfhead.m4,v
retrieving revision 1.4
diff -u -u -r1.4 cfhead.m4
--- cfhead.m4	2000/08/12 22:19:05	1.4
+++ cfhead.m4	2000/08/13 18:45:51
@@ -213,7 +213,7 @@
 define(`_REC_FULL_AUTH_', `$.$?{auth_type}(authenticated as ${auth_authe=
n} $?{auth_author}for ${auth_author} $.with ${auth_type}')
 define(`_REC_HDR_', `$?sfrom $s $.$?_($?s$|from $.$_)')
 define(`_REC_END_', `for $u; $|;
-	$.$b?g
+	$.$b$?g
 	(envelope-from $g)$.')
 define(`_REC_TLS_', `(using ${tls_version} with cipher ${cipher} (${ciph=
er_bits} bits) verified ${verify})$.$?u')
 define(`_REC_BY_', `$.by $j ($v/$Z)$?r with $r$. id $i$?{tls_version}')


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14742.60670.617198.471731>