Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Louis <usenet26@ossh.com>
Subject: Re: Confusion over to-list v. to-address
Date: Wed, 12 Nov 2003 19:05:31 GMT	[thread overview]
Message-ID: <hhhe19o112.fsf@ossh.com> (raw)
In-Reply-To: <q67r80d7944.fsf@raytheon.com>

"Steven E. Harris" <seharris@raytheon.com> writes:

> There's no substitute for experimentation. With to-list, only fresh
> postings go to the right address. All other replies or follow-ups go
> only to the original author. With to-address, replies and follow-ups
> work mostly as expected, though still different from my "real" mailing
> list groups. For the latter, follow-ups get addressed first to the
> author and are copied to the list. I usually change this around
> manually to avoid copying the author who is obviously subscribed as
> well.
>
> I also just noticed the "subscribed" variable. Is that part of the
> solution? Please advise.

I use the following for mailing lists:

;;-- 

(setq gnus-posting-styles
	'(("nnml:.*"
         (From (save-excursion
                 (set-buffer gnus-article-buffer)
                 (message-fetch-field "to"))))

;; <snipped>

	("^nnml\\+private\\:lug@lug\\.dom"
	 (address "usenet26@ossh.com")
	 (to "lug@lug.dom")
	 (cc nil)
         (signature-file "~/.sig/signature-lug"))
         ;; repeat above for other ML's and NG's
        ))

;; <snipped>

;;--

The above might not be a "proper" way of doing mailing lists in Gnus,
since it sends *all* responses here:

      * (to "lug@lug.dom")

but that isnt a problem for me since I keep private interaction to a
minimum.

-- 
LCC


           reply	other threads:[~2003-11-12 19:05 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <q67r80d7944.fsf@raytheon.com>]

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=hhhe19o112.fsf@ossh.com \
    --to=usenet26@ossh.com \
    /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).