Fixed syntax error.

This commit is contained in:
Martin Edenhofer 2015-08-23 23:17:37 +02:00
parent 0be6838909
commit c67b66ecde

View file

@ -77,7 +77,7 @@ or
found = Channel::Pop3.new.fetch( { options: params[:inbound][:options] }, 'verify', subject ) found = Channel::Pop3.new.fetch( { options: params[:inbound][:options] }, 'verify', subject )
end end
rescue => e rescue => e
rresult { result {
result: 'invalid', result: 'invalid',
message: e.to_s, message: e.to_s,
subject: subject, subject: subject,