[ Jean-Pierre Morant writes: ]
>
> I am running a moderated list (fully moderated : subscribtions and
> postings) and I'm unhappy with the "From: " or the "Reply-To: " fields
> of the mails received from the list.
>
> Actually the mail looks like it is coming from the original sender,
> which is good, but I would like replies to go to the list by default.
>
> IU've tried different things :
[...]
> - in the list.conf file, I've added :
> message_headers Reply-To: << END
> list@host
> END
Nope, that's flat wrong, but your next attempt is OK.
> message_headers << END
> Reply-To: list@host
> END
Note that you might be getting multiple Reply-To headers doing this,
which could lead to some unpredictable results.
> - still in list.conf,
> I've set
> reply_to = marben@fresco.marben.be
That's the right way to do it.
> Does someone know why I can't get that Reply-To: field?
You don't show us any example headers to see whether or not the header
is actually getting inserted, but I suspect your problem may be your
subscribers' mail readers. Some brain dead mailers on toy systems don't
pay any attention to things like Reply-To, so even if Mj is inserting
the header it may not make any difference. Look at some real, live
headers (not with your mail reader, it may be lying) and then decide
what works and what doesn't.
--
Dave Wolfe
Follow-Ups:
References:
|
|