tiredofit / docker-olefy

Dockerized OLE scanner
MIT License
2 stars 1 forks source link

Unable to start olefy on latest docker image #2

Closed SimplyCorey closed 8 months ago

SimplyCorey commented 9 months ago

Hello,

I used to be able to start olefy when using 1.1.11. I recently attempted to upgrade to 1.2.2 and I am getting the following errors:

2023-12-30 11:58:09   File "/usr/local/bin/olefy.py", line 161
2023-12-30 11:58:09     lid = 'No Rspamd-ID'
2023-12-30 11:58:09 TabError: inconsistent use of tabs and spaces in indentation
2023-12-30 11:58:11 2023-12-30.16:58:11 [ERROR] ** [olefy] POTENTIAL RUNWAY DETECTECTED: Disabling 10-olefy service because it has tried restarting '50' times
tiredofit commented 9 months ago

Hi, I have rebuilt the image and pinned it to use the changes in the upstream repo https://github.com/HeinleinSupport/olefy/commit/f8aac6cc55283886d153e89c8f27fae66b1c24e2 wihch solve the indentation issue in their code.

You'll see it shortly as tiredofit/olefy:1.30

SimplyCorey commented 9 months ago

Thank you!