mirror of
https://github.com/chatmail/relay.git
synced 2026-05-11 16:34:39 +00:00
an empty message in the handler means EOF
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user