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?
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to