nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] I did something wrong with replcomps


From: Ken Hornstein
Subject: Re: [Nmh-workers] I did something wrong with replcomps
Date: Fri, 09 Dec 2016 10:40:23 -0500

>When I changed my replcomps:
>
>11,12c11,12
>< Reply-To: Norman Shapiro <address@hidden>
>< From: address@hidden
>---
>> Reply-To: %(localmbox)
>> From: %(localmbox)
>
>repl suddenly started inserting a spurious unadorned "cc: norm" (with no
>@dad.org) into my drafts, when there is no such address in the message
>being replied to.

That's from this line:

%(lit)%(formataddr{to})%(formataddr{cc})%(formataddr(me))

Specifically, the "%(formataddr(me))".  (You should probably never use
%(me) except for a very few specific things).

To give you an idea, for me:

%(me)           kenh
%(myhost)       pobox.com
%(me)@%(myhost) address@hidden
%(localmbox)    Ken Hornstein <address@hidden>

(Also, when you're in your replcomps, you might want to consider updating
the In-Reply-To header).

>The problem is not fatal, because send will not
>send such a message, but it is inconvenient.

Now, that's odd. Because I use usernames without a hostname and it works
fine for me.

--Ken



reply via email to

[Prev in Thread] Current Thread [Next in Thread]