[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Regular express does _not_ work in nnmail-split-fancy
From: |
Steven Woody |
Subject: |
Regular express does _not_ work in nnmail-split-fancy |
Date: |
Sat, 06 Aug 2005 09:43:05 +0800 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) |
please see following samples from my .gnus.el
,----[ Method A ]
| (setq nnmail-split-methods 'nnmail-split-fancy
| nnmail-split-fancy
| `(|
| ...
| (any "sox-users@lists.sourceforge.net" "gen.list")
| (any "rosegarden-user@lists.sourceforge.net" "gen.list")
| (any "tiff@lists.maptools.org" "gen.list")
| (any "gimp-user@lists.xcf.berkeley.edu" "gen.list")
| "mail.misc"
| ))
`----
,----[ Method B ]
| (setq nnmail-split-methods 'nnmail-split-fancy
| nnmail-split-fancy
| `(|
| ...
| (any "@lists\\." "gen.list")
| "mail.misc"
| ))
`----
Methd A works well. but not Method B -- all message will unexpected go to
"mail.misc" instead of "gen.list". where did i make any wrong?
thanks.
--
steven woody (id: narke)
Pepper...is hot and scorches, just like the sun
- Politiki kouzina (2003)
- Regular express does _not_ work in nnmail-split-fancy,
Steven Woody <=