Patch #19322 ยป mail_handler.rb.patch
| app/models/mail_handler.rb (working copy) | ||
|---|---|---|
| 73 | 73 | |
| 74 | 74 | 
    cattr_accessor :ignored_emails_headers  | 
| 75 | 75 | 
      @@ignored_emails_headers = {
   | 
| 76 | 
        'X-Auto-Response-Suppress' => 'oof',
   | 
|
| 76 | 
        'X-Auto-Response-Suppress' => /(oof|all)/,
   | 
|
| 77 | 77 | 
    'Auto-Submitted' => /\Aauto-(replied|generated)/,  | 
| 78 | 78 | 
    'X-Autoreply' => 'yes'  | 
| 79 | 79 | 
    }  |