The questions these comments brings to mind are the effects on a three tier mail design a pair of us were playing with once. The idea was the outermost layer (MX points to these servers) just does nothing but ID whether email is talking to a legitimate address. In this case the address book would be some common source, such as a LDAP server. Second layer would accept messages and spam check them, and then the third layer would be the mailer customers interact with.

In an entirely paranoid implementation the outermost layer accepts everything and drops anything illegitimate silently. Whether that violates RFCs aplenty I don't know. It's been a while since I've done email admin. But it would prevent harvesting of addresses via directory attacks.


In reply to Re: Pondering the elegant simplicity of Net::SMTP by dwm042
in thread Pondering the elegant simplicity of Net::SMTP by NoSignal

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.