JAMES-1707 Add missing mailet configuration
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/5e6828ea Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/5e6828ea Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/5e6828ea Branch: refs/heads/master Commit: 5e6828ea15efa3105df39af262ddc013a3162cda Parents: cfa7e14 Author: Antoine Duprat <[email protected]> Authored: Fri Mar 11 14:57:58 2016 +0100 Committer: Matthieu Baechler <[email protected]> Committed: Mon Mar 21 15:55:48 2016 +0100 ---------------------------------------------------------------------- mpt/impl/smtp/cassandra/src/test/resources/mailetcontainer.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/5e6828ea/mpt/impl/smtp/cassandra/src/test/resources/mailetcontainer.xml ---------------------------------------------------------------------- diff --git a/mpt/impl/smtp/cassandra/src/test/resources/mailetcontainer.xml b/mpt/impl/smtp/cassandra/src/test/resources/mailetcontainer.xml index c9d84eb..12770b4 100644 --- a/mpt/impl/smtp/cassandra/src/test/resources/mailetcontainer.xml +++ b/mpt/impl/smtp/cassandra/src/test/resources/mailetcontainer.xml @@ -61,6 +61,9 @@ <name>X-WasSigned</name> <value>true</value> </mailet> + <mailet match="All" class="RemoveMimeHeader"> + <name>bcc</name> + </mailet> <mailet match="All" class="RecipientRewriteTable" /> <!-- <mailet match="HostIsLocal" class="ToProcessor"> <processor>local-address-error</processor> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
