Closed (fixed)
Project:
Simplenews
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2009 at 03:44 UTC
Updated:
2 Apr 2009 at 16:02 UTC
In the middle of sending one issue of simplenews, cron (either automatic or manual) hangs on simplenews. On each cron attempt, log entries show the newsletter being sent to the same 2 email addresses and then an entry saying newsletter could not be sent to one of the email addresses.
I altered the module_invoke_all to log what happens when cron runs and it confirms that simplenews is called but there is no return.
So I am currently stuck with a newsletter half sent out and cron hanging every time it runs.
Any suggestions?
Comments
Comment #1
jdench commentedThe problem has been identified - one of the email addresses ended in a period, which caused simplenews to block. Once the offending address was deleted, simplenews was able to function.