[comp.mail.mh] -cc, -nocc, and friends

davy@ERG.SRI.COM ("David A. Curry") (06/06/91)

Okay, here's one:

I run "repl" with the "-cc all -nocc me" options.  This works very well
most of the time, keeping me from sending myself cc's of everything.
Since I keep an "outbox" to fcc everything to, I don't ever want carbon
copies of what I send unless I explicitly type my name in.

HOWEVER, when I reply to a message that I sent (e.g. send a note to a
local mailing list that I'm on, and then reply to it to provide more
info), I end up with *no* "To:" field.  Not an empty "To:" field, but
not even the header "To:".

Apparently this is because of the "-nocc me", because if I run repl
without the "-nocc me" option, I get a "To:" line.  Unfortunately,
turning off "-nocc me" turns on cc's to me when replying to stuff
sent by others.  In the couple of cases I tried, the "-cc all" without
the "-nocc me" had no different effect than running repl with no
options at all.

It seems to me that "-nocc me" should not affect the "To:" line, but
rather only the "Cc:" line.

Is there a way to fix this (or at least make it Do The Right Thing),
or am I in a lose-lose situation?  Granted it's not that often that I
reply to something I sent myself, but it's still annoying.

--Dave

P.S. - Pertinent info:

version: MH 6.7 #1[UCI] (sparkyfs.itstd.sri.com) of Fri Jun 1 09:38:14 PDT 1990
options: [BIND] [BSD42] [BSD43] [DBM] [MHE] [MHRC] [NFS] [SUN40]
         [WHATNOW] [FOLDPROT='"0700"'] [MSGPROT='"0600"']
         [SBACKUP='"#"'] [TYPESIG='void'] [SENDMTS] [SMTP]

My replcomps file:

%(lit)%(formataddr %<{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%>\
%<{subject}Subject: Re: %{subject}\n%>\
In-reply-to: Message from %<{from}%{from}%|%{sender}%>\n\
	of "%<(nodate{date})%{date}%|%(tws{date})%>"\n\
Fcc: outbox\n\
Bcc: \n\
--------