From 05703db1a39806d39678c0f9885b8a69dab6d789 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 3 Sep 2019 20:53:22 +0100 Subject: [PATCH] Handle stray none --- inbox.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inbox.py b/inbox.py index f1d32343..1d6ac249 100644 --- a/inbox.py +++ b/inbox.py @@ -346,6 +346,8 @@ def inboxPostRecipientsAdd(baseDir :str,httpPrefix :str,toList :[], \ """ followerRecipients=False for recipient in toList: + if not recipient: + continue # is this a to a local account? if domainMatch in recipient: # get the handle for the local account