mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
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:
parent
45e84c7984
commit
feee4d201e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30103
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user