On Tue, 02 Dec 2003, dmaze@mit.edu wrote: > Ted Zlatanov writes: > >> I am considering adding spam *recognition* when you enter a group, >> which would be useful for NNTP groups which have no splitting. >> Unseen articles would be checked against a blacklist, for instance. > > Oh, I already have code to do that; I don't use it for nntp, but I > do use it for another [MIT-local] read-only backend. David, thanks for the idea. I went from there and produced the attached patch. Please look it over. It introduces symbolic returns of 'ham or 'spam from spam-split if requested, uses the registry so it doesn't recheck cross-posted articles, and generally behaves well enough that I'm happy with it. If it works for you, I can put it in the CVS repository. For Gnus maintainers: this patch produces VERY slow customization buffers, both for groups/topics parameter autodetect-methods and for the parameter variable gnus-autodetect-methods. Can someone please tell me what I'm doing wrong? I may have to break out the spam.el customizations from the regular `G c' customization buffer so I'm not slowing down Gnus in general. Thanks Ted