Re: [exim] Integrating URI Blacklists into Exim

Pàgina inicial
Delete this message
Reply to this message
Autor: Exim Mailing List
Data:  
A: exim-users
Assumpte: Re: [exim] Integrating URI Blacklists into Exim
On Thu, May 18, 2006 at 06:43:52PM +0200, Jakob Hirsch wrote:
>
> Dave Lugo wrote:
>
> >> Reply-To: Exim Mailing List <exim-users@???>
> >> 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:
>
> exim-users@???
> exim-dev@???
> dovecot@???
> dns@???
> ...


I prefer:

send-hook exim-users@??? \
"my_hdr Reply-To: Exim Mailing List <exim-users@???>"

in my .muttrc

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