blob: 046bb5fef7280255ef20eb684ee184d1172f14fe [file] [log] [blame]
=== SenderHostIs
Checks the sender's displayed domain name against a supplied list.
Sample configuration:
....
<mailet match="SenderHostIs=domain.com" class="ToProcessor">
<processor> spam </processor>
</mailet>
....