> -----Original Message-----
> From: Theo Van Dinter [mailto:[EMAIL PROTECTED]
> Sent: Sunday, December 28, 2003 8:35 PM
> To: Spam Assassin Dev
> Subject: Re: Reply-To: header on this list
> 
> 
> On Sun, Dec 28, 2003 at 10:57:19PM -0500, Duncan Findlay wrote:
> > Could someone please adjust the list settings to not add the Reply-To:
> > header to each mail?
> 
> Unfortunately, we don't have control over the list configs.  I've been
> told that requests should be sent to the infrastructure@ list.
> 

This won't fix the underlying problem, but I think that something
along the lines of this procmail recipe will rewrite the reply-to
so that it goes back to the sender.

#
# spamassassin-dev
#
:0
* ^(List-Id|Mailing-list):.*spamassassin-dev
{
REALLY_FROM=`formail -x From: | sed -e 's/^[ ]*//'`
:0 fw
| formail -I "Reply-To: $REALLY_FROM"
}

Reply via email to