On Thu, May 18, 2006 at 06:43:52PM +0200, Jakob Hirsch wrote:
> 
> Dave Lugo wrote:
> 
> >> Reply-To: Exim Mailing List <[email protected]>
> >> line in the headers or you'll get two copies of your emails that people
> >>  reply to.
> > This is an argument I've seen come up time and time again
> > on more than one mailing list.  Sorry, I won't take the bait ;)
> 
> It's a valid argument. And it's not that hard to do with Exim (topic!)
> itself. This is what I use:
> 
> 
> system filter:
> 
> if first_delivery then
>   [...]
> 
>   if ${domain:$sender_address} is "plonk.de"
>      and $h_Reply-To is ""
>      and foranyaddress $recipients
>        ("${lookup {$thisaddress} lsearch {/etc/exim/replytolist}{true}}"
> is "true")
>   then
>     headers add "Reply-To: $thisaddress"
>     headers add "Mail-Followup-To: $thisaddress"
>     headers add "Mail-Reply-To: $sender_address"
>   endif
> endif
> 
> 
> /etc/exim/replytolist:
> 
> [email protected]
> [email protected]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> ...

I prefer:

send-hook [email protected] \
   "my_hdr Reply-To: Exim Mailing List <[email protected]>"

in my .muttrc

Steven.
-- 
On the road, ZIPPY is a pinhead without a purpose, but never without a
POINT ...

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to