Closed (fixed)
Project:
Simplenews
Version:
6.x-1.0-rc6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2009 at 13:34 UTC
Updated:
6 May 2009 at 02:03 UTC
Hi,
I've recently upgraded from D5 to a Drupal 6 platform, with Simplenews subscriptions included. One of the subscriber email addresses transferred across was malformed and unsendable. In D5 Simplenews, this generated an error and was then ignored. In D6, this generates an error and an attempted resend on the next cron run. The newsletter then attempts and fails to resend on every future cron run. I've removed the subscription that causes the error, but the newsletter is still attempting to resend regardless. There appears to be no option to stop this behaviour short of editing tables. Would appreciate advice on fixing the tables causing this issue.
Comments
Comment #1
sutharsan commentedCheck the simplenews_spool table for the malformed email. Delete the record and it not be re-send again.
Comment #2
DanielJohnston commentedFixed as per instructions. Thanks!