Package mireka.filter.local.table
Class AnyRecipient
- Object
-
- mireka.filter.local.table.AnyRecipient
-
- All Implemented Interfaces:
RecipientSpecification
public class AnyRecipient extends Object implements RecipientSpecification
AnyRecipient matches any recipient, for any domain, including the reserved postmaster mailboxes.
-
-
Constructor Summary
Constructors Constructor Description AnyRecipient()
-
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
-
-