Re: [exim-dev] sqlite lookup support.

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jakob Hirsch
Date:  
À: exim-dev
Sujet: 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?