Gnus development mailing list
 help / color / mirror / Atom feed
From: Bill White <billw@wolfram.com>
Subject: But I *like* crossposts...
Date: 15 Dec 2000 08:52:44 -0600	[thread overview]
Message-ID: <ruopuithh37.fsf@g.wolfram.com> (raw)

Every night in the middle of the night I send 2 daily automated
mailings (2 messages) to my email address, some other individual
addresses, and 2 mailing lists that I'm subscribed to.  Basically a
cron job calls something like this:

(defun mail-oor ()
  (let* ((liturgical-date (calendar-catholic-variable-name (rc-current-date)))
         (emailname (cdr (assoc 'emailname (symbol-value (intern-soft liturgical-date)))))
         (subject (format "OOR 2nd Reading for %s" emailname))
         (filename (format "/billw/catholic/oor/master-list/%s.txt" liturgical-date)))
  (message-mail "list1@lists.com, list2@listsgalore.com, 
                 billw@wolfram.com, person@here.com, person@there.com" 
               subject)
  (insert-file filename)
  (message-send)))

I subscribe to the two lists in question and receive all other
messages from the lists.  

When I check my mail in the morning only one copy of each message
appears and that's in my main inbox, the last group mentioned in my
nnmail-split-methods variable.

I would like to see the messages I sent to the mailing lists, which
the lists would have sent to me, and which gnus would have split into
the lists' groups via nnmail-split-methods.  However, they *don't*
appear in those groups even though I can verify through the lists'
websites that the messages really did arrive there and were mailed to
subscribers.

How can I make all my crossposts appear in their various gnus groups
when I download mail?

I don't seem to be doing duplicate suppression:

,----[ C-h v gnus-suppress-duplicates RET ]
| gnus-suppress-duplicates's value is 
| nil
| 
| Documentation:
| *If non-nil, Gnus will mark duplicate copies of the same article as read.
| 
| You can customize this variable.
| 
| Defined in `gnus'.
`----

Thanks -

bw
-- 
Bill White . billw@wolfram.com . http://members.wri.com/billw
"No ma'am, we're musicians."



             reply	other threads:[~2000-12-15 14:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-15 14:52 Bill White [this message]
2000-12-15 16:53 ` Kai Großjohann

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=ruopuithh37.fsf@g.wolfram.com \
    --to=billw@wolfram.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).