Tony Finch wrote:
>
..[snip]...
>
> Perhaps it would be nice to only enforce_sync selectively, but sadly I
> can't do that because the configuration setting isn't expanded.
> Has anyone else experimented with these settings? Any interesting
> results?
As an example:
<MACRO>
PIPELINE_HOSTS = \
${if match{$acl_c1}{HELO NOT VERIFIED}{!*}{*}}
</MACRO>
<MAIN_CONFIG>
pipelining_advertise_hosts = PIPELINE_HOSTS
</MAIN_CONFIG>
<HELO_ACL>
warn !verify = helo
set acl_c1 = HELO NOT VERIFIED
</HELO_ACL>
So yes, pipelining_advertise_hosts is expandable :P
--
--EAL--