florentos17 commented on code in PR #2448:
URL: https://github.com/apache/james-project/pull/2448#discussion_r1798889692


##########
server/apps/memory-app/src/test/java/org/apache/james/DKIMHookIntegrationTest.java:
##########
@@ -65,7 +65,7 @@ void shouldRejectCheckedDomainWhenNotSigned(GuiceJamesServer 
guiceJamesServer) t
         server.connect(new InetSocketAddress(LOCALHOST_IP, 
guiceJamesServer.getProbe(SmtpGuiceProbe.class).getSmtpPort().getValue()));
         readBytes(server);
 
-        server.write(ByteBuffer.wrap(("EHLO " + DOMAIN.asString() + 
"\r\n").getBytes(StandardCharsets.UTF_8)));
+        server.write(ByteBuffer.wrap(("HELO " + DOMAIN.asString() + 
"\r\n").getBytes(StandardCharsets.UTF_8)));

Review Comment:
   oops i did not know enhanced HELO, i thought it was a typo



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to