From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/811 Path: news.gmane.org!not-for-mail From: Andrew Nesbit Newsgroups: gmane.emacs.gnus.user Subject: Mapping of group names to filenames with nnml Date: 24 Jul 2002 02:59:06 +1000 Message-ID: <87bs8yl6sl.fsf@lensflare.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138667717 8506 80.91.229.2 (31 Jan 2006 00:35:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:35:17 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:28:09 2006 Original-Path: quimby.gnus.org!news.ccs.neu.edu!news.dfci.harvard.edu!news.cis.ohio-state.edu!usenet01.sei.cmu.edu!logbridge.uoregon.edu!news.maxwell.syr.edu!news1.optus.net.au!optus!spool01.syd.optusnet.com.au!spool.optusnet.com.au!not-for-mail Original-Sender: andrew@anima Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-NNTP-Posting-Host: 210.49.220.237 Original-X-Trace: 1027443546 11268 210.49.220.237 Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:951 Original-Lines: 24 X-Gnus-Article-Number: 951 Tue Jan 17 17:28:09 2006 Xref: news.gmane.org gmane.emacs.gnus.user:811 Archived-At: Hi, I just need to get this clear so that I can get my Procmail-filtering recipes working nicely with Gnus. I can't find the answers in the manual, nor the FAQ. If I've missed something, please point me in the right direction. I take it from experience that periods in group names cause nnml to store these groups as a directory hierarchy. For example, `nnml:mail.misc' has its messages stored under mail/misc, relative to the setting of `nnml-directory'. Do any other characters in group names have side-effects like this? What about for other backends? If I have a procmail-generated spool file named, say, `debian.user.spool', combined with a mail-source specifier like (directory :path "~/Mail/Spool/" :suffix ".spool") then does that mean that the group will be called `debian.user' and that nnml will create a directory hierarchy, as described above, to store its messages? Thanks for the help. Andrew.