Module is generating 'non-valid e-mail' messages in instances where I know the e-mail address to be accurate & alive.
I do not say it's a bug, I don't know the process by which the module makes its decision.

I'm not sure how much information to include here. The addresses aren't that special-looking.

Comments

michael_kirk’s picture

can you give examples of the emails that are giving you errors and the exact error message? if you are concerned about privacy, try approximating the erroring email address by trading some characters around, but please make sure that the shuffled address still generates the non-valid email message.

harriska2’s picture

Category: support » bug

lydiama@mac.com is the email that wouldn't pass for me. The error message is:
"lydiama@mac.com " is not a valid email address. Using drupal 5.3 with 5.x-1.x-dev email.

mh86’s picture

Hi!

I'm using this function http://api.drupal.org/api/function/valid_email_address/5 for validating email addresses. Maybe it's because of the trailing whitespace in your example.

matthias

harriska2’s picture

Yep, that was it - space at the end. I wonder if the module should chop spaces off the front and end and take that when validating. It would seem this might be a common user problem when cut and pasting.

mh86’s picture

adding a trim should fix it, I'll do that as soon as possible

mh86’s picture

Status: Active » Fixed

I added a trim to cut off whitespaces when validating the mail address. this fixes the problems here

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

capellic’s picture

Issue summary: View changes

Seven years old and still causing problems.