From ... Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed1.bredband.com!bredband!uio.no!Norway.EU.net!not-for-mail From: Erik Naggum Newsgroups: comp.lang.lisp Subject: Re: New Paul Graham Article Date: 17 Aug 2002 03:51:05 +0000 Organization: Naggum Software, Oslo, Norway Lines: 30 Message-ID: <3238545065548483@naggum.no> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: oslo-nntp.eunet.no 1029556265 23986 193.71.199.50 (17 Aug 2002 03:51:05 GMT) X-Complaints-To: abuse@KPNQwest.no NNTP-Posting-Date: 17 Aug 2002 03:51:05 GMT Mail-Copies-To: never User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.lisp:38171 * none@vanderbilt.edu (sv0f) | On a statistical approach to filtering spam, with Lisp code, here: Spam has to be dealt with at the transport level. The ability of strangers to send you mail must be curtailed. Several large sites offer a system to reject all mail from unknown correspondents, temporarily or permanently, and wait for the reader of the log to accept incoming mail from addresses that look familiar. Another option is to accept delivery but return transport- like error messages if the user does not want the message. Yet another option is to see if the smtp client is set up to accept mail for the domain that it tries to deliver mail from. Yet another option is to temporarily reject all mail from unknown sources and utilize the fact that spammers have no resources to queue messages for later delivery. And then you can always implement a scheme that returns a temporary rejection, but sends a mail to the originator independently asking for confirmation that he is human and by accepting the conditions that unsolicited commercial e-mail carries a fee that /will/ be collected. Failure to accept the conditions will cause the temporary rejection never to be lifted, thus using up queue space in the offending server, which any sysadmin will notice and take care of even if they do not bother to fix their system configuration to avoid relaying spam. Should the conditions be accepted, the message is allowed through. If you allow the message to be delivered and waste CPU or brain time, the spammers have won a small victory. That is just wrong. Spammers must die. -- Erik Naggum, Oslo, Norway Act from reason, and failure makes you rethink and study harder. Act from faith, and failure makes you blame someone and push harder.