andys wrote:
> Im running exim 4.69 on FreeBSD and Im trying to correct a problem with a
> mysql statement that is being broken by an email address with a "'" in the
> local part. But I dont think that its reading the config file that is listed
...
> Anyway I think it was a different
> line specifying $local_part that was causing the prob, after replacing the
> single quotes with double quotes in all instances its fixed my issue.
You should really use ${quote_mysql:$local_part} then (see
http://exim.org/exim-html-current/doc/html/spec_html/ch11.html#id511579).
Replacing the single with double quotes will help you only until
somebody uses an email address containing double quotes...