Feature #10888
Bring back List-Id to help aid Gmail filtering
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Jean-Philippe Lang | % Done: | 0% | |
| Category: | Email notifications | |||
| Target version: | 1.4.2 | |||
| Resolution: | Fixed |
Description
In #2879 you added a header called 'List-Id' to help solve your vacation responder problems.
In #2984 however this change was revoked because it didn't solve the problem with Outlook.
However, I'd like to see the List-Id header brought back, as it gets treated like a first class filter type in Gmail filtering and would greatly help my workflow. I can see that the original problem was around bulk-handling and vacation responders, but this request isn't aimed at that at all.
I would presume the solution would be to bring back the original code in app/models/mailer.rb:
'List-Id' => "<#{Setting.mail_from.to_s.gsub('@', '.')}>"
As show in this revision:
<http://www.redmine.org/projects/redmine/repository/revisions/2565/diff/trunk/app/models/mailer.rb>
Related issues
Associated revisions
Restored List-Id header in email notifications (#10888).
History
#1 Updated by Jean-Philippe Lang about 1 year ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version set to 1.4.2
- Resolution set to Fixed
Header added back in 1.4.2.
#2 Updated by Jimmy Engelbrecht 3 months ago
Suggested improvement #13359