Gnus development mailing list
 help / color / mirror / Atom feed
From: Eze Ogwuma <typhoon@dircon.co.uk>
Subject: Mail Splitting problem
Date: 02 Sep 1998 07:46:03 +0100	[thread overview]
Message-ID: <m3ogsznhas.fsf@localhost.localdomain> (raw)

Hi,

I am running 5.6.42 and I have encountered a mail splitting problem. 

Most of my mail is split by functions like:

       (list (format-time-string "redhat.list.%Y.%m") 
	     "^X-Mailing-List:.<redhat-list@redhat.com>")

However I've found that the only new group to arrive this month was the 
archive group. I've checked in the Mail directory and the groups
aren't being created there either.

It seems that mail is just being put into the old folders (I hope so
anyway).


Below are the functions that I use to split my mail and to create my
archive groups.

;; Create archive group
     (setq gnus-message-archive-group
           '((if (message-news-p)
                 "misc-news"
               (concat "misc-mail-" (format-time-string
                                "%Y-%m" (current-time))))))

;; Split mail into groups
(setq nnmail-split-methods
      (list
       (list (format-time-string "redhat.list.%Y.%m") 
	     "^X-Mailing-List:.<redhat-list@redhat.com>")
       (list (format-time-string "manhattan.%Y.%m")
	     "^Resent-From:.manhattan-list@redhat.com")
       (list (format-time-string "rpm.%Y.%m") 
	     "^\\(To\\|Resent-From\\):.*rpm-list")
       (list (format-time-string "Applixware.%Y.%m") 
	     "^\\(To\\|Resent-From\\):.*applixware-list")
       (list (format-time-string "Gnus.%Y.%m") 
	     "^\\(To\\|Cc\\|From\\):.*\\(ding\\|gnus\\|Lars Magne Ingebrigtsen\\)")
       (list (format-time-string "exmh.%Y") 
	     "^\\(To\\|Resent-From\\):.*exmh")
       '("pgsql" "^Sender:.*@hub.org")
       '("pgsql" "^\\(To\\|Cc\\):.*\\(pgsql\\|postgreSQL\\)")
       (list (format-time-string "announce.%Y") 
	     "^Resent-From:.redhat-announce-list@redhat.com")
       (list (format-time-string "watch.%Y")
	      "^X-Mailing-List:.<redhat-watch-list@redhat.com>")
       (list (format-time-string "contrib.%Y") 
	     "^Resent-From:.contrib-list@redhat.com")
       '("CS" "^From:.*@cs.ucl.ac.uk")
       '("executor" "^From:.owner-executor-digest@ardi.com")
       '("Wine" "^To:.wine-patches@tiger.informatik.hu-berlin.de")
       '("qddb" "^\\(To\\|Cc\\|From\\):.*\\(hsdi.com\\|qddb-users\\)")
       '("ghostscript" "^\\(To\\|Cc\\|From\\):.*ghost@typhoon.dircon.co.uk")
       '("mail.system" "^\\(From\\|Subject\\):.*\\(Mail Delivery Subsystem\\|MAILER-DAEMON\\|postmaster\\|Undeliverable Message\\)")
       '("mail.misc" "^\\(To\\|Cc\\|From\\):.*\\(typhoon\\|zcaceog\\|zcapk09\\|students\\|ogwuma\\)")
       '("spam" "")))

-- 
Eze Ogwuma


             reply	other threads:[~1998-09-02  6:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-09-02  6:46 Eze Ogwuma [this message]
1998-09-02  9:43 ` Eze Ogwuma
1998-09-02 11:23   ` Kai Grossjohann
1998-09-02 12:24     ` Lars Magne Ingebrigtsen
1998-09-02 13:15     ` Eze Ogwuma

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=m3ogsznhas.fsf@localhost.localdomain \
    --to=typhoon@dircon.co.uk \
    /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).