diff --git a/chatmaild/src/chatmaild/dictproxy.py b/chatmaild/src/chatmaild/dictproxy.py index 77333a03..ed3b7eb0 100644 --- a/chatmaild/src/chatmaild/dictproxy.py +++ b/chatmaild/src/chatmaild/dictproxy.py @@ -95,7 +95,7 @@ def main(): while True: msg = self.rfile.readline().strip().decode() if not msg: - continue + break res = handle_dovecot_request(msg, db) if res: print(f"sending result: {res!r}", file=sys.stderr)