From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51459 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: How many people mark spam in gmane groups? Date: Tue, 15 Apr 2003 07:34:46 +0200 Organization: Probably a good idea Sender: ding-owner@lists.math.uh.edu Message-ID: <8765pgjpc9.fsf@doohan.bang.priv.no> References: <4n4r5aowwm.fsf@chubby.bwh.harvard.edu> <87llyfsoi6.fsf@eris.void.at> <877k9y1x96.fsf@eris.void.at> <4nvfxgri1d.fsf@lockgroove.bwh.harvard.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1050387067 566 80.91.224.249 (15 Apr 2003 06:11:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 15 Apr 2003 06:11:07 +0000 (UTC) Original-X-From: ding-owner+M3@lists.math.uh.edu Tue Apr 15 08:11:06 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 195Jer-000090-00 for ; Tue, 15 Apr 2003 08:11:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 195JfR-0004rt-00; Tue, 15 Apr 2003 01:11:41 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 195Jca-0004hp-00 for ding@lists.math.uh.edu; Tue, 15 Apr 2003 01:08:44 -0500 Original-Received: (qmail 88305 invoked by alias); 15 Apr 2003 06:08:43 -0000 Original-Received: (qmail 87009 invoked from network); 15 Apr 2003 05:34:48 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 15 Apr 2003 05:34:48 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 195J6m-0004eN-00 for ; Tue, 15 Apr 2003 07:35:52 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 17 Original-NNTP-Posting-Host: lj6t81.cm.chello.no Original-X-Trace: quimby.gnus.org 1050384952 17534 80.111.29.5 (15 Apr 2003 05:35:52 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 15 Apr 2003 05:35:52 GMT Mail-Copies-To: never User-Agent: Gnus/5.090018 (Oort Gnus v0.18) XEmacs/21.4 (Common Lisp, linux) Cancel-Lock: sha1:6cDjKURVsDbcSdci634f1/ycpEo= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:51459 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51459 >>>>> Reiner Steib <4.uce.03.r.s@nurfuerspam.de>: > I let leafnode fetch from news.gmane.org, so my Gmane groups don't > match "^nntp+.*:gmane." and the article numbers aren't of any use. I, on the other hand, read directly from news.gmane.org, and prefer not to open and display the spam articles, so I use this to report the spam (sligthly hacked from something Larsi hacked up): (defun gmane-gnus-summary-report-spam () "Report gmane spam." (interactive) (browse-url (format "http://spam.gmane.org/%s:%d" (gnus-group-real-name gnus-newsgroup-name) (gnus-summary-article-number))))