Active
Project:
Project issue tracking
Version:
7.x-2.x-dev
Component:
Mail
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2010 at 19:34 UTC
Updated:
22 May 2013 at 14:59 UTC
For a few years I have been getting sporadic and pointless emails about my issues filed with the pathauto module. I get the emails for various issues. I recall no emails for other modules even though I have filed many issues here.
The latest is an email today about #639960: Default user path should not be plural and it should not be "user/":
---------- Forwarded message ----------
From: <info@drupal.org>
Date: Sun, Jan 31, 2010 at 12:00 PM
Subject: Your submitted bugs for January 31, 2010
To: aren@arencambre.com
[ Pathauto / Code ]=====================================================
Default user path should not be plural
state: active
age: 9 weeks 6 days
url: http://drupal.org/node/639960I never signed up for these emails and see no way to remove them. How can I stop these pointless emails?
Comments
Comment #1
avpadernoIt seems you have clicked on http://drupal.org/project/issues/subscribe-mail/pathauto, and then selected .
Go to the same page, select , and then click on .
Comment #2
aren cambre commentedWow, that must have been done so many years ago that I never remembered doing it. It even stumped the module maintainer a few times.
Could the emails contain a reference to this?
Comment #3
avpadernoThere aren't settings that allow to change the content of such emails.
As the feature is implemented by project_issue.module, the feature request should be done of that module.
Comment #4
dwwActually, those random pointless emails aren't even from the usual subscribe stuff. There's some ancient feature where the *project maintainer* can decide if their project should send out these email reminders. EVIL. One of many things that needs to be burned to the ground and rebuilt properly as part of http://3281d.com/2009/03/27/death-to-subscribe-comments
Comment #5
dwwp.s. it'd also be nice for the issue emails to include unsubscribe instructions, but that's really a separate issue from what was reported here... that lives at #402950: Subscribing to d.o. issue queue gives e-mails that don't have any unsubscribe links but I don't want to mark this one duplicate, since this is also something that should be fixed. So, if you're specifically interested in unsubscribe instructions in issue emails, see #402950. Thanks.
Comment #6
dwwI'm running into this as part of #2000306: Remove per-project email notification functionality for D7 for the Drupal.org D7 upgrade. Thankfully, this is not a heavily used feature on d.o right now:
This feature was mostly already gone from the 7.x-2.x branch since we never ported that custom per-project checkbox when editing a project node to a D7 field, and none of the cron stuff was ported, either. ;) All that remained was a case inside
_project_issue_mail(). I talked to tvn in IRC and she agreed this is weird as a per-project setting that maintainers decide. So, I just pushed a commit to finish killing this feature as it currently exists:http://drupalcode.org/project/project_issue.git/commit/d2105d9
So, I'm re-scoping this issue to be about re-adding this kind of functionality as a per-user opt-in setting, not something project maintainers decide and subject their users to.
I'm not going to tag this for "Drupal.org 7.1" because I don't think it's a high priority post-launch...