0
0
Fork 0

Merge commit from fork

This commit is contained in:
Claire 2025-01-16 11:10:08 +01:00 committed by GitHub
parent 4a44c47982
commit da4e55eb17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 25 additions and 8 deletions

View file

@ -46,6 +46,8 @@ class DeliveryFailureTracker
urls.reject do |url|
host = Addressable::URI.parse(url).normalized_host
unavailable_domains_map[host]
rescue Addressable::URI::InvalidURIError, IDN::Idna::IdnaError
true
end
end