On Tue, 2009-07-28 at 13:27 -0400, Charles Gregory wrote:
> 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
Though using Evolution I can reply to the list using ctrl-L it may be
easier to just add the above recipe. I already have a recipe for the
list:

:0
* ^List-Id: <users.spamassassin.apache.org>
$SATALK

would I just modify it like this (I'm in no way a procmail recipe guru)

:0
* ^List-Id: <users.spamassassin.apache.org>
| /usr/bin/formail -I"Reply-To: users@spamassassin.apache.org"
$SATALK

-- 
KeyID 0xE372A7DA98E6705C

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to