blob: 60023a0c51f4664c133b7988badc3067849a5008 [file] [log] [blame]
=== SMTPAuthUserIs
Matches mails that are sent by an SMTP authenticated user present in a supplied list.
If the sender was not authenticated it will not match.
Configuration string: a comma, tab or space separated list of James users.
....
<mailet match="SMTPAuthUserIs=<list-of-user-names>" class="<any-class>">
....