On 25-Jul-2000, Johannes Zellner wrote:
> send-hook '~C .*mutt-users@mutt\.org.*' 'my_hdr Reply-To: mutt users 
><[EMAIL PROTECTED]>'
> subscribe mutt
> alias mutt mutt users <[EMAIL PROTECTED]>
> 
> for some strange reason I get sometimes one of these `Reply-To:'
> headers inserted in a mail which has /no/ To: or Cc: to the list
> which is inserted.

You probably need a default send-hook (not $default_hook) specified
before that send-hook, e.g.:

        send-hook . 'unmy_hdr reply-to'

You might also be interested to read the section "Handling Mailing
Lists" in the manual.

On a slightly different but related subject, why can't "Reply-To" be
used instead of "Mail-Followup-To"? Most mailers have already
supported "Reply-To", so why not use that?

Ronny

Reply via email to