On 12/6/05, Latrell <[EMAIL PROTECTED]> wrote: > I'm using LOGIN smtp authentication. When I use client_send to send username > and passwd, > I found special characters such as $ and ^ will cause authentication fail. > I've tried to use backslash to escape special character, but it seems not > worked. > What are the all special characters recognized by exim.conf? How can I escape > them?
You can use \\ to escape special characters. --Henry -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
