------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
http://www.exim.org/bugzilla/show_bug.cgi?id=449 ------- Comment #1 from [EMAIL PROTECTED] 2007-01-16 20:43 ------- As you note, $auth1 and $1 are both indeed set by the authenticator. It looks more like if something unsets it before server_set_id is expanded. And you get 235 Authentication succeeded, which shouldn't happen if server_set_id were set to a blank value. In any case, it works here over a normal connection as well as in a -bh test session: 21:42:42 20921 received: OK 6 user=magnus 21:42:42 20921 auth_plain_dovecot authenticator: 21:42:42 20921 $auth1 = magnus 21:42:42 20921 $1 = magnus 21:42:42 20921 expanding: $auth1 21:42:42 20921 result: magnus 21:42:42 20921 SMTP>> 235 Authentication succeeded -- Configure bugmail: http://www.exim.org/bugzilla/userprefs.cgi?tab=email -- ## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
