public class CommandForListserv extends org.apache.mailet.GenericRecipientMatcher
Returns positive if the recipient is a command for a listserv. For example,
if my listserv is james@list.working-dogs.com, this matcher will return true
for james-on@list.working-dogs.com and james-off@list.working-dogs.com.
Fields Summary
private org.apache.mailet.MailAddress
listservAddress
Constructors Summary
Methods Summary
public void
init()
listservAddress = new MailAddress(getCondition());