Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

2.0.2 - Reserved Login BUG - HELP!

Quote Reply
2.0.2 - Reserved Login BUG - HELP!
Hi,

I have just gone live and have instantly found a bug with the reserved login feature! How I missed this one I'm not sure.

I have reserved "jojo@mydomain.com"

but the system is not allowing me to sign up:

thisnamejojo@mydomain.com
thatnamejojo@mydomain.com

Looks like it is defaulting to *jojo@mydomain.com somewhere in the system, as I don't have set up with the * in the reserved login part in the admin area - I've tried it with both jojo@* and jojo@mydomain.com.

Any idea how I stop this happening?

Help! I've got LOTS of logins reserved so lots of errors!

Cheers,
R.

Quote Reply
Re: 2.0.2 - Reserved Login BUG - HELP! In reply to
I just tried it on my install, and it doesn't do it. It's probably fixed in 2.0.3 (which is kinda what I have).

Adrian
Quote Reply
Re: 2.0.2 - Reserved Login BUG - HELP! In reply to
To fix this now.. you can change admin/GMail/Auth.pm:
around line 303 or so it should say:
if ($user =~ /$regex/) {
change that to
if ($user =~ /^$regex$/) {


Adrian
Quote Reply
Re: 2.0.2 - Reserved Login BUG - HELP! In reply to
 
Legend.

That worked, thanks for the quick response Adrian!.

So... 2.0.3 aye? :)

R.