Re: Two copies of email when cc-ed in mailing lists
Nicolas George <[email protected]>
| Newsgroups | gmane.mail.mutt.user |
|---|---|
| Message-ID | <[email protected]> |
Sadeep Madurange (12024-10-27): > In some lists, users send replies to the list address while cc-ing my > email address. So, I get two copies of the same email. > > Is there anything I can do so that I only receive/see one copy? Hi. You can add this to your config file: send-hook [email protected] my_hdr "Reply-To: [email protected]" Set the necessary counterweight first: send-hook . "unmy_hdr Reply-To:" It tells mutt to add “Reply-To: [email protected]” when writing to mutt-users, and will tell people who reply to reply to the list rather than you. Most mailing-list do that for you, this one, along with the Debian ones, is one of the few I know that do not, expecting users to adhere to the failed “List-Reply-To” standard instead. Regards, -- Nicolas George