Andrea Russo <[EMAIL PROTECTED]> writes:

> Marko Lerota <[EMAIL PROTECTED]> writes:
>
>> Doesn't work. I tried all this in my .gnus
>>
>> (setq nnmail-split-methods 'nnmail-split-fancy)
>> (setq nnmail-split-fancy
>>        '(|
>> ("Subject" "*SPAM*" "junk")
>> (| ("x-spam-flag" "yes" "spam")
>> ("^X-Spam-Status: yes$" "spam")
>> ("X-Spam-Flag" "Yes" "junk")
>
> maybe you need also:
>
> (setq nnmail-split-fancy-match-partial-words t)

I just switched:

("X-Spam-Flag" "Yes" "junk") with ("x-spam-flag" "yes" "junk")

and it works. Capital letters were problem, but I don't know why
Subject _must_ be starting with capital S but "to" and "from" 
if you want splitting to work. 

-- 
One cannot sell the earth upon which the people walk
                                                Tacunka Witco 
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to