From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12380 Path: main.gmane.org!not-for-mail From: Kim-Minh Kaplan Newsgroups: gmane.emacs.gnus.general Subject: Re: nnmail-split-methods and regexp matching Date: 27 Sep 1997 16:51:11 +0200 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035151926 3485 80.91.224.250 (20 Oct 2002 22:12:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:12:06 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id NAA22015 for ; Sat, 27 Sep 1997 13:56:52 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id PAA03063 for ; Sat, 27 Sep 1997 15:50:33 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Sat, 27 Sep 1997 22:05:01 +0200 Original-Received: (qmail 4635 invoked by uid 504); 27 Sep 1997 20:04:59 -0000 Original-Received: (qmail 4632 invoked from network); 27 Sep 1997 20:04:59 -0000 Original-Received: from lombric.s-ip.eunet.fr (root@193.107.197.179) by claymore.vcinet.com with SMTP; 27 Sep 1997 20:04:58 -0000 Original-Received: (from kaplan@localhost) by lombric.s-ip.eunet.fr (8.8.5/8.8.5) id QAA01721; Sat, 27 Sep 1997 16:51:12 +0200 Original-To: ding@gnus.org X-Face: C!5Mk_!qB]35}VpD|H>GN/@fk%~7:*/x8&~\]|r|)/zV?rJ){uX4Nh`a$L/z__Kx4Gt!mDU 3kZlj)F2]Ds$?l';SO9]v^|[i2nY`pZ+mu+HT%5ITkuP#e]@8F4@Hc.=]oN1+d\M@Rl>-$C?h$yntf -JVx)3L2}VzG.!bQEy]~I_3fup`HtZ^t/Iz.|Vh$~o`^g\ In-Reply-To: hardaker@calwest.net's message of "26 Sep 1997 11:08:58 -0700" Original-Lines: 19 X-Mailer: Quassia Gnus v0.11/XEmacs 19.15 Xref: main.gmane.org gmane.emacs.gnus.general:12380 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12380 >>>>> On September 26, 1997, hardaker said: hardaker> Anyway, what I was wondering is if the resulting folder name hardaker> can be used as follows: hardaker> ("\\1" "\\([A-Za-z]+\\)@blah.org") I don't know if this will work with Gnus. It certainly works if you use `nnmail-split-fancy'. But I would advise against using such unrestricted regexps. Unless Gnus explicitly escapes all the "." and "/" in the user name, people could easily write some files just about anywhere you can... hardaker> "Ninjas aren't dangerous. They're more afraid of you than hardaker> you are of them." What you suggest can be much more dangerous than ninjas :-) Kim-Minh.