Package mireka.filter.local.table
Class AnyPostmaster
- Object
-
- mireka.filter.local.table.AnyPostmaster
-
- All Implemented Interfaces:
RecipientSpecification
public class AnyPostmaster extends Object implements RecipientSpecification
AnyPostmaster matches the special "Postmaster" (without remote part) and "Postmaster@..." type of addresses, irrespective of their remote part.
-
-
Constructor Summary
Constructors Constructor Description AnyPostmaster()
-
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
-
-