Re: Redact IP addresses from Received field

2018-05-08 Thread Rich P
Hi Benoit -- Thanks for your reply.  I will take a look at the code and consider contributing this feature. Best, Rich On 5/7/2018 10:53 PM, Benoit Tellier wrote: > Hi Rich, > > Very unfortunately such a functionality do not exist today... > > However a new mailet can be contributed for

Re: Redact IP addresses from Received field

2018-05-07 Thread Benoit Tellier
Hi Rich, Very unfortunately such a functionality do not exist today... However a new mailet can be contributed for this. I would propose: ``` host1.secret.com,host2.secret.com,145.12.15.168,145.12.15.169 ``` This can be implemented in mailet/standard project of this repository:

Redact IP addresses from Received field

2018-05-07 Thread Rich P
In order to hide IP addresses for outbound mail, I configured James to remove the Received field using this in mailetcontainer.xml: Received This works but I think it's triggering SPAM filters for downstream recipients. Is there a simple way to leave the field intact but redact the IP