Tagged Message Delivery Agent (TMDA) for Python 2.7
TMDA is an open source software application designed to significantly reduce the amount of spam (Internet junk-mail) you receive.
TMDAretro was created for those who rely on TMDA and need it to continue working with Python 2.7. It was forked from Kevin Goodsell's tmda-fork.
Backup and remove any previous versions or make sure they are not ahead in your PATH or Python module load path.
pip2 install --upgrade --user TMDAretro # remove --upgrade or --user as appropriate
git clone https://github.com/ccaputo/TMDAretro.git
cd TMDAretro/tmda
make clean
make # to ./env
make test
make install # to ~/.local
Adjust configuration to use ~/.local/bin, or as appropriate, as the path to TMDA programs.
Confirm operational version matches what was is installed:
pip2 list --format=columns | grep TMDAretro # if you used pip2 above to perform install
tmda-keygen --version