Re: [Exim] variables and counters in acl

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Nico Erfurth
日付:  
To: Giuliano Gavazzi
CC: 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