Needs work
Project:
Simplenews
Version:
6.x-2.x-dev
Component:
Usability
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2011 at 04:03 UTC
Updated:
16 Sep 2012 at 16:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
RyanR commentedI looked through the Simplenews code and discovered the problem to be the email verification module. For some reason it wouldn't verify my company email even though I've been using it for 3 years...
Comment #2
RyanR commentedComment #3
garyg commentedJust ran into the same issue. Although I have other sites that the upgrade went fine on.
What did you do to solve the problem?
Comment #4
garyg commentedbump to active
Comment #5
garyg commentedGot it!!
remove the email verification module.
Comment #6
rmcom commentedsimplenews is mis-interpreting how email_verify works.
email_verify_check returns nothing if everything is ok; it returns a string describing the error when something goes wrong.
The provided patch updates simpenews to correctly interpret the result returned by email verify.
Credit: Mr3T
Comment #7
simon georges commentedComment #9
rmcom commentedThe patch failed testing because it was made for v6x20alpha3 (not v6x20alpha4 which was the version when the test was done).
I will produce a patch for the current version (v6x20alpha5) and post it here asap for re-test.