ham-radio-software / D-Rats

D-Rats program for D-Star Ham Radios
https://iz2lxi.jimdofree.com/
Other
44 stars 13 forks source link

Python smtpd module is deprecated #286

Open wb8tyw opened 4 months ago

wb8tyw commented 4 months ago

The python smtpd module has been deprecated. The mailsrv.py module is currently using it.

wb8tyw commented 4 months ago

Looks like python asyncore module is also deprecated and in also used in mailsrv.py

kevitivity commented 4 months ago

Noticed the same. Looks like aiosmtpd might be a drop in replacement. Might also be a good idea to note that pyserial needs to be installed. I can foresee a lot of newer Linux users getting stuck by not knowing python basics.