@@ -73,7 +73,7 class MailHandler < ActionMailer::Base | |||
|
73 | 73 | |
|
74 | 74 | cattr_accessor :ignored_emails_headers |
|
75 | 75 | @@ignored_emails_headers = { |
|
76 |
'X-Auto-Response-Suppress' => |
|
|
76 | 'X-Auto-Response-Suppress' => /(oof|all)/, | |
|
77 | 77 | 'Auto-Submitted' => /\Aauto-(replied|generated)/, |
|
78 | 78 | 'X-Autoreply' => 'yes' |
|
79 | 79 | } |
General Comments 0
You need to be logged in to leave comments.
Login now