diff --git a/lib/email_helper/verify.rb b/lib/email_helper/verify.rb index 28d99fcc7..8fcaecf69 100644 --- a/lib/email_helper/verify.rb +++ b/lib/email_helper/verify.rb @@ -77,7 +77,7 @@ or found = Channel::Pop3.new.fetch( { options: params[:inbound][:options] }, 'verify', subject ) end rescue => e - rresult { + result { result: 'invalid', message: e.to_s, subject: subject,