From http://groups.drupal.org/node/16393#comment-56170

It would be nice to have a
List-Unsubscribe: <http://groups.drupal.org/og/manage/732>

In my opinion, it should show not the OG management page, but the user/UID/notifications page.

Comments

greggles’s picture

Issue tags: +gdolove
moshe weitzman’s picture

Not sure Notifications lets you do that today. IMO, we need to ditch notifications and bring back the old og notification feature which was never ported to 6. That has perfect header support. Or we look into what amitaibu is cooking up for d7 and do that. i think it will be Rules powered.

For topic subscriptions, we use flag. Drop support for author and tag subscriptions? Wow, i'm good at derailing an issue.

greggles’s picture

Steve has something for this working locally with notifications+messaging, it points to http://groups.drupal.org/user/58/notifications which is not the same as the OG specific unsubscribe, but it does let you unsubscribe if/when you get the mail from 2 different group subscriptions.

I think Notifications+Messaging has been a somewhat rough ride, but I also think it's headed in a good direction and we should stick with it a little longer.

Jose Reyero’s picture

You can do this with notifications/messaging by implementing hook_message_alter() then

$message->params['mail']['headers']['List-Unsubscribe'] = <http://groups.drupal.org/og/manage/732>

A good example of injecting arbitrary headers is http://drupal.org/project/mailcomment

greggles’s picture

Project: Notifications » Organic groups
Component: Code » og_notifications

Yes, it makes more sense over there.