A python script to get mail from staff-questions@example.com and resend it anonymously to ACME Management
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Theodotos Andreou aa73f5d99a Initial Commit 5年前
LICENSE Initial Commit 5年前
README.md Initial Commit 5年前
anon_mail.py Initial Commit 5年前

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.