David Angelovich

Results 3 comments of David Angelovich

Did some more debugging and found [this suggestion](https://stackoverflow.com/questions/75444763/python-imaplib-fetching-icloud-mail-rfc822-not-working). Tried it and it works. ``` /opt/parsedmarc/venv/lib/python3.9/site-packages/mailsuite/imap.py: Line 245 - raw_msg = self.fetch(msg_uid, [b'RFC822'])[msg_uid] + raw_msg = self.fetch(msg_uid, [b'BODY[]'])[msg_uid] ``` I'm guessing...

I think I'm also having this issue - it just recently with octopi. Redeployed the OS (which upgraded from buster to bullseye) and it still occurs. Seemed to happen after...

I'm doing exactly this, by pushing through a string in the correct format to a discovery item, which is a Zabbix Trapper. ``` discovery = {} data = [] for...