Record the envelope from address in the received: line. This has turned

out to be very useful for spam tracking and other problem debugging.

I first noticed this in one of Paul Vixie's machine's headers a while ago.
This commit is contained in:
Peter Wemm 1997-10-04 11:10:19 +00:00
parent 45e84c7984
commit feee4d201e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30103

View File

@ -131,7 +131,8 @@ define(`confSMTP_LOGIN_MSG', `$j Sendmail $v/$Z; $b')
define(`confRECEIVED_HEADER', `$?sfrom $s $.$?_($?s$|from $.$_)
$.by $j ($v/$Z)$?r with $r$. id $i$?u
for $u; $|;
$.$b')
$.$b$?g
(envelope-from $g)$.')
define(`confSEVEN_BIT_INPUT', `False')
define(`confEIGHT_BIT_HANDLING', `pass8')
define(`confALIAS_WAIT', `10')