From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16585 Path: main.gmane.org!not-for-mail From: Eze Ogwuma Newsgroups: gmane.emacs.gnus.general Subject: Mail Splitting problem Date: 02 Sep 1998 07:46:03 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035155435 28733 80.91.224.250 (20 Oct 2002 23:10:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:10:35 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA05388 for ; Wed, 2 Sep 1998 02:45:16 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id BAF31925; Wed, 2 Sep 1998 01:14:56 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 02 Sep 1998 01:43:42 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id BAA22678 for ; Wed, 2 Sep 1998 01:43:31 -0500 (CDT) Original-Received: from mailhost.dircon.co.uk (mailhost.dircon.co.uk [194.112.32.65]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA05373 for ; Wed, 2 Sep 1998 02:43:27 -0400 (EDT) Original-Received: from localhost.localdomain (bh-cw32-237.pool.dircon.co.uk [194.112.60.237]) by mailhost.dircon.co.uk (8.9.1/8.8.7) with ESMTP id HAA12893 for ; Wed, 2 Sep 1998 07:43:24 +0100 (BST) Original-Received: (from zcaceog@localhost) by localhost.localdomain (8.8.7/8.8.7) id HAA18280; Wed, 2 Sep 1998 07:46:05 +0100 Original-To: ding@gnus.org Original-Lines: 61 X-Mailer: Gnus v5.6.42/XEmacs 20.4 - "Emerald" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:16585 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:16585 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:.") 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:.") (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:.") (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