You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to validate an email address without dns_lookup: :off option before trying to validate it again, but now using the option dns_lookup: :off, the gem will still try to validate by DNS, because this line doesn't check if the config is any different before deleting the proposed host:
If you try to validate an email address without
dns_lookup: :off
option before trying to validate it again, but now using the optiondns_lookup: :off
, the gem will still try to validate by DNS, because this line doesn't check if the config is any different before deleting the proposed host:email_address/lib/email_address/exchanger.rb
Line 14 in fe055a9
The text was updated successfully, but these errors were encountered: