trying to execute d-rats on macos with python 3.13, smtpd module seems not available and moving to aiosmtpd requires a code review (for my understanding)
File "/Users/maurizio/Virtualenvs/d-rats4/D-Rats/d_rats/mailsrv.py", line 29, in
import smtpd
ModuleNotFoundError: No module named 'smtpd'
.venvmaurizio@Mao-MacbookAir D-Rats %
trying to execute d-rats on macos with python 3.13, smtpd module seems not available and moving to aiosmtpd requires a code review (for my understanding)
File "/Users/maurizio/Virtualenvs/d-rats4/D-Rats/d_rats/mailsrv.py", line 29, in
import smtpd
ModuleNotFoundError: No module named 'smtpd'
.venvmaurizio@Mao-MacbookAir D-Rats %