chibenwa commented on code in PR #1440:
URL: https://github.com/apache/james-project/pull/1440#discussion_r1104238243
##########
protocols/smtp/src/main/java/org/apache/james/protocols/smtp/core/esmtp/AuthCmdHandler.java:
##########
@@ -356,7 +356,7 @@ protected Response doDelegation(SMTPSession session,
Username username) {
if (SMTPRetCode.AUTH_FAILED.equals(res.getRetCode())) {
LOGGER.warn("{} was not authorized to connect as {}",
session.getUsername(), username);
} else if (SMTPRetCode.AUTH_OK.equals(res.getRetCode())) {
- LOGGER.info("{} was authorized to connect as {}",
session.getUsername(), username);
+ LOGGER.warn("{} was authorized to connect as {}",
session.getUsername(), username);
Review Comment:
Why? It's a success, no problem?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]