v1.0.27: email address added to friends list improperly?
- MarkRH
- Mystified Moa
- Contact:
- Location: Oklahoma City, OK
Post
v1.0.27: email address added to friends list improperly?
When I added the YourOG&[email protected] sender email address from the main pane to the friend's list, it added it as [email protected]. It already had yourog&[email protected] in the list from the initial import from MW 6.51 but apparently didn't match. I guess this version treats "&" special. I don't know why they'd put that in their email address, but they did.
- anniebrion
- βeta Tester
- Contact:
- Location: Milkyway, Sol, Earth, UK, London
Post
Re: v1.0.27: email address added to friends list improperly?
Try YourOGamp;[email protected] and see if that matches.
& is a valid character for email addresses so should work

& is a valid character for email addresses so should work


Annie.......... PC details
Mailwasher Pro βeta [v 7.12.39]
Mailwasher Pro βeta [v 7.12.39]
- stan_qaz
- Omniscient Kiwi
- Location: Gilbert, Arizona
Post
Re: v1.0.27: email address added to friends list improperly?
I tried entering this directly into the friends list by typing it and it looked like it worked.
I went looking at the regex site, the "&" doesn't seem to be a reserved character: http://www.regexlab.com/en/deelx/syntax.htm
It looks fine in the database: 501|2010-10-01 21:37:08|yourog&ebill@oge\.com
What happens if you type it in instead of trying to add it using the add menus?
I went looking at the regex site, the "&" doesn't seem to be a reserved character: http://www.regexlab.com/en/deelx/syntax.htm
It looks fine in the database: 501|2010-10-01 21:37:08|yourog&ebill@oge\.com
What happens if you type it in instead of trying to add it using the add menus?
I am not a Firetrust employee just a MW user.
--
First rule of computer consulting: Sell a customer a Linux computer and you'll eat for a day,
sell a customer a Windows computer and you'll eat for a lifetime.
--
First rule of computer consulting: Sell a customer a Linux computer and you'll eat for a day,
sell a customer a Windows computer and you'll eat for a lifetime.
- MarkRH
- Mystified Moa
- Contact:
- Location: Oklahoma City, OK
Post
Re: v1.0.27: email address added to friends list improperly?
Well, the problem is, it didn't match on the address that was already in the list. Anyway, I'll have to make a custom email address to test this with. I won't get another email from them for another month.
- MarkRH
- Mystified Moa
- Contact:
- Location: Oklahoma City, OK
Post
Re: v1.0.27: email address added to friends list improperly?
The real problem was that yourog&[email protected] was already in my friends list and it failed to match it. I am going on the assumption that it's using case insensitive matching.
I just did a test where I manually added mark&[email protected] to the friends list and then sent myself an email using that address as the from address. MWP2010 failed to match that address with the friends list. If I add [email protected] to the friends list then it thinks mark&[email protected] matches it. So basically, it thinks that whatever& doesn't even exist or just ignores that portion of the email address.
I just did a test where I manually added mark&[email protected] to the friends list and then sent myself an email using that address as the from address. MWP2010 failed to match that address with the friends list. If I add [email protected] to the friends list then it thinks mark&[email protected] matches it. So basically, it thinks that whatever& doesn't even exist or just ignores that portion of the email address.
- stan_qaz
- Omniscient Kiwi
- Location: Gilbert, Arizona
Post
Re: v1.0.27: email address added to friends list improperly?
That should give the programmers something to look for. The friends list is stored in an SqLite database as regex strings so likely they missed escaping the "&" going in or out of the code.
I am not a Firetrust employee just a MW user.
--
First rule of computer consulting: Sell a customer a Linux computer and you'll eat for a day,
sell a customer a Windows computer and you'll eat for a lifetime.
--
First rule of computer consulting: Sell a customer a Linux computer and you'll eat for a day,
sell a customer a Windows computer and you'll eat for a lifetime.
-
ru
Post
Re: v1.0.27: email address added to friends list improperly?
On the fix list, we'll get this done very soon.
Cheers
rd
Cheers
rd