From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.devel Subject: Re: UDP/DNS in Emacs Date: Sun, 31 Mar 2002 18:54:48 +0200 Organization: Programmerer Ingebrigtsen Sender: emacs-devel-admin@gnu.org Message-ID: References: <200203311640.g2VGecR10784@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017593858 25535 127.0.0.1 (31 Mar 2002 16:57:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 31 Mar 2002 16:57:38 +0000 (UTC) Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16rieA-0006dk-00 for ; Sun, 31 Mar 2002 18:57:38 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16rioz-00023I-00 for ; Sun, 31 Mar 2002 19:08:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16ridl-0000df-00; Sun, 31 Mar 2002 11:57:13 -0500 Original-Received: from main.gmane.org ([80.91.224.249]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16ribb-0000Lj-00 for ; Sun, 31 Mar 2002 11:54:59 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.33 #1 (Debian)) id 16ribQ-0006cQ-00 for ; Sun, 31 Mar 2002 18:54:48 +0200 Original-To: emacs-devel@gnu.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.33 #1 (Debian)) id 16ribQ-0006cI-00 for ; Sun, 31 Mar 2002 18:54:48 +0200 Original-Path: not-for-mail Original-Newsgroups: gmane.emacs.devel Original-Lines: 34 Original-NNTP-Posting-Host: quimbies.gnus.org Original-X-Trace: main.gmane.org 1017593688 23756 80.91.231.2 (31 Mar 2002 16:54:48 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Sun, 31 Mar 2002 16:54:48 +0000 (UTC) Mail-Copies-To: never X-Now-Playing: Various's _The Unaccompanied Voice: An A Capella Compilation_: "Appendix Out - Four Nights Drunk" User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) X-Face: |J List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2278 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2278 Richard Stallman writes: > I agree with Eli that it is a bad idea to delete spam under the > control of ORBS. Well, ORBS is dead now (and so is ORBZ), but there are similar services going still. But this isn't really about deleting spam in a Gnus context. Gnus splits incoming mail into different groups based on various rules given by the user. What I'm building now is a convenient way for users to split mail into a "spam" group using various methods. The user will determine themselves which bits to use. There's a white-list (of addresses explicitly allowed through), a black-list (the inverse), these RBL things, Vipul's Razor (sha1 digests on message bodies), and so on. The user will construct predicates that say how to use these things. (or blacklist-p (and (not whitelist-p) (or (> rbl 4) vipul-p))) To say that something is to be split into the "spam" group if it's on the blacklist, and it's not on the whitelist, and more than 4 rbl's have deemed the relays to be open, or vipul has marked the message contents to be spam. And so on. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen