A script that generates a postfix virtual addresses file based on ethercalc.org document, for automated simplified mailing lists.
cp private.py.sample private.py
vi private.py # update domain and ethercalc doc name
python3 generate_postfix_virtual_emails_list.py
This script is based on html-table-parser-python3 from: https://github.com/schmijos/html-table-parser-python3
AGPLv3