From 88d6ff7b7d855167a98c86cbe36e82c54a01d85d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 7 Jun 2020 14:37:41 +0100 Subject: [PATCH] Proceed to the next cc --- posts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/posts.py b/posts.py index 7562430ff..c6baa6d5c 100644 --- a/posts.py +++ b/posts.py @@ -687,6 +687,7 @@ def createPostBase(baseDir: str, nickname: str, domain: str, port: int, if ccRecipient in sendToActor: if ccRecipient not in removeFromCC: removeFromCC.append(ccRecipient) + break for ccRemoval in removeFromCC: toCC.remove(ccRemoval)