Sign in
apache
/
james-project
/
master
/
.
/
docs
/
modules
/
servers
/
partials
/
HasHeader.adoc
blob: f57448e3769d5b10e643b4229cf242cdd4147b0d [
file
] [
log
] [
blame
]
===
HasHeader
use
:
....
<
mailet match
=
"HasHeader={<header>[=value]}+"
class
=
"..."
/>
....
This
matcher checks
if
the header
is
present
in
the message
(
global
)
and
per recipient
(
specific
).
It
complements the
AddHeader
mailet
.