<div dir="ltr"><div>Hello,</div><div><br></div><div>May I ask for your expertise on how to make this bot working, any prerequisite softwares that I'm not aware of that might've missed in your installation instructions? Please help, thanks.</div><div><br></div><div><b>Linux Ubuntu 20.04.6 LTS (Focal Fossa)</b></div><div><b>Installation:</b></div><div><ol><li>With pip from PyPI.</li><li>Installed Docker-Compose using Docker’s repository.</li><li>Installed Docker Engine using the apt repository.</li><li>Cloned intelmq-docker to the root folder.</li><li>Performed docker compose pull and up.</li><li>Now able to access in <a href="http://127.0.0.1:1337" target="_blank">127.0.0.1:1337</a></li><li>Using MailURLCollector => Genericcsvparser => DeduplicatorExpert => File-output</li></ol></div><div><br></div>2023-05-31 05:31:43,766 - MailURL-Collector - INFO - MailURLCollectorBot initialized with id MailURL-Collector and intelmq 3.1.0 and python 3.9.2 (default, Feb 28 2021, 17:03:44) as process 1792.<br>2023-05-31 05:31:43,767 - MailURL-Collector - INFO - Bot is starting.<br>2023-05-31 05:31:44,095 - MailURL-Collector - INFO - Bot initialization completed.<br>2023-05-31 05:31:47,922 - MailURL-Collector - ERROR - Bot has found a problem.<br>Traceback (most recent call last):<br>  File "/usr/local/lib/python3.9/dist-packages/intelmq/lib/bot.py", line 319, in start<br>    self.process()<br>  File "/usr/local/lib/python3.9/dist-packages/intelmq/bots/collectors/mail/_lib.py", line 67, in process<br>    for uid, message in emails:<br>  File "/usr/local/lib/python3.9/dist-packages/imbox/messages.py", line 55, in _fetch_email_list<br>    yield uid, self._fetch_email(uid)<br>  File "/usr/local/lib/python3.9/dist-packages/imbox/messages.py", line 42, in _fetch_email<br>    return fetch_email_by_uid(uid=uid,<br>  File "/usr/local/lib/python3.9/dist-packages/imbox/parser.py", line 150, in fetch_email_by_uid<br>    message, data = connection.uid('fetch', uid, '(BODY.PEEK[] FLAGS)')<br>  File "/usr/lib/python3.9/imaplib.py", line 890, in uid<br>    typ, dat = self._simple_command(name, command, *args)<br>  File "/usr/lib/python3.9/imaplib.py", line 1230, in _simple_command<br>    return self._command_complete(name, self._command(name, *args))<br>  File "/usr/lib/python3.9/imaplib.py", line 1055, in _command_complete<br>    raise self.error('%s command error: %s %s' % (name, typ, data))<br>imaplib.IMAP4.error: UID command error: BAD [b'Could not parse command']<br>2023-05-31 05:31:47,994 - MailURL-Collector - INFO - Bot will continue in 15 seconds.<br>2023-05-31 05:31:56,408 - MailURL-Collector - INFO - Received SIGTERM.<br>2023-05-31 05:31:56,409 - MailURL-Collector - INFO - Bot stopped.<br></div>