mirror of
https://github.com/nmap/nmap.git
synced 2025-12-18 13:39:02 +00:00
Whitespace.
This commit is contained in:
@@ -291,7 +291,7 @@ function do_rcpt(socket, username, domain)
|
|||||||
return STATUS_CODES.ERROR, string.format("Failed to issue RCPT TO:<%s@%s> command (%s)", username, domain, response)
|
return STATUS_CODES.ERROR, string.format("Failed to issue RCPT TO:<%s@%s> command (%s)", username, domain, response)
|
||||||
elseif string.match(response, "^550") then
|
elseif string.match(response, "^550") then
|
||||||
-- 550 User Unknown
|
-- 550 User Unknown
|
||||||
return STATUS_CODES.UNKNOWN
|
return STATUS_CODES.UNKNOWN
|
||||||
elseif string.match(response, "^553") then
|
elseif string.match(response, "^553") then
|
||||||
-- 553 Relaying Denied
|
-- 553 Relaying Denied
|
||||||
return STATUS_CODES.NOTPERMITTED
|
return STATUS_CODES.NOTPERMITTED
|
||||||
|
|||||||
Reference in New Issue
Block a user