summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2000-08-13 18:47:42 +0000
committergshapiro <gshapiro@FreeBSD.org>2000-08-13 18:47:42 +0000
commita6c3c8dbfbbbdbe8e9dc451f059eec365e4825a1 (patch)
tree0a874d317e4a74fb50a06c125861dd053ccf837a /contrib
parent17d5aba6f2ac45c2fc102114f1a02a62a94c6bbe (diff)
downloadFreeBSD-src-a6c3c8dbfbbbdbe8e9dc451f059eec365e4825a1.zip
FreeBSD-src-a6c3c8dbfbbbdbe8e9dc451f059eec365e4825a1.tar.gz
Fix syntax for Received: header after conflict resolution.
Problem noted by: Andrey A. Chernov <ache@FreeBSD.ORG>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/sendmail/cf/m4/cfhead.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/cf/m4/cfhead.m4 b/contrib/sendmail/cf/m4/cfhead.m4
index c229e70..5a7bad3 100644
--- a/contrib/sendmail/cf/m4/cfhead.m4
+++ b/contrib/sendmail/cf/m4/cfhead.m4
@@ -213,7 +213,7 @@ define(`_REC_AUTH_', `$.$?{auth_type}(authenticated')
define(`_REC_FULL_AUTH_', `$.$?{auth_type}(authenticated as ${auth_authen} $?{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} (${cipher_bits} bits) verified ${verify})$.$?u')
define(`_REC_BY_', `$.by $j ($v/$Z)$?r with $r$. id $i$?{tls_version}')
OpenPOWER on IntegriCloud