Displaying 1 result from an estimated 1 matches for "zgpvbmfzqhzpdgfsd2vya3muy29tia".
2008 May 16
3
Trim trailing whitespace from username
Recently we changed Postfix to use Dovecot for our SASL authentication
and we ran into trouble with some of our clients having extraneous
spaces at the end of their usernames. The quick fix was to add a space
to username_chars. The slightly longer fix was a pretty simple patch to
Dovecot. I put the trimming in auth_request_fix_username. I didn't think
it warranted a full strfuncs