mirror of
https://github.com/redmine/redmine.git
synced 2026-02-07 23:30:13 +01:00
Add additional mail headers for issue tracker (#31910).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18459 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -208,6 +208,7 @@ class MailerTest < ActiveSupport::TestCase
|
||||
assert_equal 'auto-generated', mail.header['Auto-Submitted'].to_s
|
||||
# List-Id should not include the display name "Redmine"
|
||||
assert_equal '<redmine.example.net>', mail.header['List-Id'].to_s
|
||||
assert_equal 'Bug', mail.header['X-Redmine-Issue-Tracker'].to_s
|
||||
end
|
||||
|
||||
def test_email_headers_should_include_sender
|
||||
|
||||
Reference in New Issue
Block a user