Title | Replicator fails to pair up users if their e-mail addresses differ only in case |
Status | closed |
Priority | optional |
Assigned user | Nick Barnes |
Organization | Ravenbrook |
Description | The P4DTI looks for matching email addresses in Perforce and defect tracker user records. It does this matching in a case sensitive manner. It should be case insensitive. |
Analysis | In practice, email addresses are case-insensitive (although in theory RFC821 and RFC822 allow local-parts to be case-sensitive, while RFC1034 says domain names are case-insensitive). We should apply string.lower to all addresses before comparing them. |
How found | customer |
Evidence | <URL: http://info.ravenbrook.com/mail/2001/06/21/14-22-46/0.txt > |
Observed in | 1.1.1 |
Introduced in | 0.4.0 |
Created by | Nick Barnes |
Created on | 2001-06-21 15:34:56 |
Last modified by | Gareth Rees |
Last modified on | 2001-12-10 19:46:11 |
History | 2001-06-21 NB Created. |