On 17/06/2016 13:39, Dave wrote:
On 16/06/2016 20:49, Dave wrote:

...

        driver          = sql
        override_fields = proxy=y destuser=%{orig_user}

...

<"user+Junk\ Email"@domain>

will extract user in director, but passes through the unescaped:

<user+Junk Email@domain>

to the backend, which leads to a 501 5.5.4 Invalid parameter.

Just following up on my (one-man) thread, in case it is of future use to anyone:

Eventually, setting:

destuser="%{orig_username}"@%{orig_domain}

worked around the issue mentioned above, allowing both recipient-delimiter'ed usernames and quoted local to be passed front to back without issue.

--
Dve

Reply via email to