Postponed (maintainer needs more info)
Project:
Simplenews
Version:
6.x-2.0-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2012 at 17:09 UTC
Updated:
16 Feb 2012 at 19:08 UTC
When using the unsubscribe token, e.g.
<a href="[simplenews-unsubscribe-url]">Unsubscribe</a>
it brings the user to www.example.com/newsletter/confirm/remove, and not www.example.com/newsletter/confirm/remove/##UID##
causing the page to throw a 404 error. I checked the logs and it is not a permission denied error which I saw through searching previous issues was a problem in the past.
Any assistance would be greatly appreciated!
-Chris
Comments
Comment #1
clkeenan commentedJust noticed something... within the email headers, it does contain the unsubscribe link:
List-Unsubscribe:
Comment #2
clkeenan commentedAny help with this?
Comment #3
berdirAre you sure that you are using a mail address which actually *is* subscribed?
This is the expected behavior when you send a test mail to a mail address which is not subscribed.
While it could be classified as a bug, it's not clear what's supposed to happen because there can't be correct unsubscribe url.
Comment #4
clkeenan commentedYes, the email address is definitely on the subscriber list.
The weird thing is, the simplenews-newsletter-footer.tpl.php unsubscribe link comes through just fine with the UID at the very bottom of the email.