A python script to get mail from info@example.com and re-write the 'From"' Header as "From: John Doe via info at example.com '"
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Theodotos Andreou 0b9f69f28d Initial Commit 5 yıl önce
LICENSE Initial Commit 5 yıl önce
README.md Initial Commit 5 yıl önce
rewrite_from.py Initial Commit 5 yıl önce

README.md

Rewrite ‘From’ Header

Description

A script to get mail from info@example.com and re-write the ‘From”’ Header as “From: John Doe via info at example.com noreply@example.com’”

Installation Instuctions

  • Place the script under /usr/local/sbin/rewrite_from.py.

  • Edit /etc/aliases:

info: "|/usr/local/sbin/rewrite_from.py"
  • Run the newaliases command.