Re: OT: writing resumes with VT100 for a Lisp job
From: Thomas Schilling (tjs_ng_at_yahoo.de)
Date: 08/09/04
- Previous message: Edi Weitz: "Re: Lisp in hardware"
- In reply to: rem642b_at_Yahoo.Com: "Re: OT: writing resumes with VT100 for a Lisp job"
- Next in thread: Pascal Bourguignon: "Re: OT: writing resumes with VT100 for a Lisp job"
- Reply: Pascal Bourguignon: "Re: OT: writing resumes with VT100 for a Lisp job"
- Reply: rem642b_at_Yahoo.Com: "Re: OT: writing resumes with VT100 for a Lisp job"
- Reply: rem642b_at_Yahoo.Com: "Re: OT: writing resumes with VT100 for a Lisp job"
- Reply: rem642b_at_Yahoo.Com: "Re: OT: writing resumes with VT100 for a Lisp job"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 09 Aug 2004 20:48:26 +0200
Robert Maas wrote:
> You didn't answer my question. If you must accept all e-mail, including
> spam, and *then* filter it locally, what do you propose the filter do
> with all the apparent-spam it finds? Pick from one of the three choices
> I listed above. What my CMUCL-based software currently does is bounce
> the apparent-spam back to the spam-complaint address for whatever the
> last-IP number was.
You know of Paul Grahams nice paper, don't you?
http://www.paulgraham.com/spam.html
(or other papers from http://www.paulgraham.com/antispam.html)
Of course that doesn't help with your question, but I think bouncing them
back is a bad idea for the same reason it is a bad idea to reply to any
spam mail. The spammer then get's the address verified and can sell it for
a better price (or whatever spammers do with that).
>> My setup is a SMTP proxy at my local computer, which does the
>> filtering and is contacted by the eMail client and which contacts the
>> server.
>
> But what exactly happens to all the messages that your filter considers
> as likely spam and hence doesn't deliver into your inbox? (Pick from
> the three options above, or explain any fourth option it does.)
Ok, so in case you haven't read the above mentioned article(s) yet, here's
a short summary: He creates two inboxes--spam and non-spam--and builds up
statistical filtering information. This filter is "intelligent" meaning
that it categorizes spam to *your* criteria. Actually you don't
necessarily need to keep the spam once you told the system that this mail
was spam and it updated the filter. But you could do in order to look for
false-positives once in a month or year. But PG claims that he had less
then 1% false positives. Also there're a lot of filters already
implemented using his technique (bayesian filtering) for e.g. emacs as a
mail client.
HTH
-ts
--
,,
\../ / <<< The LISP Effect
|_\\ _==__
__ | |bb| | _________________________________________________
- Previous message: Edi Weitz: "Re: Lisp in hardware"
- In reply to: rem642b_at_Yahoo.Com: "Re: OT: writing resumes with VT100 for a Lisp job"
- Next in thread: Pascal Bourguignon: "Re: OT: writing resumes with VT100 for a Lisp job"
- Reply: Pascal Bourguignon: "Re: OT: writing resumes with VT100 for a Lisp job"
- Reply: rem642b_at_Yahoo.Com: "Re: OT: writing resumes with VT100 for a Lisp job"
- Reply: rem642b_at_Yahoo.Com: "Re: OT: writing resumes with VT100 for a Lisp job"
- Reply: rem642b_at_Yahoo.Com: "Re: OT: writing resumes with VT100 for a Lisp job"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|