Re: [Exim] variables and counters in acl

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Nico Erfurth
Date:  
À: Giuliano Gavazzi
CC: James P. Roberts, exim-users@exim.org
Sujet: Re: [Exim] variables and counters in acl
> >.... ${readsocket} is the answer ....
> >
> >Nico
>
> sorry guys, but this is all too kludgy. Of course you can write to a
> db, since the statement is not restricted to a select. Even
> readsocket is not the answer, this is all too prone to catastrophe.


The good thing with readsocket is, that you can preserve data between
different exim processes, but yes, for many situations a simple variable
assignment in exim would be much better.

Nico