Package mireka.filter.local.table
Class CaseInsensitiveAnyDomainRecipient
- Object
-
- mireka.filter.local.table.CaseInsensitiveAnyDomainRecipient
-
- All Implemented Interfaces:
RecipientSpecification
public class CaseInsensitiveAnyDomainRecipient extends Object implements RecipientSpecification
CaseInsensitiveAnyDomainRecipient is a convenience class for configuration, it case insensitively matches any recipient with the specified local part, irrespective of the remote part. It can even match the special global postmaster address which has no remote part at all.
-
-
Constructor Summary
Constructors Constructor Description CaseInsensitiveAnyDomainRecipient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSatisfiedBy(Recipient recipient)voidsetLocalPart(String localPart)
-
-
-
Method Detail
-
isSatisfiedBy
public boolean isSatisfiedBy(Recipient recipient)
- Specified by:
isSatisfiedByin interfaceRecipientSpecification
-
setLocalPart
public void setLocalPart(String localPart)
- Category:
- GETSET
-
-