[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Consequent Matches in `NNMAIL-SPLIT-METHOD'
From: |
Thien-Thi Nguyen |
Subject: |
Re: Consequent Matches in `NNMAIL-SPLIT-METHOD' |
Date: |
Tue, 23 Jun 2009 10:46:27 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
() Volkan YAZICI <volkan.yazici@gmail.com>
() Tue, 23 Jun 2009 11:38:05 +0300
("From" "\"OSNews" "osnews")
In (info "(gnus) Fancy Mail Splitting")
i see:
| Normally, VALUE in these splits must match a complete _word_
|according to the fundamental mode syntax table. In other words, all
|VALUE's will be implicitly surrounded by `\<...\>' markers, which are
|word delimiters. Therefore, if you use the following split, for
|example,
and note that
(let ((s "From: \"OSNews: Kroc Camen\" <donotreply@osnews.com>")
(value "\"OSNews"))
(string-match (concat "\\<" value "\\>") s))
=> nil
You can probably find other interesting info in the documentation,
hint hint.
thi