Re: Mailing list reply
- To: mutt-users@xxxxxxxx
- Subject: Re: Mailing list reply
- From: Kyle Wheeler <kyle-mutt@xxxxxxxxxxxxxx>
- Date: Fri, 5 Oct 2007 12:44:35 -0500
- Comment: DomainKeys? See http://domainkeys.sourceforge.net/
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=memoryhole.net; h=date:from:to:subject:message-id:references:mime-version:content-type:in-reply-to; q=dns/txt; s=default; bh=0LOfTeRcLuvsfV2FlMESJSynups=; b=J0CJ1361CYySZtNNUzb0FR6ofQyGMXqVL5vE5PjoCLmiXq+GWnxkE5M3Ew+mLOPn7tbu9Vwe9eU0/pxyaRDSGnSLDBvIQFGiJgiclBQzTWsrZbPxqhFSeBvCAx2bpM64I5dnig5OMrvroBDKvbxGDtR0EPrUyFYcsm/StvpH/hY=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=memoryhole.net; b=feA4qAnWp5GbvWMPzSKPm/nBFvn4mXckSU3rAcwLeQwUl6jBMXyMHLlXQoMEc8hVAkOW+BPGURWv52gWsCn1E9EfqLxQtF/dhUInTovksCC3sW/nrBUHGEnY/hoX4Nm7dPqwa3V53UxBb45b9qivic4zJWWkhCq6/inIQO0ut+Q=; h=Received:Received:Date:From:To:Subject:Message-ID:Mail-Followup-To:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent;
- In-reply-to: <20071005170327.GB8705@xxxxxxxxxxxxxxx>
- 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>
- Sender: owner-mutt-users@xxxxxxxx
- User-agent: Mutt/1.5.16 (2007-09-19)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Friday, October 5 at 10:03 AM, quoth Breen Mullins:
> Where does mutt get the address for a mailing list reply?
>
> I've just been chided for replying twice to a mailing list, where
> I used the list-reply function.
Heh. That may actually be the fault of the mailing list for sending
conflicting email.
> Replies went to 'listname@xxxxxxxxxxxx' and to
> 'listname@xxxxxxxxxxxxxxxxx' - and I can't see where the mail. part
> comes from. Is it from the List-Id header?
According to the documentation:
list-reply (default: L)
Reply to the current or tagged message(s) by extracting any
addresses which match the regular expressions given by the lists
or subscribe commands, but also honor any Mail-Followup-To
header(s) if the $honor_followup_to configuration variable is set.
Using this when replying to messages posted to mailing lists helps
avoid duplicate copies being sent to the author of the message you
are replying to.
The short version is that mutt scans all relevant headers for
addresses that you have told it are mailing list addresses.
> If so, how do I suppress that?
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.
It's also possible that your mailing list is doing something stupid
like adding a mail-followup-to header, in which case what you need to
do is make sure that your subscribe line specifies the address that
that mailing list is putting in the mail-followup-to header (thus
avoiding duplicates).
~Kyle
- --
It is said that power corrupts, but actually it's more true that power
attracts the corruptible. The sane are usually attracted by other
things than power.
-- David Brin
-----BEGIN PGP SIGNATURE-----
Comment: Thank you for using encryption!
iD8DBQFHBngDBkIOoMqOI14RAgprAJwMcq4RYPa7scRUOdt3zYqjh5sLQACgpFG1
BqwzzXH8TBlxW4G4LtH0kJw=
=n2+E
-----END PGP SIGNATURE-----