mirror of
https://github.com/redmine/redmine.git
synced 2025-11-17 18:50:53 +01:00
Restored List-Id header in email notifications (#10888).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9687 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -163,6 +163,7 @@ class MailerTest < ActiveSupport::TestCase
|
||||
assert_not_nil mail
|
||||
assert_equal 'OOF', mail.header['X-Auto-Response-Suppress'].to_s
|
||||
assert_equal 'auto-generated', mail.header['Auto-Submitted'].to_s
|
||||
assert_equal '<redmine.example.net>', mail.header['List-Id'].to_s
|
||||
end
|
||||
|
||||
def test_email_headers_should_include_sender
|
||||
|
||||
Reference in New Issue
Block a user