Katsumi Yamaoka <[EMAIL PROTECTED]> writes:

>>>>>> In <[EMAIL PROTECTED]> Steven Woody wrote:
>
>> ,----[ 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?
>
> Try:
>
> (setq nnmail-split-fancy-match-partial-words t)
>
> In the case where it is nil (by default), the regexp "@lists\\."
> is computed into "\\<@lists\\.\\>", which won't match any mail
> address since "." is not recognized as `word'.  The value t
> prevents it from being surrounded by "\\<...\\>".  Please note,
> changing the value of `nnmail-split-fancy-match-partial-words'
> might also affect other entries in `nnmail-split-fancy'.

thank you! it works thought i am not clear your explain.

-- 
steven woody (id: narke)

Virginia Woolf: Someone has to die Leonard, in order that the rest of
us should value our life more.

        - The Hours (2002)
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to