Actions
Bug #3209
closedr27374 typo in net/smtp
Description
=begin
diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb
index c96caae..52ea003 100644
--- a/lib/net/smtp.rb
+++ b/lib/net/smtp.rb
@@ -839,7 +839,7 @@ module Net
ok_users << addr
end
end
-
raise ArgumentError, 'mail destination not given' if ok_addrs.empty?
-
raise ArgumentError, 'mail destination not given' if ok_users.empty? ret = yield unless unknown_users.empty? raise SMTPAuthenticationError, "failed to deliver for #{unknown_users.join(', ')}"
=end
Actions
Like0
Like0