From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44454 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Wanted: Gnus plugin to submit spam to ordb.org Date: Mon, 29 Apr 2002 09:58:19 +0200 (CEST) Sender: owner-ding@hpc.uh.edu Message-ID: References: <877kmrmcfr.fsf@strauser.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1020067212 20582 127.0.0.1 (29 Apr 2002 08:00:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 29 Apr 2002 08:00:12 +0000 (UTC) Cc: ding@hpc.uh.edu Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17264x-0005Lr-00 for ; Mon, 29 Apr 2002 10:00:12 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17263g-000580-00; Mon, 29 Apr 2002 02:58:52 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 29 Apr 2002 02:59:06 -0500 (CDT) Original-Received: from yxa.extundo.com (178.230.13.217.in-addr.dgcsystems.net [217.13.230.178]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id CAA23862 for ; Mon, 29 Apr 2002 02:58:56 -0500 (CDT) Original-Received: from yxa.extundo.com (localhost.localdomain [127.0.0.1]) by yxa.extundo.com (8.12.2/8.12.2) with ESMTP id g3T7wKKg020124; Mon, 29 Apr 2002 09:58:20 +0200 Original-Received: from localhost (jas@localhost) by yxa.extundo.com (8.12.2/8.12.1/Submit) with ESMTP id g3T7wK03020121; Mon, 29 Apr 2002 09:58:20 +0200 X-Authentication-Warning: yxa.extundo.com: jas owned process doing -bs Original-To: Kirk Strauser In-Reply-To: <877kmrmcfr.fsf@strauser.com> Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44454 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44454 On 28 Apr 2002, Kirk Strauser wrote: > I've just configured support for ORDB's service into my mailserver. I'm > still getting a few errant SPAMs, though. Being a programmer and therefore > inherently lazy, I'd like to automate this process. > > The easiest way to report a spammer's mailserver to ORDB for relay testing > is to send an email to a particular address, the format of the body of which > is: > > Relay: xxx.xxx.xxx.xxx > Relay: yyy.yyy.yyy.yyy > ... > Relay: zzz.zzz.zzz.zzz > > where the variables are the IP addresses of candidate open relays. > > The most promising options for me at this time are to 1) re-write Gnus in > Perl or C and then implement my little script in a language I'm actually > good at, or 2) beg the genii on this list to help a poor would-be spam > reporter by writing an elisp program to do the same thing. > > Anybody feel like saving me from re-writing Gnus? :) Isn't ORDB available via DNS? Then you can use dns.el + spam.el or something. Sending mail for each incoming mail seems slow?