all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: UDP/DNS in Emacs
Date: Sun, 31 Mar 2002 18:54:48 +0200	[thread overview]
Message-ID: <m3lmc81xuv.fsf@quimbies.gnus.org> (raw)
In-Reply-To: 200203311640.g2VGecR10784@aztec.santafe.edu

Richard Stallman <rms@gnu.org> 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

  reply	other threads:[~2002-03-31 16:54 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-30 17:21 UDP/DNS in Emacs Lars Magne Ingebrigtsen
2002-03-30 18:13 ` Eli Zaretskii
2002-03-30 18:28   ` Lars Magne Ingebrigtsen
2002-03-30 19:26     ` Lars Magne Ingebrigtsen
2002-03-30 21:42       ` Simon Josefsson
2002-03-30 22:41         ` Lars Magne Ingebrigtsen
2002-03-30 23:26           ` Lars Magne Ingebrigtsen
2002-03-31  6:11           ` Eli Zaretskii
2002-03-31 14:55             ` Lars Magne Ingebrigtsen
2002-03-31 17:01               ` Eli Zaretskii
2002-04-01  2:18                 ` Stefan Monnier
2002-04-01  5:49                   ` Eli Zaretskii
2002-04-01 16:39                 ` Richard Stallman
2002-03-31 16:40       ` Richard Stallman
2002-03-31 17:08         ` Lars Magne Ingebrigtsen
2002-03-31 16:40 ` Richard Stallman
2002-03-31 16:54   ` Lars Magne Ingebrigtsen [this message]
2002-03-31 19:38     ` Eli Zaretskii
2002-04-02 12:34       ` Per Abrahamsen
2002-04-03  7:50         ` Eli Zaretskii
2002-04-04 15:45           ` Per Abrahamsen
2002-04-04 15:08             ` Alan Shutko
2002-04-05 10:02             ` Eli Zaretskii
2002-04-05 10:57               ` Paul Eggert
2002-04-05 12:03               ` Per Abrahamsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3lmc81xuv.fsf@quimbies.gnus.org \
    --to=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.