From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54854 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: spam.el: automatically resplitting ham in a spam group? Date: Wed, 19 Nov 2003 21:51:28 +0000 Sender: ding-owner@lists.math.uh.edu Message-ID: <87ptfoni1r.fsf@emptyhost.emptydomain.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1069278754 18328 80.91.224.253 (19 Nov 2003 21:52:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Nov 2003 21:52:34 +0000 (UTC) Original-X-From: ding-owner+M3394@lists.math.uh.edu Wed Nov 19 22:52:32 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AMaFS-0007iI-00 for ; Wed, 19 Nov 2003 22:52:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AMaEm-0006E6-00; Wed, 19 Nov 2003 15:51:48 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AMaEi-0006E1-00 for ding@lists.math.uh.edu; Wed, 19 Nov 2003 15:51:44 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 163E43A0047 for ; Wed, 19 Nov 2003 15:51:43 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1AMaEg-00023W-00 for ; Wed, 19 Nov 2003 22:51:42 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 13 Original-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de Original-X-Trace: quimby.gnus.org 1069278702 7644 213.203.244.156 (19 Nov 2003 21:51:42 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Wed, 19 Nov 2003 21:51:42 +0000 (UTC) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:0/nPQyxCApAWYBqausy85aCKWMk= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54854 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54854 nnimap knows how to split mail from a group into other groups, but it is restricted to nnimap groups. I wonder if that code can be leveraged, somehow, to split from any group to any other group... Maybe it's sufficient to hang a function off of getting news which just enters the ham.proven group and performs resplitting there, for all articles it finds? But of course it would be nice if the spam package supported resplitting as a ham process destination, or suchlike. I would use it, for sure ;-) Kai