Autor: Peter Bowyer Data: A: Exim Users Mailing List Assumpte: Re: [exim] Writing to a file from an ACL
On Mon, 14 Feb 2005 11:31:55 -0800, Marc Perkel <marc@???> wrote: > OK - trying to do something simple but can't get it to work.
>
> In an ACL - if I trigger a condition - I want to write the IP address
> ofthe host that connected to me to a file. How do I do that?
Use a ${run expansion in a 'warn' clause to invoke a command line to
do the writing.