[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nnmail-fancy-split failing
From: |
Seb |
Subject: |
nnmail-fancy-split failing |
Date: |
Mon, 26 Oct 2009 00:34:25 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
Hi,
I'd like to send messages containing the string "string", possibly
capitalized and surrounded by any other characters, to end up in group
"stringGroup", so I included the following rule:
(setq spam-split-group "Spam"
nnmail-split-methods 'nnmail-split-fancy
nnmail-split-fancy
'(| (: nnmail-split-fancy-with-parent)
("subject" ".*[Ss]tring.*" "diveMove")
(: spam-split)
"Incoming"))
but such messages are invariably ending up in "Incoming". Any idea what
is wrong with this `nnmail-split-fancy' specification? Thanks in advance.
Cheers,
--
Seb
- nnmail-fancy-split failing,
Seb <=