mirror of
https://github.com/redmine/redmine.git
synced 2026-01-21 06:53:08 +01:00
Ignore auto reply messages from Exchange server (#19322).
Patch by Sebastian Paluch. git-svn-id: http://svn.redmine.org/redmine/trunk@14082 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -73,7 +73,7 @@ class MailHandler < ActionMailer::Base
|
||||
|
||||
cattr_accessor :ignored_emails_headers
|
||||
@@ignored_emails_headers = {
|
||||
'X-Auto-Response-Suppress' => 'oof',
|
||||
'X-Auto-Response-Suppress' => /(oof|all)/,
|
||||
'Auto-Submitted' => /\Aauto-(replied|generated)/,
|
||||
'X-Autoreply' => 'yes'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user