You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2021/04/17 06:07:02 UTC

[GitHub] [james-project] chibenwa opened a new pull request #395: JAMES-3525 verifyIdentity should not fail on null sender

chibenwa opened a new pull request #395:
URL: https://github.com/apache/james-project/pull/395


   Before this patch an unchecked error was specified. SMTP error code 430.
   
   ```
   java.lang.IllegalArgumentException: null
   	at com.google.common.base.Preconditions.checkArgument(Preconditions.java:127)
   	at org.apache.james.protocols.smtp.core.AbstractSenderAuthIdentifyVerificationRcptHook.belongsToLocalDomain(AbstractSenderAuthIdentifyVerificationRcptHook.java:89)
   	at org.apache.james.protocols.smtp.core.AbstractSenderAuthIdentifyVerificationRcptHook.doRcpt(AbstractSenderAuthIdentifyVerificationRcptHook.java:66)
   	at org.apache.james.smtpserver.SenderAuthIdentifyVerificationRcptHook.doRcpt(SenderAuthIdentifyVerificationRcptHook.java:59)
   	at org.apache.james.protocols.smtp.hook.RcptHook.doRcpt(RcptHook.java:77)
   ```
   
   After this patch the sender address is explicitly rejected. Error code 503 & no stacktrace.


-- 
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.

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



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


[GitHub] [james-project] chibenwa merged pull request #395: JAMES-3525 verifyIdentity should not fail on null sender

Posted by GitBox <gi...@apache.org>.
chibenwa merged pull request #395:
URL: https://github.com/apache/james-project/pull/395


   


-- 
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.

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



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