[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Replies to echo difficult



Mike McCarty wrote:
> I have a suggestion for this list.

Ha!

> What do people think of the list adding a "Reply-To:" in the
> header so that replies automatically go to the list?

You could accomplish that yourself by using procmail on your incoming
mail. I haven't tested this directly but you're welcome to try it:

############~/.procmailrc
###
PATH=/bin:/usr/bin
MAILDIR=$HOME/mail
COMSTAT=no
:0:.debian-user
* ^From:.*debian-user@lists\.debian\.org
{
        FROM=`formail -x From: \
        | sed -e's/<.*$//g' -e's/.*(//g' -e's/)//g' -e's/\> $//g' -e's/^ *//g'`

        :0 fhw
        | formail -i \
        -I "Reply-To: $FROM <debian-user@lists.debian.org>"
}
:0:.lockmail
$DEFAULT
######################




Reply to: