This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 90726160f8ad4a1a72f402532212d28cdbf60115 Author: Benoit TELLIER <[email protected]> AuthorDate: Mon Sep 9 09:05:55 2024 +0200 fixup! JAMES-4034 Fix receival of external badly formated From message --- .../test/java/org/apache/james/smtp/SmtpIdentityVerificationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mailet/integration-testing/src/test/java/org/apache/james/smtp/SmtpIdentityVerificationTest.java b/server/mailet/integration-testing/src/test/java/org/apache/james/smtp/SmtpIdentityVerificationTest.java index 4c0bf8d51a..60e3e3d64a 100644 --- a/server/mailet/integration-testing/src/test/java/org/apache/james/smtp/SmtpIdentityVerificationTest.java +++ b/server/mailet/integration-testing/src/test/java/org/apache/james/smtp/SmtpIdentityVerificationTest.java @@ -200,7 +200,7 @@ class SmtpIdentityVerificationTest { assertThatCode(() -> messageSender.connect(LOCALHOST_IP, jamesServer.getProbe(SmtpGuiceProbe.class).getSmtpPort()) - .sendMessageWithHeaders(USER, ImmutableList.of(USER), message)) + .sendMessageWithHeaders("[email protected]", ImmutableList.of(USER), message)) .doesNotThrowAnyException(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
