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

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

Re: How to combine spam-split with Subject filtering.


From: Reiner Steib
Subject: Re: How to combine spam-split with Subject filtering.
Date: Thu, 13 Jan 2005 09:18:55 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

On Thu, Jan 13 2005, Tim McNamara wrote:

> Uwe Brauer <oub@mat.ucm.es> writes:
>
> <snip>
>
>> [SPAM POSIBLE:]
>
> <snip>
>
>>  '(|
>>    ("Subject" "[POSIBLE SPAM]:" "SPAM.POSS")
>
> [SPAM POSIBLE:] does not equal [POSIBLE SPAM]:
>
> Could that be the problem?

"[POSIBLE SPAM]:" is equal to "[ABEILMOPS ]:", i.e. one of the
letters ABEILMOPS or Space, followed by a colon.

Uwe needs to quote the brackets:

  ("Subject" "\\[POSIBLE SPAM\\]:" "SPAM.POSS")
or
  ("Subject" "\\[SPAM POSIBLE:\\]" "SPAM.POSS")

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

reply via email to

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