From 55584281e76cc8944defbd6a35f3ae4bd5ca0f4f Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Thu, 22 Oct 2020 05:38:28 +0000 Subject: [PATCH 1/3] Update 'smtp2qnap4slack.py' --- smtp2qnap4slack.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/smtp2qnap4slack.py b/smtp2qnap4slack.py index 177f0a3..8466e9c 100644 --- a/smtp2qnap4slack.py +++ b/smtp2qnap4slack.py @@ -88,4 +88,5 @@ if __name__ == '__main__': handler = CustomHandler() controller = MyController(handler, hostname=LHOST, port=LPORT) controller.start() - input('SMTP server is running.\n') \ No newline at end of file + input('SMTP server is running.\n') + \ No newline at end of file From e5738c24b6ba1f48dd990cbe31e061aa44580f2c Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Thu, 22 Oct 2020 05:59:31 +0000 Subject: [PATCH 2/3] Update 'smtp2qnap4slack.py' --- smtp2qnap4slack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtp2qnap4slack.py b/smtp2qnap4slack.py index 8466e9c..08e0051 100644 --- a/smtp2qnap4slack.py +++ b/smtp2qnap4slack.py @@ -88,5 +88,5 @@ if __name__ == '__main__': handler = CustomHandler() controller = MyController(handler, hostname=LHOST, port=LPORT) controller.start() - input('SMTP server is running.\n') + input('SMTP server is running.') \ No newline at end of file From 58f3f36c7fc3650a1598e542662eb2b2277be977 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Thu, 22 Oct 2020 06:08:43 +0000 Subject: [PATCH 3/3] Delete output text Deleted output text --- smtp2qnap4slack.py | 1 - 1 file changed, 1 deletion(-) diff --git a/smtp2qnap4slack.py b/smtp2qnap4slack.py index 08e0051..500cb0e 100644 --- a/smtp2qnap4slack.py +++ b/smtp2qnap4slack.py @@ -88,5 +88,4 @@ if __name__ == '__main__': handler = CustomHandler() controller = MyController(handler, hostname=LHOST, port=LPORT) controller.start() - input('SMTP server is running.') \ No newline at end of file