------- 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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


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

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details 
at http://www.exim.org/ ##

Reply via email to