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

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

Re: How to unregister message as spam/ham?


From: Teemu Likonen
Subject: Re: How to unregister message as spam/ham?
Date: Sun, 06 Sep 2009 15:03:20 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

On 2009-09-06 13:50 (+0200), Adam Sjøgren wrote:

> On Sun, 06 Sep 2009 12:42:51 +0200, Adam wrote:
>> Looking in the code, unregistering seems to be handled for
>> bogofilter:
>
> Ah, it is - but an article isn't unregistered if it is going from ham
> to spam, or spam to ham, because, in spam.el's
> spam-resolve-registrations-routine this happens:
>
>          ;; eliminate duplicates
>          (dolist (article (copy-sequence ulist))
>            (when (memq article rlist)
>              (incf delcount)
>              (setq rlist (delq article rlist))
>              (setq ulist (delq article ulist))))

Thanks for the info! What I don't understand yet is that when exactly
does this unregistering work?


reply via email to

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