Fix syntax for Received: header after conflict resolution.

Problem noted by: Andrey A. Chernov <ache@FreeBSD.ORG>
This commit is contained in:
Gregory Neil Shapiro 2000-08-13 18:47:42 +00:00
parent 028d28adb8
commit 9350bdc398
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64620

View File

@ -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}')