Improved white listing for mail probing.
This commit is contained in:
parent
b9d728f890
commit
f62225dbde
1 changed files with 1 additions and 0 deletions
|
@ -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|
|
||||
|
||||
|
|
Loading…
Reference in a new issue