changing the initial state from false to nil
parent
07fd3494e5
commit
f7a483523c
|
@ -143,7 +143,7 @@ module Exploit::Remote::SMTPDeliver
|
|||
|
||||
# Avoid sending tons of data and killing the connection if the server
|
||||
# didn't like us.
|
||||
send_status = false
|
||||
send_status = nil
|
||||
if not resp or not resp[0,3] == '354'
|
||||
print_error("Server refused our mail")
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue