]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
o this is a minor step towards getting canonical email addresses to work, and not...
authorseth%cs.brandeis.edu <>
Sun, 13 Feb 2000 10:16:11 +0000 (10:16 +0000)
committerseth%cs.brandeis.edu <>
Sun, 13 Feb 2000 10:16:11 +0000 (10:16 +0000)
commitf0134777c913c67460f769ef606ea97c2a05aba8
treeae84dac384dce578e556cf0cd1dbfadce55047dc
parent9250f5772012a8f40de17278056add62fcbb733b
o this is a minor step towards getting canonical email addresses to work, and not via a gross hack (the script with a gross hack is in use in a production environment, so ...)

Anyways, this address the findUser() sub and email transforms of none, base domain, and name only.  base_domain is not properly implemented yet.  an email transform of none does an exact match on email addresses in the profiles table.  A name only transform does a regular expression match (via mysql's RLIKE operator) on the name portion of the address (i.e., seth from seth@job.cs.brandeis.edu).  This is sloppy, but useful in an environment where there are only a few users.

the base_domain is next, probably tomorrow.  I need to figure out how to implement it first.
contrib/bug_email.pl