Re: [exim] ':' not escaped in local part of recipient addres…

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Tom Kistner
Date:  
À: Andreas Prieß
CC: exim-users
Sujet: Re: [exim] ':' not escaped in local part of recipient address
Andreas Prieß schrieb:

> Now that I'm aware of what can happen with exims string substitutions,
> I'm also kind of surprised. I would have expected, that using
> quote_pgsql somehow prevents this.


Colons don't need to be quoted for SQL. Also, not quoting the colon is a
feature, because it should be possible to let something expand to
something else that is then interpreted as a list.

So it is really important to choose the right separation char, or part
of remote input may be treated as being a list item. :)

/tom