mirror of
https://github.com/redmine/redmine.git
synced 2026-01-22 15:33:22 +01:00
add "Auto-Submitted: auto-forwarded" to ignore mail test (#16190)
git-svn-id: http://svn.redmine.org/redmine/trunk@13205 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -637,7 +637,8 @@ class MailHandlerTest < ActiveSupport::TestCase
|
||||
"X-Auto-Response-Suppress: OOF",
|
||||
"Auto-Submitted: auto-replied",
|
||||
"Auto-Submitted: Auto-Replied",
|
||||
"Auto-Submitted: auto-generated"
|
||||
"Auto-Submitted: auto-generated",
|
||||
"Auto-Submitted: auto-forwarded"
|
||||
].each do |header|
|
||||
raw = IO.read(File.join(FIXTURES_PATH, 'ticket_on_given_project.eml'))
|
||||
raw = header + "\n" + raw
|
||||
|
||||
Reference in New Issue
Block a user