Sign in
apache
/
james-project
/
d4aadcb14933472fa8fa3e4dbd8171ae90503421
/
.
/
docs
/
modules
/
servers
/
partials
/
TooManyRecipients.adoc
blob: b1e63e022e7be85b489c2b3f189e7e9517e61d15 [
file
]
===
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>"
>
....