JAMES-2414 Docker images should announce that SpamAssassinListener is async
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/041c55de Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/041c55de Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/041c55de Branch: refs/heads/master Commit: 041c55de307f623cbc46940f03a25e0b11b7917f Parents: cfccd18 Author: benwa <[email protected]> Authored: Thu Jun 7 16:36:14 2018 +0700 Committer: benwa <[email protected]> Committed: Tue Jun 12 07:01:45 2018 +0700 ---------------------------------------------------------------------- dockerfiles/run/guice/cassandra-ldap/destination/conf/listeners.xml | 1 + dockerfiles/run/guice/cassandra/destination/conf/listeners.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/041c55de/dockerfiles/run/guice/cassandra-ldap/destination/conf/listeners.xml ---------------------------------------------------------------------- diff --git a/dockerfiles/run/guice/cassandra-ldap/destination/conf/listeners.xml b/dockerfiles/run/guice/cassandra-ldap/destination/conf/listeners.xml index 815c099..7f956ae 100644 --- a/dockerfiles/run/guice/cassandra-ldap/destination/conf/listeners.xml +++ b/dockerfiles/run/guice/cassandra-ldap/destination/conf/listeners.xml @@ -23,6 +23,7 @@ <listener> <class>org.apache.james.mailbox.spamassassin.SpamAssassinListener</class> + <async>true</async> </listener> <listener> <class>org.apache.james.mailbox.cassandra.MailboxOperationLoggingListener</class> http://git-wip-us.apache.org/repos/asf/james-project/blob/041c55de/dockerfiles/run/guice/cassandra/destination/conf/listeners.xml ---------------------------------------------------------------------- diff --git a/dockerfiles/run/guice/cassandra/destination/conf/listeners.xml b/dockerfiles/run/guice/cassandra/destination/conf/listeners.xml index 815c099..7f956ae 100644 --- a/dockerfiles/run/guice/cassandra/destination/conf/listeners.xml +++ b/dockerfiles/run/guice/cassandra/destination/conf/listeners.xml @@ -23,6 +23,7 @@ <listener> <class>org.apache.james.mailbox.spamassassin.SpamAssassinListener</class> + <async>true</async> </listener> <listener> <class>org.apache.james.mailbox.cassandra.MailboxOperationLoggingListener</class> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
