On Tue, 28 Jul 2009, John Hardin wrote:
 Yeah, thanks! I'm always forgetting to fix the To line in my replies!
 Procmail/Formail will do nicely!
Post your snippet when it's working, plz. Thanks.

:0fw
* ^(To|Cc):.*(use...@spamassassin|spamassassin.users)
| /usr/bin/formail -I"Reply-To: users@spamassassin.apache.org"

Your path to formail may vary... :)

This snippet could be further enhanced to replace the 'From' if you never really care who sent the message, and want to see 'SA List' in the 'From' column of your mail client index, for easy ID/sort:

:0fw
* ^(To|Cc):.*(use...@spamassassin|spamassassin.users)
| /usr/bin/formail -I"From: SA List <users@spamassassin.apache.org>"

Enjoy!

- C

Reply via email to