I don't have the experience at running large mail servers that some of you have; but I would like to comment on RMX. I've been seeing various new user-space programs popping up which do similar things. They seem to work by the user keeping a database of acceptable mail senders. The user dosn't need to do anything except download their mail with this program. If the program finds the sender in the database, it accepts the mail. If it dosn't, it sends the sender a "confirmation request" with some unique id number. If they reply, they get added to the user's database. Thats the general operation. It seems that most well-managed maillists use this technique to filter out spam.

So I'm expecting more popmail programs will start using this type of feature. It would be nice if there was a standard, so that the sender's mail program will recognize a "confirmation request" automatically and auto-send the confirmation, if it's valid. I'm sure there are alot of ways to hack and abuse this, but it has the potential of being a "pretty tight ship" and runs in user space independent of the ISP's.


In reply to Re: (OT) Fighting spam by zentara
in thread (OT) Fighting spam by Aristotle

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.