X-Git-Url: https://git.distorted.org.uk/~mdw/exim-config/blobdiff_plain/945da4acd058761e3ecc640f3237a92cd90bf6f3..17553a31d6069e8ff8e4dee0cec6d4740f68e6ae:/defs.m4 diff --git a/defs.m4 b/defs.m4 index 815dcb6..30d3fe9 100644 --- a/defs.m4 +++ b/defs.m4 @@ -112,6 +112,13 @@ m4_ifdef(<:_done:$1/$2:>, <::>, <:m4_dnl m4_ifdef(<:_head:$1/$2:>, <:<:##:> m4_indir(<:_head:$1/$2:>) :>)m4_define(<:_done:$1/$2:>):>):>):>) +## ADD_HEADER(hdrs) +## +## An ACL action to add the given HDRS, which are a `\n'-terminated list of +## new header lines. +m4_define(<:ADD_HEADER:>, <:m4_dnl +set acl_m_hdradd = ${if def:acl_m_hdradd{$acl_m_hdradd}{}}$1\n:>) + ## RENAME_HEADERS_ADD(list) ## ## Return a newline-separated list of message header additions of the form @@ -119,7 +126,7 @@ m4_ifdef(<:_head:$1/$2:>, <:<:##:> m4_indir(<:_head:$1/$2:>) ## for each HEADER in the LIST which appears in the current message, where ## VALUE is the HEADER's current value. m4_define(<:RENAME_HEADERS_ADD:>, <:m4_dnl -CLRSEP<::>FOREACH(<:\ +FOREACH(<:\ ${if def:h_$:><:1:{X-CONF_header_token-Renamed-$:><:1: $h_$:><:1:\n}}:>, <:$1:>):>)