Dear Monks, It is probably to good to be true but I've come up with yet another antispam idea, and am curious about which module to use. There is a writeup but basically I want not to filter by content, but to create virtual email addresses often and wipe out old ones.

Note: This is naive and I just thought of it today. Maybe it's been done before or has some fatal flaw. Also I don't have experience with sendmail filtering. Anyway, to see if it works, I need to choose a base SMTP server implementation (in perl of course). I am guessing this cannot be done with just Sendmail::PMilter.

So, does anyone have experience to help choose which module to use as a base? Candidates seem to include Sendmail::PMilter, Net::SMTP::Server, NetServer::SMTP (though old), Net::SMTP, POE::Component::Server::SMTP (though it is an empty husk), and Net::Server::Mail (which looks nice). At the moment I'm planning on jumping in with the last choice.

Thanks for your help!

Matt R.

UPDATE: Thanks tirwhan, I had not seen the very similar idea posted a month ago by tomazos. How wierd. I've updated my page with the info and replied to him too since he thought of it first. Though with a slightly different focus, I think his replies to the standard "why your antispam solution won't work" form letter also apply to mine too.


In reply to Preferred module for SMTP server? by mattr

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.