From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27777 Path: main.gmane.org!not-for-mail From: Nevin Kapur Newsgroups: gmane.emacs.gnus.general Subject: Scope of nnmail-split-methods Date: 05 Dec 1999 23:14:24 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <7sg0xgu2n3.fsf@brutus.mts.jhu.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164741 26296 80.91.224.250 (21 Oct 2002 01:45:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:45:41 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id XAA00739 for ; Sun, 5 Dec 1999 23:16:52 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id WAB15516; Sun, 5 Dec 1999 22:16:35 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 05 Dec 1999 22:16:47 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id WAA01406 for ; Sun, 5 Dec 1999 22:16:37 -0600 (CST) Original-Received: from brutus.mts.jhu.edu (brutus.mts.jhu.edu [128.220.17.4]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id XAA00720 for ; Sun, 5 Dec 1999 23:16:12 -0500 (EST) Original-Received: (from kapur@localhost) by brutus.mts.jhu.edu (8.8.8/8.8.8) id XAA04839; Sun, 5 Dec 1999 23:14:25 -0500 (EST) X-Authentication-Warning: brutus.mts.jhu.edu: kapur set sender to nevin@jhu.edu using -f Original-To: ding@gnus.org Original-Lines: 24 User-Agent: Gnus/5.0802 (Gnus v5.8.2) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27777 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27777 I have mail-sources set to ((directory :path "~/.spool" :suffix "" ) (pop :server "jhunix.hcf.jhu.edu" :user "nk2")) I want all my POP mail to go to a group nnml:JHU and hence have (setq nnmail-split-methods '(("nnml:JHU" "^To:.*nk2@jhunix") ("nnml:mail.misc" ""))) However all my POP mail ends up in mail.misc. C-h v nnmail-split-methods says ,---- | *Incoming mail will be split according to this variable. `---- Does my POP mail not count as Incoming mail? Of course nnmail-resplit-incoming is nil since I don't want to resplit incoming procmail sorted mail. -Nevin