On Sun Feb 28 2016 11:13:00 Viktor Dukhovni
said:
>
> On Sun, Feb 28, 2016 at 06:37:29AM -0700, @lbutlr wrote:
>
>> Are there any consequences to stripping out the Received header that
>> contains the sender�s IP address (and usually their LAN address as well)?
>
> It is better to anonymiz
Add that ignore to smtp_header_checks.pcre, dont touch incoming
On 28. feb. 2016 14.38.13 "@lbutlr" wrote:
And is adding to header_checks.pcre:
/^Received: .*ESMTPSA.*/ IGNORE
On Sun, Feb 28, 2016 at 06:37:29AM -0700, @lbutlr wrote:
> Are there any consequences to stripping out the Received header that
> contains the sender�s IP address (and usually their LAN address as well)?
It is better to anonymize the header content, than to strip it,
and important to only strip h
Are there any consequences to stripping out the Received header that contains
the sender’s IP address (and usually their LAN address as well)?
And is adding to header_checks.pcre:
/^Received: .*ESMTPSA.*/ IGNORE
Enough to strip it out, or does it need to be in mime_header_checks as well?
(I’ve