[rt-users] is the "first.m.last at foo.com" bug fixed in RT3?
Phil Homewood
pdh at snapgear.com
Wed Dec 3 06:23:19 EST 2003
Mike Jackson wrote:
> People with email addresses such as:
>
> first.m.last at bar.com
> ^^^
> are not able to create tickets. Also, RT2 refuses to allow this type of
> email address when creating an account from the web interface, e.g. for
> support people. Something inside of RT2 refuses to allow more than one
> dot before the @ in an email address.
Have you reported this previously, or are you just expecting that
someone else has done so?
Anyway:-
[rt2]
mysql> select count(*) from Users where EmailAddress like '%.%.%@%';
+----------+
| count(*) |
+----------+
| 52 |
+----------+
1 row in set (0.71 sec)
[rt3]
mysql> select count(*) from Users where EmailAddress like '%.%.%@%';
+----------+
| count(*) |
+----------+
| 193 |
+----------+
1 row in set (0.18 sec)
there's apparently nothing special about two dots as far as I or my
RT2 and RT3 instances can tell...
More information about the rt-users
mailing list