This is an automated email from the ASF dual-hosted git repository.

btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


    from d395434d44 JAMES-3825 Cancel tasks upon graceful shutdown (#1214)
     new ff8fb4b687 JAMES-3820 implement DNSRBLHandler as a MailHook instead of 
RcptHook to call it as soon as possible after SMTP authentication
     new 195d98f9f4 JAMES-3820 change SenderAuthIdentifyVerificationHook from 
RcptHook to MailHook (sender verification happens on MAIL FROM)
     new fa812bae67 JAMES-3820 change ResolvableEhloHeloHandler from RcptHook 
to MailHook (bad helo names should fail unless AUTH is successful)
     new d9ec6995f1 JAMES-3820 remove RcptHook from SPFHandler because handling 
SPF happens on MAIL FROM and not RCPT TO
     new 5d22d4d907 JAMES-3820 fix checkstyle warnings for SPFHandler
     new 454370daba JAMES-3820 fix missing renames of 
SenderAuthIdentifyVerificationHook
     new 8e93634705 JAMES-3820 reintroduce RcptHook for handlers that allow 
running James as MSA or MTA and update SMTP integration tests
     new 923f967ada JAMES-3820 fix mailet integration tests

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/custom-smtp-command/README.md             |   2 +-
 .../apache/james/examples/MyCmdHandlerLoader.java  |   4 +-
 ...bstractSenderAuthIdentifyVerificationHook.java} |  59 ++++---
 .../smtp/core/fastfail/DNSRBLHandler.java          | 178 ++++++++++++---------
 .../core/fastfail/ResolvableEhloHeloHandler.java   |  23 +--
 .../smtp/core/fastfail/DNSRBLHandlerTest.java      |  40 ++---
 .../fastfail/ResolvableEhloHeloHandlerTest.java    |  23 ++-
 .../james/smtp/SmtpIdentityVerificationTest.java   |   6 +-
 .../james/smtpserver/CoreCmdHandlerLoader.java     |   2 +-
 ...ava => SenderAuthIdentifyVerificationHook.java} |  12 +-
 .../james/smtpserver/fastfail/SPFHandler.java      |  14 +-
 .../apache/james/smtpserver/SMTPServerTest.java    |  15 +-
 .../apache/james/smtpserver/SPFHandlerTest.java    |  28 +---
 src/homepage/howTo/custom-smtp-commands.html       |   2 +-
 14 files changed, 212 insertions(+), 196 deletions(-)
 rename 
protocols/smtp/src/main/java/org/apache/james/protocols/smtp/core/{AbstractSenderAuthIdentifyVerificationRcptHook.java
 => AbstractSenderAuthIdentifyVerificationHook.java} (71%)
 rename 
server/protocols/protocols-smtp/src/main/java/org/apache/james/smtpserver/{SenderAuthIdentifyVerificationRcptHook.java
 => SenderAuthIdentifyVerificationHook.java} (88%)


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

Reply via email to