------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=766
Summary: broken quote_mysql usage in spec
Product: Exim
Version: N/A
Platform: Other
OS/Version: All
Status: NEW
Keywords: work:tiny
Severity: bug
Priority: medium
Component: Documentation
AssignedTo: nigel@???
ReportedBy: exim-dev@???
CC: exim-dev@???
Search spec.txt for the first instance of "quote_" (without the double-quotes)
and you find:
ALIAS_QUERY = select mailbox from user where \
login=${quote_mysql:$local_part};
That second line needs to be:
login='${quote_mysql:$local_part}';
with the delimiters.
All other examples get it right, but the very first one doesn't.
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email