Browse Source

Improved white listing for mail probing.

Martin Edenhofer 7 years ago
parent
commit
f62225dbde
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/email_helper/probe.rb

+ 1 - 0
lib/email_helper/probe.rb

@@ -336,6 +336,7 @@ returns on fail
         if !subject
           white_map = {
             'Recipient address rejected' => true,
+            'Sender address rejected: Domain not found' => true,
           }
           white_map.each do |key, _message|