Closed (outdated)
Project:
Drupal core
Version:
6.x-dev
Component:
base system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
19 Nov 2010 at 10:14 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedDrupal 6 valid_email_address() allows mail to have a tailing dot.
valid_email_address('salimane@gmail.com.') => true
Comment #2
dpovshed commentedThanks Salimane,
pretty rare user misprint, but here is a patch for this attached.
Regards, Dennis
Comment #3
dpovshed commentedpatch is ready to review
Comment #5
Anonymous (not verified) commentedThe patch is not in the correct format.
Comment #6
dpovshed commentedregenerated with CVS...
Comment #8
dpovshed commentedhere goes mr git...
Comment #10
ygerasimov commentedPlease remove the git headers from patch.
Powered by Dreditor.
Comment #11
dpovshed commentedDear Yuriy, here http://drupal.org/node/947616 in comment #15 test has been approved with such stuff. :/
Comment #12
dpovshed commentedgit with noprefix
Comment #13
Anonymous (not verified) commentedAs this issue is marked for Drupal 6, mark the patch for Drupal 6, or the test bot will try to apply it for Drupal 6.
Comment #15
Anonymous (not verified) commentedThe error message is the following one:
Comment #16
dpovshed commentedThanks kiam for trying to help!
maybe this one is related? http://drupal.org/node/961172
Anyway, lets try with -d6 suffix...
Comment #17
dpovshed commentedprevious one was just ignored, it is D6 already by default
Comment #19
ygerasimov commented#17: no_pref_another.patch queued for re-testing.
Comment #21
dpovshed commentedDear Yuriy, thanks for help! The patch is correct, there are troubles with QA server. See comments #25, #26
http://drupal.org/node/961172#comment-3754802
Comment #22
dpovshed commented#17: no_pref_another.patch queued for re-testing.
Comment #24
dpovshed commented#17: no_pref_another.patch queued for re-testing.
Comment #26
FreekyMage commentedIn 6.19 the address "address@x." is also considered a valid emailaddress. Can anyone confirm that this is also the case in the dev version? Not sure if this is the same problem since my regex skills are really bad.
Comment #27
dpovshed commented#17: no_pref_another.patch queued for re-testing.
Comment #29
dpovshed commented#2: valid_email_address_fix.patch queued for re-testing.
Comment #30
dpovshed commentedGuys,
here was a problem with testing server not with the patch.
Now first patch successfully passed testing - see comment #2. The fixed issue is not exists in Drupal 7 or Drupal 8, can someone just reconfirm here that patch is OK and tested by community.
Thanks!
Dennis