Gnus development mailing list
 help / color / mirror / Atom feed
* Mail Splitting problem
@ 1998-09-02  6:46 Eze Ogwuma
  1998-09-02  9:43 ` Eze Ogwuma
  0 siblings, 1 reply; 5+ messages in thread
From: Eze Ogwuma @ 1998-09-02  6:46 UTC (permalink / 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1998-09-02 13:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-09-02  6:46 Mail Splitting problem Eze Ogwuma
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

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).