Re: [Exim] Crazy expansion

Top Page
Delete this message
Reply to this message
Author: Erik Johansson
Date:  
To: exim-users
Subject: Re: [Exim] Crazy expansion
Vadim Vygonets wrote:

> #define AUTH_USERPW(user, pass)

...
> server_condition = AUTH_USERPW($1, $2)
>
> But it's impossible to do in Exim right now.


Will C preprocessing be added to Exim. All that's really needed is a
change in commenting style, no? (Which can really break things)