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 )
|
||||
end
|
||||
rescue => e
|
||||
rresult {
|
||||
result {
|
||||
result: 'invalid',
|
||||
message: e.to_s,
|
||||
subject: subject,
|
||||
|
|
Loading…
Reference in a new issue