Gnus development mailing list
 help / color / mirror / Atom feed
* Fancy-Split / Regexp question
@ 2012-02-06  7:01 michael.zombok
  2012-02-06 14:08 ` Tassilo Horn
  0 siblings, 1 reply; 10+ messages in thread
From: michael.zombok @ 2012-02-06  7:01 UTC (permalink / raw)
  To: ding

Hello gnu'sers,

I am trying hard to setup a fancy-splitting-rule for a mailing list. The
'tag' in the subject header of the mails I want to catch is '[ab-cd-ef]'
(including the braces) but I don't get it. I tried various versions
without success. What is the correct syntax?

(any ".*\\[ab-cd-ef\\].*" "news.ab-cd-ef")
(any ".*\[ab-cd-ef\].*" "news.ab-cd-ef")
(any ".*[ab-cd-ef].*" "news.ab-cd-ef")

???

Of course, it should NOT match a mail with the following tag in the
subject header '[ab]'.

Thank you in advance!

Best,
Michael









^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-02-13 17:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-06  7:01 Fancy-Split / Regexp question michael.zombok
2012-02-06 14:08 ` Tassilo Horn
2012-02-06 15:29   ` Andreas Schwab
2012-02-07  6:20     ` Basil Abou El-Komboz
2012-02-07 15:39   ` Ted Zlatanov
2012-02-07 20:34     ` Lars Ingebrigtsen
2012-02-07 22:34       ` Ted Zlatanov
2012-02-08  8:23         ` Tassilo Horn
2012-02-11 16:26           ` Daniel Dehennin
2012-02-13 17:18             ` Ted Zlatanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).