Package mireka.filter
Interface DataRecipientFilter
-
- All Superinterfaces:
FilterBase
- All Known Implementing Classes:
AbstractDataRecipientFilter,AcceptAllRecipient,AcceptDomainPostmaster,AcceptGlobalPostmaster,AcceptPostmaster,AcceptRecipient,ProhibitRelaying,RedirectPostmasterMail,RefuseUnknownRecipient,SavePostmasterMail,StatelessFilterType,StopLoop
public interface DataRecipientFilter extends FilterBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddataRecipient(MailData data, RecipientContext recipientContext)This method and theFilterBase.data(mireka.MailData)method are called together, the similar methods of the next filter will be called only after both methods have been run.-
Methods inherited from interface mireka.filter.FilterBase
begin, data, done, from, recipient, verifyRecipient
-
-
-
-
Method Detail
-
dataRecipient
void dataRecipient(MailData data, RecipientContext recipientContext) throws RejectExceptionExt
This method and theFilterBase.data(mireka.MailData)method are called together, the similar methods of the next filter will be called only after both methods have been run.- Throws:
RejectExceptionExt
-
-