From c67b66ecdea0f1fbff1dafdc96f624090aeb6c71 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 23 Aug 2015 23:17:37 +0200 Subject: [PATCH] Fixed syntax error. --- lib/email_helper/verify.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,