mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-27 10:51:15 +00:00
use \A instead of ^ for RegExp (#16190)
git-svn-id: http://svn.redmine.org/redmine/trunk@13207 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
4b55bb913c
commit
45a744d77d
@ -74,7 +74,7 @@ class MailHandler < ActionMailer::Base
|
||||
cattr_accessor :ignored_emails_headers
|
||||
@@ignored_emails_headers = {
|
||||
'X-Auto-Response-Suppress' => 'oof',
|
||||
'Auto-Submitted' => /^auto-(replied|generated)/
|
||||
'Auto-Submitted' => /\Aauto-(replied|generated)/
|
||||
}
|
||||
|
||||
# Processes incoming emails
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user