CommandListservMatcher is the matcher that pairs with the
org.apache.james.transport.mailets.CommandListservManager It checks to see if the request is intended for the ListservManager, but doesn't guarantee that it is a valid command.
To configure, insert this into the config.xml inside of the root processor block.
matchRecipient(MailAddress recipient) This doesn't perform an exact match, but checks to see if the request is at lesast
intended to go to the list serv manager.
Method Detail
init
public void init() throws MessagingException(Code)
This doesn't perform an exact match, but checks to see if the request is at lesast
intended to go to the list serv manager.
Parameters: recipient - true if matches, false otherwise
Methods inherited from org.apache.mailet.GenericRecipientMatcher