From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15353 Path: main.gmane.org!not-for-mail From: Eze Ogwuma Newsgroups: gmane.emacs.gnus.general Subject: Splitting mail Date: 23 Jun 1998 03:19:11 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035154400 21663 80.91.224.250 (20 Oct 2002 22:53:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:53:20 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.0/8.9.0) with ESMTP id TAA03708 for ; Mon, 22 Jun 1998 19:38:18 -0700 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id WAA12543 for ; Mon, 22 Jun 1998 22:34:08 -0400 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 VAS03851; Mon, 22 Jun 1998 21:04:17 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 22 Jun 1998 21:27:56 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id VAA23168 for ; Mon, 22 Jun 1998 21:27:42 -0500 (CDT) Original-Received: (qmail 15315 invoked by uid 504); 23 Jun 1998 02:27:19 -0000 Original-Received: (qmail 15311 invoked from network); 23 Jun 1998 02:27:17 -0000 Original-Received: from bh-cw03-232.pool.dircon.co.uk (HELO typhoon.dircon.co.uk) (zcaceog@194.112.51.232) by claymore.vcinet.com with SMTP; 23 Jun 1998 02:27:16 -0000 Original-Received: (from zcaceog@localhost) by typhoon.dircon.co.uk (8.8.7/8.8.7) id DAA12578; Tue, 23 Jun 1998 03:25:46 +0100 Original-To: ding@gnus.org X-Mailer: Gnus v5.6.10/XEmacs 20.4 - "Emerald" Original-Lines: 17 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15353 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15353 Hi, I'm trying to change my mail split to automatically add the month and year to the end of each folder. However rules of this format are ignored by nnmail-split-methods. Does anyone know why? ((concat mail.misc. (format-time-string "%Y-%m" (current-time))) "^To:.*typhoon*") (list (format-time-string "mail.misc-%m-%y") "^To:.*zcaceog*") Thanks. -- Eze Ogwuma