Patch #16190 » 16190.patch
| app/models/mail_handler.rb | ||
|---|---|---|
| 66 | 66 |
cattr_accessor :ignored_emails_headers |
| 67 | 67 |
@@ignored_emails_headers = {
|
| 68 | 68 |
'X-Auto-Response-Suppress' => 'oof', |
| 69 |
'Auto-Submitted' => /^auto-/ |
|
| 69 |
'Auto-Submitted' => /^auto-(replied|generated)/
|
|
| 70 | 70 |
} |
| 71 | 71 | |
| 72 | 72 |
# Processes incoming emails |