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

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

Re: Best scoring tips


From: Reiner Steib
Subject: Re: Best scoring tips
Date: Thu, 13 May 2004 18:18:14 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

On Wed, May 12 2004, Xavier Maillard wrote:

> On 12 May 2004, Reiner Steib wrote:
>> On Wed, May 12 2004, Xavier Maillard wrote:
[...]
>> It would be nice if you could collect the answers and prepare an
>> addition for `gnus.texi' (info "(gnus)Scoring Tips") with the best
>> suggestions.
>
> If I can collect enough information, there is no problem :)

Some examples...

Increase own postings followups to own postings:

(("message-id"
  ("@my\\.mid\\.domain\\.invalid>" 1000 nil r))
 ("references"
  ;; my post and followups to my postings
  ;; my post somewhere in the References:
  ("@my\\.mid\\.domain\\.invalid>." 1 nil r)
  ;; my post near the end of the References:
  ("@my\\.mid\\.domain\\.invalid>[^>]+>[^>]+>[^>]+>[^>]+>$" 500 nil r)
  ("@my\\.mid\\.domain\\.invalid>[^>]+>[^>]+>[^>]+>$" 1000 nil r)
  ("@my\\.mid\\.domain\\.invalid>[^>]+>[^>]+>$" 2000 nil r)
  ("@my\\.mid\\.domain\\.invalid>[^>]+>$" 5000 nil r)
  ;; direct FollowUp to my post:
  ("@my\\.mid\\.domain\\.invalid>$" 10000 nil r)))

Spam:

(("from"
  ;; global negatives (UCE, ...) ...
  ("@aol.com"           -200 nil s)
  ("@hotmail."          -200 nil s)
  ("@firemail."         -200 nil s)
  ("@nowhere.com"       -200 nil s)
  ("@onebox.com"        -200 nil s)
  ("@wanadoo.fr"        -200 nil s)
  ("@trafficmagnet.net" -200 nil s)
  ;; compensation for false positives go here:
  ("foo_bar@hotmail.com" 200 nil s))
 ("subject"
  ("\\(discounts\\|million\\|Check this\\|adult\\|porn\\viagra\\|penis\\)" 
-1500 nil r)
  ("\\(Ink\\|Toner.*\\)Cartridges" -1500 nil r)
  ("Uncertainty Principle" -1500 nil s)
  ("  [0-9]+[0-9][0-9][0-9]$" -1500 nil R)
  ("^[0-9][0-9][0-9][0-9][0-9]+" -1500 nil R)
  ("^\\([Rr][Ee]: +\\)?[^a-z][^a-z][^a-z][^a-z][^a-z]+$" -1 nil R)
  ("\\<\\(sex\\|free\\|girl\\)\\>.*\\<\\(sex\\|free\\|girl\\)\\>" -1500 nil r)
  
("\\<\\(new\\|free\\|low\\)\\>.*\\<\\(hits\\|site\\|sale\\|money\\|price\\)\\>" 
-1501 nil r)
  
("\\<\\(hits\\|site\\|sale\\|money\\|price\\)\\>.*\\<\\(free\\|new\\|low\\)\\>" 
-1502 nil r)
  ("\\<\\(make\\|fast\\|big\\)\\s-*\\(money\\|cash\\|bucks?\\)\\>" -1500 nil r)
  ("$$.*$$" -1500 nil r)
  ("^ *\\([(<]none[>)]\\|(unknown)\\|\\|(no subject\\( given\\)?)\\)? *$" -10 
nil r)
  ("\\(for\\|4\\)[- ]*sale" -100 nil r)))

Trolls and people feeding the troll and similar:

(("from"
  ("Some Name" -1000 nil s)
  ("Other Name" -1000 nil s))
 ("followup"
  ("Some Name" -100 nil s)
  ("Other Name" -100 nil s))
 ("references"
  ;; A troll with random domain name in MIDs:
  
("<[A-F0-9]\\{16\\}\\.[A-F0-9]\\{16\\}@[a-z]\\{8\\}\\.[a-z]\\{8\\}>[^>]+>[^>]+>$"
 -10 nil R)
  ("<[A-F0-9]\\{16\\}\\.[A-F0-9]\\{16\\}@[a-z]\\{8\\}\\.[a-z]\\{8\\}>[^>]+>$" 
-100 nil R)
  ("<[A-F0-9]\\{16\\}\\.[A-F0-9]\\{16\\}@[a-z]\\{8\\}\\.[a-z]\\{8\\}>$" -1000 
nil R)
  ("@nestle\\.ai\\.mit\\.edu>[^>]+>[^>]+>$" -1 nil r)
  ("@nestle\\.ai\\.mit\\.edu>[^>]+>$" -10 nil r)
  ("@nestle\\.ai\\.mit\\.edu>$" -100 nil r)))

>> > Oh, and is it recommended to «mix» adaptative and normal scoring ? 
>> 
>> I use both all the time.
>
> And you didn't have any problem whith that, right ?

Yes.  But I only do adaptative scoring for expirable, killed and catchup.

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


reply via email to

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