Proceed to the next cc

main
Bob Mottram 2020-06-07 14:37:41 +01:00
parent 07bd5abeb4
commit 88d6ff7b7d
1 changed files with 1 additions and 0 deletions

View File

@ -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)