Actions
Feature #10888
closedBring back List-Id to help aid Gmail filtering
Status:
Closed
Priority:
Normal
Assignee:
Category:
Email notifications
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
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
Updated by Jean-Philippe Lang over 12 years 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.
Actions