blob: c8efd05095cd8068d1c8ed7bf22425a17c40afbb [file] [log] [blame]
=== CommandListservMatcher
CommandListservMatcher is the matcher that pairs with the 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.
....
<mailet match="CommandListservMatcher=announce@localhost" class="CommandListservManager">
...
</mailet>
....