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:[EMAIL PROTECTED]
{
        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
######################



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to