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

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

Re: Handling "identity jumpers"


From: Karl Kleinpaste
Subject: Re: Handling "identity jumpers"
Date: Fri, 07 Jul 2006 09:54:50 -0400
User-agent: Gnus/5.110005 (No Gnus v0.5) XEmacs/21.5-b27 (linux)

Andrzej Adam Filip <anfi@onet.eu> writes:
> ...a person which frequently changes identities used
> How to autodetect the person in gnus news reader?

Give a mild (e.g. 10-point) score down on the appropriate pattern of
their Message-Id, which probably does not change.

1 0 L i s p AppropriateStringHere RET
Read as: "numeric `10', lower id substring permanent".

If you have a sufficiently kind newsadmin, such that NNTP-Posting-Host
is in overviews, then you can arrange to score down on that, since he
probably connects from approximately the same place all the time:

(setq gnus-extra-headers
      '(Keywords To Newsgroups X-Moodwatch NNTP-Posting-Host))

Then you can...

1 0 L e s p NNTP-Posting-Host RET AppropriateStringHere RET
Read as: "numeric `10', lower extra substring permanent, on the extra
header NNTP-Posting-Host" (tab completion works for elements of g-e-h).


reply via email to

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