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