Re: [exim-dev] sqlite lookup support.

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jakob Hirsch
Fecha:  
A: exim-dev
Asunto: 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?