mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04: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
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue