A python script to get mail from staff-questions@example.com and resend it anonymously to ACME Management
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Theodotos Andreou aa73f5d99a Initial Commit il y a 5 ans
LICENSE Initial Commit il y a 5 ans
README.md Initial Commit il y a 5 ans
anon_mail.py Initial Commit il y a 5 ans

README.md

Description

A script to get mail from staff-questions@example.com and resend it anonymously to ACME Management

Installation Instructions

  • Upload the script in /usr/local/sbin/anon_mail.py.
  • Add the following line in /etc/aliases:
staff-question: "|/usr/local/sbin/anon_mail.py"
  • Run the newaliases command.