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 '"
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Theodotos Andreou 0b9f69f28d Initial Commit 5 år sedan
LICENSE Initial Commit 5 år sedan
README.md Initial Commit 5 år sedan
rewrite_from.py Initial Commit 5 år sedan

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.