base.m4: Add an `auth=...' note to the Received header if we're relaying.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 24 Mar 2016 11:01:03 +0000 (11:01 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 24 Mar 2016 11:11:33 +0000 (11:11 +0000)
I'd previously resisted doing this, because the full `AUTH=...' notes
I'm passing around look a lot like email addresses and this might
subvert attempts to use extension addresses or the odin forwarder.  But
it seems a shame to lose this information.

Compromise: report the sender, as a bare user-name, only if the
domain-part is us.  This will, at worst, repeat the user name from the
sending MTA, which told us what it was either as the origin for a local
sender, or the authenticated user name from SMTP authentication or
identd (for submission to localhost).


No differences found