blob: b3afb5f15ce70bc297db4f091328c7555ee4f943 [file] [log] [blame]
=== SenderDomainIs
SenderDomainIs will look at the envelope sender's domain. If equal to
configured value, then all recipients will be returned. Otherwise an empty
list will be returned.
Sample configuration:
....
<mailet match="SenderDomainIs=<domain.com>" class="<any-class>">
....