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

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

Re: spam splitting


From: Andrea Russo
Subject: Re: spam splitting
Date: Tue, 10 Oct 2006 16:20:20 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

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)

,----[ (info "(gnus)Fancy Mail Splitting") ]
| 
|   1. You can set the `nnmail-split-fancy-match-partial-words' variable
|      to non-`nil' in order to ignore word boundaries and instead the
|      match becomes more like a grep.  This variable controls whether
|      partial words are matched during fancy splitting.  The default
|      value is `nil'.
| 
|      Note that it influences all VALUE's in your split rules.
`----

Regards,
Andrea.

-- 
Reclama i tuoi diritti digitali, elimina il DRM.  Approfondisci su
http://www.no1984.org
Reclaim your digital rights, eliminate DRM.  Learn more at
http://www.defectivebydesign.org/what_is_drm





reply via email to

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