From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15304 Path: main.gmane.org!not-for-mail From: Rolf Marvin B|e Lindgren Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus 5.6.11 Date: Tue, 09 Jun 1998 06:02:38 GMT Organization: SunSITE Denmark (sunsite.auc.dk) Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035154361 21390 80.91.224.250 (20 Oct 2002 22:52:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:52:41 +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 DAA31530 for ; Tue, 9 Jun 1998 03:10:19 -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 GAA32426 for ; Tue, 9 Jun 1998 06:07:00 -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 EAS09891; Tue, 9 Jun 1998 04:39:31 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 09 Jun 1998 05:03:18 -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 FAA22665 for ; Tue, 9 Jun 1998 05:03:05 -0500 (CDT) Original-Received: (qmail 24432 invoked by uid 504); 9 Jun 1998 10:02:45 -0000 Original-Received: (qmail 24429 invoked from network); 9 Jun 1998 10:02:44 -0000 Original-Received: from sunsite.auc.dk (130.225.51.30) by claymore.vcinet.com with SMTP; 9 Jun 1998 10:02:44 -0000 Original-Received: (qmail 26823 invoked by uid 509); 9 Jun 1998 06:02:39 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: emacs.ding Original-Lines: 41 X-Newsreader: Gnus v5.6.11/Emacs 20.2 Original-NNTP-Posting-Host: morgoth.uio.no Original-NNTP-Posting-Date: Tue, 09 Jun 1998 08:02:38 MET DST Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15304 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15304 [Hrvoje Niksic] | I introduced the new regexp-quoting (Gnus failed on Windows without | it), so I feel responsible. Although the changes are generally fine, | I see one that's not. Try this patch: if this is how nnmail-get-split-group is supposed to be, it still doesn't work. (defun nnmail-get-split-group (file group) "Find out whether this FILE is to be split into GROUP only. If GROUP is non-nil and we are using procmail, return the group name only when the file is the correct procmail file. When GROUP is nil, return nil if FILE is a spool file or the procmail group for which it is a spool. If not using procmail, return GROUP." (if (or (eq nnmail-spool-file 'procmail) nnmail-use-procmail) (if (string-match (concat "^" (regexp-quote (expand-file-name (file-name-as-directory nnmail-procmail-directory))) "\\([^/]*\\)" (regexp-quote nnmail-procmail-suffix) "$") (expand-file-name file)) (let ((procmail-group (substring (expand-file-name file) (match-beginning 1) (match-end 1)))) (if group (if (string-equal group procmail-group) group nil) procmail-group)) nil) group)) -- Rolf Lindgren | "The opinions expressed above are Sofienberggt. 13b | not necessarily those of anyone" N-0551 OSLO | roffe@ask.uio.no .