Re: [Exim] variables and counters in acl

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Nico Erfurth
Ημερομηνία:  
Προς: Giuliano Gavazzi
Υ/ο: James P. Roberts, exim-users@exim.org
Αντικείμενο: 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