Send full message

bug/bundler_fix
jvazquez-r7 2015-11-05 10:42:20 -06:00
parent 19652e79c3
commit ceaf7440a7
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ module Exploit::Remote::SMTPDeliver
full_msg << date
full_msg << subject unless subject.nil?
full_msg << data
send_status = raw_send_recv("#{data}\r\n.\r\n", nsock)
send_status = raw_send_recv("#{full_msg}\r\n.\r\n", nsock)
end
if not already_connected