blob: b1e63e022e7be85b489c2b3f189e7e9517e61d15 [file] [log] [blame]
=== TooManyRecipients
This matcher matches emails that have too many recipients.
The example below will reject any email with more than 5 recipients
....
<mailet match="TooManyRecipients=5" class="<any-class&gt;">
....