mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 01:11:12 +00:00
Use accessor method.
git-svn-id: http://svn.redmine.org/redmine/trunk@14229 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
efe67602c6
commit
cf7704f314
@ -77,7 +77,7 @@ class MailHandler < ActionMailer::Base
|
||||
end
|
||||
|
||||
cattr_accessor :ignored_emails_headers
|
||||
@@ignored_emails_headers = {
|
||||
self.ignored_emails_headers = {
|
||||
'Auto-Submitted' => /\Aauto-(replied|generated)/,
|
||||
'X-Autoreply' => 'yes'
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user