mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00: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:
parent
1b750f3192
commit
f6abc06eee
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user