info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: spam splitting


From: Marko Lerota
Subject: Re: spam splitting
Date: Wed, 11 Oct 2006 13:54:06 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (berkeley-unix)

Andrea Russo <rast4ndy@gmail.com> writes:

> Marko Lerota <name.ln@zg.t-com.hr> 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 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]