Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.6.0
-
None
Description
org.apache.james.smtpserver.fastfail.SPFHandler is getting session attachment CURRENT_HELO_NAME with ProtocolSession.State.Transaction.
HeloCmdHandler is setting session attachment with ProtocolSession.State.Connection.
Thus there won't be a heloEhlo available in SPFHandler and the handler can not check SPF.
SPFHandler should get session attachment with ProtocolSession.State.Connection.
Patch is attached.
Attachments
Attachments
Issue Links
- links to