blob: 638618981b6e36043aceca17201efa2a3a5f2e26 [file] [log] [blame]
=== SenderIs
This matcher matches a specific sender, passed as a condition to this matcher.
The example below will match mail with a sender being user@domain
....
<mailet match="SenderIs=user@domain" class="<any-class>">
</mailet>
....