Re: [exim] Using exim -Mvc in ACLs

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: exim-users
Subject: Re: [exim] Using exim -Mvc in ACLs
On 2007-09-10 at 13:53 +0200, Marcin Krol wrote:
> Hmm.. Thanks for answer, that's plausible, I wonder how this dlfunc is
> able to deliver the headers, however???
>
> warn continue = ${dlfunc{/usr/sbin/exim-ext.so}{pipe_message}
> {/etc/domeny/savestdin}}


It's a dl, its code is being loaded into an existing Exim process, this
is being called from a process which has all the state needed in memory
and doesn't need to read in a -H file to populate the data.

-Phil