Package org.bluezoo.gumdrop.smtp.auth
Interface DMARCMessageHandler.FromDomainCallback
- Enclosing class:
- DMARCMessageHandler
public static interface DMARCMessageHandler.FromDomainCallback
Callback interface for receiving the From domain.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonFromDomain(String domain) Called when the From domain is extracted from the message.
-
Method Details
-
onFromDomain
Called when the From domain is extracted from the message.- Parameters:
domain- the domain part of the first From address
-