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:

[ANNOUNCE] Apache MIME4J 0.8.2 release

2018-05-07 Thread Benoit Tellier
Dear community, The Apache James team is pleased to announce the 0.8.2 release of Apache MIME4J. Apache MIME4J is a Java library for parsing, generating and modifying MIME messages. This release solves the following bugs: - MIME4J-267 MIME4J DOM parsing errors on specific formats -

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

Re: Next Steps for James

2018-05-07 Thread Simon Levesque
Hi, > The fact is some implementations conform to the APIs but not with the generic tests coming with it. Moreover, code might be obscur, outdated and relying on hacks Thanks for the details about the current state. Maybe that could be fixed by having just a few bundled implementations and all