Uses of Class
mireka.filter.StatelessFilterType
-
Packages that use StatelessFilterType Package Description mireka.filter.local Contains filters which decide if a recipient is local and determine the necessary actions.mireka.filter.misc Contains other, unrelated, simple filters which have not got their own package. -
-
Uses of StatelessFilterType in mireka.filter.local
Subclasses of StatelessFilterType in mireka.filter.local Modifier and Type Class Description classAcceptAllRecipientclassAcceptDomainPostmasterclassAcceptGlobalPostmasterclassAcceptPostmasterclassAcceptRecipientclassProhibitRelayingThis filter rejects recipient addresses of which remote part is not a local domain (or address literal).classRefuseUnknownRecipientThe RefuseUnknownRecipient filter rejects recipients whose destination has not been set (null) or whose destination isUnknownRecipientDestination. -
Uses of StatelessFilterType in mireka.filter.misc
Subclasses of StatelessFilterType in mireka.filter.misc Modifier and Type Class Description classRedirectPostmasterMailAssigns a destination to a postmaster recipient depending on the reverse path.classSavePostmasterMailclassStopLoop
-