sdgathman / pymilter

Python bindings for libmilter api
GNU General Public License v2.0
42 stars 22 forks source link

greylist.py not compatible with python3 (import thread) #52

Open yorickvP opened 2 years ago

yorickvP commented 2 years ago

The thread module was renamed to _thread in python3

  File "/build/source/Milter/greylist.py", line 4, in <module>
    import thread
ModuleNotFoundError: No module named 'thread'
sdgathman commented 2 years ago

Will turn on greylist on EL8 system tomorrow.

sdgathman commented 6 months ago

Sorry, got sidetracked. I WILL get on this!