Fixed syntax error.
This commit is contained in:
parent
0be6838909
commit
c67b66ecde
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue