Merge commit from fork

This commit is contained in:
Claire 2025-01-16 11:10:08 +01:00 committed by KMY
parent 4a0bd8a0fd
commit e6b5b61559
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