Show bad lists

main
Bob Mottram 2023-12-09 18:33:49 +00:00
parent a216f83af9
commit 227f28d83a
2 changed files with 2 additions and 4 deletions

View File

@ -2203,9 +2203,7 @@ class PubServer(BaseHTTPRequestHandler):
if not isinstance(message_json[check_field], list):
print('INBOX: WARN: To and Cc fields should be lists, ' +
check_field + '=' + str(message_json[check_field]))
# self._400()
# self.server.postreq_busy = False
# return 3
# NOTE: this does not prevent further processing
if has_object_dict(message_json):
if debug:

View File

@ -1,2 +1,2 @@
#!/bin/bash
journalctl -u epicyon -r | grep "WARN: type from\|is not a string\|should be a string"
journalctl -u epicyon -r | grep "WARN: type from\|is not a string\|should be a string\|should be lists"