Skip to content

Commit

Permalink
Unfreeze regex
Browse files Browse the repository at this point in the history
  • Loading branch information
bestwebua committed Mar 26, 2019
1 parent 415f208 commit 91bafd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/truemail/validate/smtp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Truemail
module Validate
class Smtp < Truemail::Validate::Base
ERROR = 'smtp error'
ERROR_BODY = /(?=.*550)(?=.*(user|account)).*/i.freeze
ERROR_BODY = /(?=.*550)(?=.*(user|account)).*/i

attr_reader :smtp_results

Expand Down

0 comments on commit 91bafd3

Please sign in to comment.