Package mireka.filter.local.table
Class AnyDomainPostmaster
- Object
-
- mireka.filter.local.table.AnyDomainPostmaster
-
- All Implemented Interfaces:
RecipientSpecification
public class AnyDomainPostmaster extends Object implements RecipientSpecification
AnyDomainPostmaster matches the special Postmaster@... type of addresses, irrespective of their remote part. Note that it does not match the global postmaster address ("Postmaster", without any remote part).
-
-
Constructor Summary
Constructors Constructor Description AnyDomainPostmaster()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSatisfiedBy(Recipient recipient)
-
-
-
Method Detail
-
isSatisfiedBy
public boolean isSatisfiedBy(Recipient recipient)
- Specified by:
isSatisfiedByin interfaceRecipientSpecification
-
-