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 )
end
rescue => e
rresult {
result {
result: 'invalid',
message: e.to_s,
subject: subject,