Gnus development mailing list
 help / color / mirror / Atom feed
From: prj@po.cwru.edu (Paul Jarc)
Subject: Re: Handling mailing lists
Date: Thu, 04 Apr 2002 12:01:29 -0500	[thread overview]
Message-ID: <m38z83gzy8.fsf@multivac.cwru.edu> (raw)
In-Reply-To: <20020404113907.A12214@fr.thalesgroup.com> =?iso-8859-1?q?(J=E9r=F4me?= Marant's message of "Thu, 4 Apr 2002 11:39:07 +0200")

Jérôme Marant <jerome.marant@fr.thalesgroup.com> wrote:
>   Currently, if you want to handle mailing lists as speficic recipients,
>   i.e. make as if a reply-to contained the mailing list address in mails
>   you receive from that list, you have to edit to-address and to-list
>   variables in group parameters.

to-address is sufficient.

>   However I've seen in other MUA more practical ways of implementing
>   this: a list contains all mailing list addresses you subscribed to
>   and whenever you reply to a mail, the MUA try to find one of
>   these addresses within To: or Cc: and if so, it fills the To: field
>   of your reply with the mailing list address.

I think the way to do this would be:
if Mail-Followup-T is set in the original message
  use it
else
  build a list of recipient addresses from the original message that
  match message-subscribed-*;
  if the list is not empty
    use it as the recipient list for the response
  else
    use the current behavior

I guess this could be wedged into message-get-reply-headers.  I'm not
sure it would be a good idea, though: a thread crossposted to multiple
lists will get silently limited to just whichever list(s) you happen
to be subscribed to.  (to-address is just as bad (or worse) in this
way.)  But you'd still have to edit group parameters to set to-list
for new messages, so I don't see how this saves you any work.

The Right Way is for all MUAs to support MFT.  Effort spent on kluges
to work around the lack of MFT could instead be spent working toward
the real solution, by promoting MFT to MUA maintainers and the other
posters on lists you're subscribed to.


paul



  parent reply	other threads:[~2002-04-04 17:01 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-04  9:39 Jérôme Marant
2002-04-04 14:33 ` Ted Zlatanov
2002-04-04 14:47 ` Nevin Kapur
2002-04-04 15:06 ` Josh Huber
2002-04-04 15:13   ` Josh Huber
2002-04-04 17:01 ` Paul Jarc [this message]
2002-04-04 18:43   ` Reiner Steib
2002-04-04 19:14     ` Paul Jarc
2002-04-27 17:08     ` Jérôme Marant
2002-04-27 19:15       ` Jesper Harder
2002-04-27 19:52         ` Jérôme Marant
2002-04-27 21:40           ` Jesper Harder
2002-04-28  8:34             ` Jérôme Marant
2002-04-27 21:50           ` Kai Großjohann
2002-04-28  7:57             ` Jérôme Marant
  -- strict thread matches above, loose matches on Subject: below --
2002-04-02 11:01 Jérôme Marant
2002-04-02 11:39 ` David Kågedal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m38z83gzy8.fsf@multivac.cwru.edu \
    --to=prj@po.cwru.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).