On 2012-04-11 14:40, Klaus Ethgen wrote:
> max_rcpt = ${if def:acl_m_singlesend {1}{100}}
According to the docs
(
http://exim.org/exim-html-current/doc/html/spec_html/ch30.html )
the argument to max_rcpt is not expanded.
How about a pair of routers, the first applying your
condition and declining in favour of the second if needed;
each with its own transport. Then each transport involved
can have a static value for max_rcpt.
--
Cheers,
Jeremy