Re: Mailing list reply
- To: mutt-users@xxxxxxxx
- Subject: Re: Mailing list reply
- From: Breen Mullins <breen.mullins@xxxxxxxxx>
- Date: Fri, 5 Oct 2007 11:42:00 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=ucdfzpLvBdq7kusk3NyzLL/I5vFimmJWKPRw5NANgWo=; b=YI8Npz4BfSFhWoctOHtV6nIxnFqUHsXY1KGa+1c2fQCGNdrfcNV9O/eNfM+pgsqatvNmkcwtfXvyacMd/VmwVHET6walEo3k7rLifscAmC1NzHCQpD+Ztx5OsIND5f23/zxROqcVfuvLdFPqSFdqbLeTQ/XW7bgQsyj091ne+WE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=obch5tREVZMDXZqCjX1GXqKeRp7NjBsyjeWAdURMKYT5Q8CFkF0nXgmgtNs/rfrx7tMC1sSIUgRTCZ2kwIAXOX1CF51CrQbxSyEXgTIvz1XAFiEubAB8pD54yZvhRGl9g8gRWysceEfJ+u4b2nIQYsI0nRyNBeG7tBC5lxhMxXc=
- In-reply-to: <20071005174435.GI9914@xxxxxxxxxxxxx>
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- Mail-followup-to: mutt-users@xxxxxxxx
- References: <20071005170327.GB8705@xxxxxxxxxxxxxxx> <20071005174435.GI9914@xxxxxxxxxxxxx>
- Sender: owner-mutt-users@xxxxxxxx
- User-agent: Mutt/1.5.16 (2007-06-09)
* Kyle Wheeler <kyle-mutt@xxxxxxxxxxxxxx> [2007-10-05 12:44 -0500]:
How are you specifying in your muttrc that you're subscribed to that
list? If you're doing it like this:
subscribe listname@
Then you may be being too general (that subscribe line matches both
listname@xxxxxxxxxxxx and listname@xxxxxxxxxxxxxxxxx, so if mutt sees
both of those available in your message, it will reply to both of
them). Try this:
subscribe '^listname@listname\.com$'
That way only the one address matches, so it'll only be sent to the
one that matched.
After more digging, I understand a bit more about what's going on.
ChangeLog:
2004-07-20 08:17:21 Thomas Roessler <roessler@xxxxxxxxxxxxxxxxxx>
(roessler)
* imap/message.c, mutt.h, parse.c, send.c, url.c: Use List-Post
headers when doing list-reply.
And indeed, there's a List-Post header present that specifies
listname@xxxxxxxxxxxxxxxxxx
I've changed my .muttrc as you suggested, to delimit the subscribed
address properly.
But the list-reply still picks up both versions of the list address
when I try to reply. (The 'normal' one is in the address used by the
person I was replying to.) There are no followup headers in the message.
This looks like a bug: mutt usually gives us the flexibility to work
around eccentric configurations by a listowner, but it doesn't seem to
work here.
Comments?
Breen
--
Breen Mullins
Menlo Park, California