Sign in
apache
/
james-project
/
refs/heads/web-push-http-code
/
.
/
docs
/
modules
/
servers
/
partials
/
SenderHostIs.adoc
blob: 046bb5fef7280255ef20eb684ee184d1172f14fe [
file
]
===
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>
....