[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]

Re: exists $foo[7] and delete $foo[7]



Delete this line from your headers:

    Mail-Followup-To: Tom Christiansen <tchrist@chthon.perl.com>,
                        Gurusamy Sarathy <gsar@ActiveState.com>,
                        Bart Schuller <schuller@lunatech.com>,
                        perl5-porters@perl.org

>> That's misattributed.  Mark has those crappy headers that trick my mailer
>> into lying.

>Nobody else seems to have any problems. It's possible that it is you...

$ man repl
...

     The  default  group  reply  template  "replgroupcomps"  will
     direct repl to construct the reply message draft as follows:

          To: <Mail-Followup-To>
          Subject: Re: <Subject>
          In-Reply-To: Message from <From> of <Date>.
                       <Message-Id>

     or if the field <Mail-Followup-To> is not available:

          To: <Mail-Reply-To> or <Reply-To> or <From>
          cc: <To> and <cc> and <personal address>
          Subject: Re: <Subject>
          In-Reply-To: Message from <From> of <Date>.
                       <Message-Id>

$ cat /usr/local/lib/nmh/replgroupcomps
%;
%; form (components) file for `repl -group'
%;
%; Check the following headers to create reply addresses.
%;
%; To: Mail-Followup-To
%;
%; OR
%;
%; To: Mail-Reply-To   (or)
%;     Reply-To        (or)
%;     From            (or)
%;     Sender          (or)
%;     Return-Path
%;
%; AND
%;
%; cc: To              (and)
%;     cc              (and)
%;     personal address
%;
%(lit)%(formataddr{mail-followup-to})\
%<(nonnull)%(void(width))%(putaddr To: )\n\
%|\
%(lit)%(formataddr %<{mail-reply-to}%?{reply-to}%?{from}%?{sender}%?{return-path}%>)\
%<(nonnull)%(void(width))%(putaddr To: )\n%>\
%(lit)%(formataddr{to})%(formataddr{cc})%(formataddr(me))\
%<(nonnull)%(void(width))%(putaddr cc: )\n%>%>\
%;
%<{fcc}Fcc: %{fcc}\n%>\
%<{subject}Subject: Re: %{subject}\n%>\
In-Reply-To: Message from %<{from}%{from}%?{sender}%{sender}%|%{return-path}%>\n\
   of "%<(nodate{date})%{date}%|%(pretty{date})%>."\
%<{message-id} %{message-id}%>\n\
--------

Now, are you intentionally saying that YOU WANT EVERYONE ELSE TO GET A COPY
EXCEPT YOU WHEN SOMEONE REPLIES TO YOU?

__TOM


[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]