Re: [exim-dev] sqlite lookup support.

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Jakob Hirsch
Data:  
Para: exim-dev
Assunto: Re: [exim-dev] sqlite lookup support.
David Woodhouse wrote:

> I really shouldn't be using lsearch and ${run sh -c "echo blah >> dbfile"}
> for my greylisting. Here's sqlite3 support.


very nice, thanks!

> +  NULL                           /* no quoting function */


Shouldn't the single quote character ' be quoted, at least?