JAMES-2414 SpamAssassin listener should not be async in tests
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/a968e0e7 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/a968e0e7 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/a968e0e7 Branch: refs/heads/master Commit: a968e0e7749660d50bd727623a3ffc93294b914b Parents: aa4de6a Author: benwa <btell...@linagora.com> Authored: Thu Jun 7 16:22:22 2018 +0700 Committer: benwa <btell...@linagora.com> Committed: Tue Jun 12 07:01:28 2018 +0700 ---------------------------------------------------------------------- .../src/test/resources/listeners.xml | 1 + .../src/test/resources/listeners.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/a968e0e7/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/resources/listeners.xml ---------------------------------------------------------------------- diff --git a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/resources/listeners.xml b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/resources/listeners.xml index 5dcb054..27589f0 100644 --- a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/resources/listeners.xml +++ b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/resources/listeners.xml @@ -21,6 +21,7 @@ <listeners> <listener> <class>org.apache.james.mailbox.spamassassin.SpamAssassinListener</class> + <async>false</async> </listener> <listener> <class>org.apache.james.mailbox.cassandra.MailboxOperationLoggingListener</class> http://git-wip-us.apache.org/repos/asf/james-project/blob/a968e0e7/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/src/test/resources/listeners.xml ---------------------------------------------------------------------- diff --git a/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/src/test/resources/listeners.xml b/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/src/test/resources/listeners.xml index 6cecff3..40d6ab6 100644 --- a/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/src/test/resources/listeners.xml +++ b/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/src/test/resources/listeners.xml @@ -21,6 +21,7 @@ <listeners> <listener> <class>org.apache.james.mailbox.spamassassin.SpamAssassinListener</class> + <async>false</async> </listener> <listener> <class>org.apache.james.mailbox.quota.mailing.listeners.QuotaThresholdCrossingListener</class> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org