From 99c58671626f65d2b1b6a39c6094404e8ee1188e Mon Sep 17 00:00:00 2001 From: Craig Lamparter Date: Thu, 7 Jan 2021 16:22:45 -0800 Subject: [PATCH] don't tell radio emails were sent, ack is enuf --- aprsd/plugin.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/aprsd/plugin.py b/aprsd/plugin.py index 9ef83ba..d7e5c2f 100644 --- a/aprsd/plugin.py +++ b/aprsd/plugin.py @@ -525,10 +525,11 @@ class EmailPlugin(APRSDPluginBase): ) self.email_sent_dict.clear() self.email_sent_dict[ack] = now - if mapme: - reply = "mapme email sent" - else: - reply = "Email sent." + #don't really need a response, ack is enough + #if mapme: + # reply = "mapme email sent" + #else: + # reply = "Email sent." else: LOG.info( "Email for message number "