Slashdot Mirror


New Mail RFCs Released

Anonymvs Cowardvs writes "Well, it looks like after their 20-year reign, RFCs 821 (SMTP) and 822 (mail message format) are history. The replacements, RFCs 2821 and 2822 are available now (2822 was just released). Apparently they reserved the numbers, no cosmic coincidence here."(Read on for more.)

"It's weird. Both 821 and 822 looooong predate my time on the Internet, and you sort of get used to them being as if written in stone. Doesn't look like the changes were too radical -- mostly just catching them up to current practice -- but that's a lot of text that I haven't got through yet and there's surely some gotchas in there. Does your mail client or server (or netnews client, since they use the message format) comply?

And this is the first time that Jon Postel's name has seemed conspicuously absent to me..."

68 of 196 comments (clear)

  1. qmail isn't Open Source by Paul+Crowley · · Score: 2

    qmail has an extremely restrictive license which is quite bothersome. My favourite Sendmail killer is Exim; others prefer Postfix.
    --

  2. Innapropriate Extensions by maggard · · Score: 2
    Lovely idea but it doesn't belong in a basic standard.

    There are lots of features we would all like to see added to many specs. Some of them would solve narrow problems quite neatly, others would be of broad applicability.

    The question becomes how extensive should a specification be? Should mail be extended to handling response-forms? What about including full forms-routing? Do we include conditionials & alternates?

    While we're at it how about extending the specification fields for email, adding more sender & reciever information, more meta-information, perhaps going to an XML-structure?

    Then there's the old bugaboo of undeliverable email. How about putting in some standards for things like "no longer here but we'll forward anyway" or "here's their new address effective a/b/c)" or even "this rotten bastard is no longer associated with our repectable firm and if you've any sense you'll keep this freak away from small children & house pets!"

    How far should basic principals go in servicing every situation? Frankly I think we should stick to a minimum effective specification & leave any extensions out in seperate documents where relevant applications can take advantage of them.

    My Internet Toaster doesn't need forms to fill, why ask it to support these features?

    Again, lots of good stuff out there but lets try to keep the fundamental documentation clear & universal, keep dedicated-use stuff off in it's own areas.

    Perhaps you should start drawing up an RFC for what you want. They're open to everyone & if it's truly useful it'll likely get adopted.

    --
    I don't read ACs: If a post isn't worth so much as a nom de plume to its author then I wont bother either.
    1. Re:Innapropriate Extensions by gorilla · · Score: 2
      Then there's the old bugaboo of undeliverable email. How about putting in some standards for things like "no longer here but we'll forward anyway" or "here's their new address effective a/b/c)" or even "this rotten bastard is no longer associated with our repectable firm and if you've any sense you'll keep this freak away from small children & house pets!"

      You can do this with 550 error codes. The text of the error message should be delivered back to the author.

    2. Re:Innapropriate Extensions by MadAhab · · Score: 2
      Delivering the error message back to the author rarely does much good. I wish I had a nickel for every time someone I had this conversation:
      "My e-mail got returned, why?"
      "I don't know, did you look at the message to see why it was returned?"
      "No"
      "Do that now and tell me what it says."
      "It says.... blah blah blah... No such user."
      "The e-mail address you sent it to does not exist."
      "Oh, OK." (calls friend) "Hey, my e-mail to you got sent back for some weird reason. There must be something wrong with our server because we can't send e-mail. Can I send you a fax?"


      Boss of nothin. Big deal.
      Son, go get daddy's hard plastic eyes.
      --
      Expanding a vast wasteland since 1996.
  3. Obsolete or not by TBone · · Score: 2

    2821 obsoletes anything which is referenced in both 821 and 2821. However, in the case that you are referring to parts of 821 and are not referenced in 2821, then 821 should be concodered current.

    I think they need to release 3821 to clarify the clarifications.....

    --

    This space for rent. Call 1-800-STEAK4U

  4. PROPOSED standard by TBone · · Score: 2

    Unless I'm mistaken, 821 and 822 were never OFFICIAL standards, just accepted as standard. There are actually very few "Official Standards" that come out of the RFC's. Most just live their life out in peace and never get accepted.

    --

    This space for rent. Call 1-800-STEAK4U

    1. Re:PROPOSED standard by TBone · · Score: 2

      Disclaimer: This isn't a Your Wrong post, just a "but this is what the docs say" :)

      Even that (RFC1869/STD10) buids on the SMTP protocol specified in RFC821. In fact, RFC1869 explicitly says it's an extension of RFC821, in no way supercedes RFC821, and should not break any RFC821 functionality. There really is no standard implenentation document for SMTP. RFC1869 refers to STD10 and RFC821 in the same breath, but the offcial references for STD, RFC, and such don't make that connection.

      In fact, neither RFC821 nor RFC2821 are currently Historical, Best Practice, Proposed Standard, or anything other than just plain old RFC's

      And just to be amazed at the longevity of the RFC: RFC1869/STD10 came almost 10 years after RFC821. Which wasn't updated until 10 years after that. And even then, it wasn't an update, but a clarification.

      --

      This space for rent. Call 1-800-STEAK4U

    2. Re:PROPOSED standard by scrytch · · Score: 2

      Strange but true. There's numerous STD docs that are based on RFC821, but RFC821 never itself became a STD. However, STD10 is ESMTP (RFC1869), which is probably close enough.
      --

      --
      I've finally had it: until slashdot gets article moderation, I am not coming back.
  5. Will Sendmail bother to listen? by acroyear · · Score: 2

    I'm just wondering if Sendmail will finally stop putting in the > character in front of every occurance of the word "From" at the start of a line...
    --
    You know, you gotta get up real early if you want to get outta bed... (Groucho Marx)

    --
    "But remember, most lynch mobs aren't this nice." (H.Simpson)
    -- Joe
    1. Re:Will Sendmail bother to listen? by mpe · · Score: 2

      Won't that break lots of mail clients that use standard "unix" mail boxes? IIRC, these clients us a newline followed by a From (no colon) line to signify a message boundary.

      The way mail is stored and the way mail is transmitted and displayed are rather different things. You might just as well argue that changing one file system to another will break things, because the data ends up aranged in a different way on the physical media.

  6. Re:Don't blame sendmail (for once) by acroyear · · Score: 2
    In this case, I can. As another post said, transmitting mail and storing mail _should_ be two different things. If the mail is stored in a "fancy" mailbox, as opposed to a unix mbox (where From is the divider), then there should be no need whatsoever for the > character...but its there anyways, because Sendmail attaches it to it as it forwards it.

    See page 79 of Unix-Haters Handbook for a discussion on it.

    Page 81:

    Sendmail even magles mail for which it isn't the "final delivery agent"...

    --
    You know, you gotta get up real early if you want to get outta bed... (Groucho Marx)
    --
    "But remember, most lynch mobs aren't this nice." (H.Simpson)
    -- Joe
  7. IMAP != IMAP over TCP by XNormal · · Score: 2
    AFAIK there is no way to get IMAP to work without both end user configuration and entering storing passwords.

    You can just run the imapd executable and talk to it using stdin/stdout. Most implementations will detect this and skip the user/password and enter the PREAUTH state immediately. This way you can access any mailbox that is accessible via the filesystem (NFS, SMB, etc).

    -
    --
    Stop worrying about the risks of nuclear power and start worrying about the risks of not using nuclear power.
  8. Coincidental RFC numbers by artdodge · · Score: 2

    The first RFC describing HTTP/1.1 was RFC2068. After an arduous revision process, the next version was offered number 2608. It was decided that the revision process was complicated enough without having to worry about stupid typos having semantic significance, so they held out for 2616.

    1. Re:Coincidental RFC numbers by scrytch · · Score: 2

      Versions and revisions and such would defeat the purpose of a flat numeric index for the RFC's. When someone talks about RFC822, I know exactly what document they mean, typos, vaguenesses, inaccuracies, and all, it requires no further clarification. They're also issued in roughly chronological order (though they weren't strictly in order even from the start, TCP and telnet are discussed well before their RFC's), so I know that an RFC that's 1000 higher than another definitely came after.

      Revision numbers on the STD track would be nice though, but so long as people still reference RFC's directly and not STD's or FYI's, there doesn't seem to be a pressing need for it. The IETF still operates in pretty much ad-hoc fashion (submit an ID, get a room for your BOF next meeting, let the BOF tear it apart, whatever survives will stick)... and it still works.
      --

      --
      I've finally had it: until slashdot gets article moderation, I am not coming back.
    2. Re:Coincidental RFC numbers by gorilla · · Score: 2

      I've wondered why we don't start giving RFC's version numbers. If we said RFC822 version 2, that would be perfectly clear.

  9. Re:Don't blame sendmail (for once) by scrytch · · Score: 3

    > No-one has yet managed to come up with an MUA which highly abstracts the storage of email and supports "plugings" for mbox, IMAP, Maildir, MMDF, some database or other, etc.

    How about protocol that accesses mailboxes, allows for accessing and otherwise managing them, retrieving and deleting messages, regardless of the particular format in which they are stored... A protocol that supports extensions through a simple capability negotiation framework...

    Sounds like IMAP to me. No, IMAP as is isn't perfect. So let's get cracking on IMAP5, shall we?
    --

    --
    I've finally had it: until slashdot gets article moderation, I am not coming back.
  10. Well, the reply-to argument is at rest... by greydmiyu · · Score: 2

    While I was a firm believer of reply-to to be used by mailing lists because of how RFC822 was worded (sender sets reply-to, the list is the sender) 2822 states it much differently which leaves no room for different interpretations. The /author/ sets the reply-to.

    However, I am sad to see that the mailing list issue simply has not been addressed. They have the perfect opportunity to formalize a way to for mailing lists to indicate how to respond to the list versus to the individual and they have not, from my brief skimming of the document, completely failed to do so. :/

    --
    -- Grey d'Miyu, not just another pretty color.
    1. Re:Well, the reply-to argument is at rest... by M.+Silver · · Score: 2
      But sending it to the "From" address isn't appropiate either

      No, the SMTP MAIL FROM address, which isn't necessarily the one in the message itself.

      But the problem there is still that some errors don't happen during the SMTP transaction, they happen later on, inside the receiver's network or something strange like that. Then all the deliverer has to go on is what's in the From/Sender/Reply-To headers.

      --

      Slashdot's token middle-aged housewife
    2. Re:Well, the reply-to argument is at rest... by Zeinfeld · · Score: 2
      now that this work is done perhaps the issues associated with replies to list traffic can be tackled. but the problem isn't as simple to solve as it seems at first, and most of the popular approaches are naive.

      I get pretty pissed in the IETF when folk use that line unless they can then follow up with a statement of what the additional problems that need to be considered are.

      The whole premise of SMTP is that a naive (Simple) approach to email is sufficient. In many cases the problem is solved simply by the statement of a uniform approach.

      Any solution that is not simple is certainly not going to work.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    3. Re:Well, the reply-to argument is at rest... by Zeinfeld · · Score: 2
      Another issue I hoped would be resolved is where automatic error emails should be sent to.

      I can answer that /dev/null

      Sending automatic error emails is the cause of most email problems and the solution to almost none.

      In the case of a mailing list nobody cares that alice did not get the email.

      I would however support a proposal to formalize this situation:

      Error-Reply-To: /dev/null

      OK, maybe, just maybe

      Error-Reply-To: http://listserv.test/kick_off_list/that_idiot_alic e

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    4. Re:Well, the reply-to argument is at rest... by Zeinfeld · · Score: 2
      Well, I (as as the listadmin) do care.

      There are two bugs here, first the fact that SMTP design means that a list server requires a list admin.

      The other bug is that the standard does not differentiate between normal replies and automated replies.

      If mailers implemented SMTP correctly and only accepted mail they could process the SMTP codes would suffice. Unfortunately email has acquired a whole set of pathologies, in particular spurious relays. There is no reason my email client cannot effectively deliver mail itself. Instead most email clients insist that the mail be passed to an outgoing mail server, introducing the need to report failed mail.

      If this was the SMTP design the authors should have provided for a proper protocol for handing off mail to a mail forwarder. This would provide for reporting of asynchronous error codes.

      And removing people automatically as you propose causes even more problems. Even your mail quota can be exceeded ;-)

      What the list serve does with the error report is its own business. The most sensible approach is to track send failures and dump the user after a certain period.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
  11. Re:not to burst anyone's bubble... by Syberghost · · Score: 2

    One of the first things that the RFC says is, "It consolidates, updates and clarifies, but doesn't add new or change existing functionality".

    Unfortunately, that is not the case here. It does indeed change existing functionality, in that RFC 821 allowed use of a CNAME in a HELO, and this specifically excludes that in an EHLO.

    -

  12. Re:better links... by wangi · · Score: 2

    Exactly, only a few comments and the IETF is already slashdotted! So, in the best whoring fashion:

  13. better links... by complex · · Score: 2

    putting four direct links to that ftp on the front page is just horrible.

    please view these rfcs at www.faqs.org.

    complex

  14. John Postel by mindstrm · · Score: 2

    I'm not sure what you are getting at about John's name not being on the RFC.. he passed away recently. And sadly enough, we don't have a way for him to work his magic from beyond the grave (It would be nice if we did though)

  15. Re:IPV6 in SMTP by MindStalker · · Score: 2

    Where did you get this from, the RFC does support IPv6 but it also supports IPv4, and in fact I quote "SMTP is independent of the particular transmission subsystem and requires only a reliable ordered data stream channel."

  16. Re:IPV6 in SMTP by MindStalker · · Score: 2

    Oh so what your saying is that "sendmail" or other has to support IPv6 even if it isn't actually used. Is it not supported now?? I havn't really kept up with things.

  17. Re:Line Length by dublin · · Score: 2

    I'll give up my ADM-3A when you pry my cold dead fingers from its vi-labelled keyboard... :-)

    (Really, the thing has little vi cursor arrows on the h, j, k, and l keys, among some other interesting stuff. Surely you wouldn't want me to give this sort of clearly advanced technology up in favor of Windows, would you?

    --
    "The future's good and the present is nothing to sneeze at." - Roblimo's last ./ post
  18. Re:Why the wasted time and energy? by dublin · · Score: 3

    FTP has been effectively replaced by HTTP which is more efficient than FTP for any transfer - with the sole exception of the rarely used ability to initiate a third party transfer.

    Not sure what you're smoking, but FTP is considerably more efficient for data transfer than HTTP. (Just try timing downloads of something like, say GNOME using both FTP and HTTP - you'l find that FTP will almost always win...) In fact, it's generally acknowledged among protocol jocks that HTTP is one of the major things limiting what we can do in the future. It's a horrible protocol, and it's a real shame it got so widely used before it got fixed. Have a look at Marshall Rose's BXXP (a.k.a. BEEP) protocol for an idea of how a general purpose replacement for something like HTTP should work.

    BTW: Only a few of us are old enough (well in Internet time, anyway) to remember this, but there was a very good reason that FTP was designed to require the creation and destruction of a TCP connection for each file transferred: The DoD realized (wisely) that it was very important to the long-term viability of the ARPAnet/Internet to build code that was good at creating and destroying TCP connections. FTP is intentionally designed the way it is so that it would force the TCP stacks to mature much faster than they would have otherwise...

    --
    "The future's good and the present is nothing to sneeze at." - Roblimo's last ./ post
  19. Re:Line Length by mughi · · Score: 3
    And besides, when was the last time you read email on an 80 column terminal?


    Oh, a little while back. However... when was the last time you read a magazine with wider lines than that? Most publishers know that long lines of text makes it harder for the average person to read. It's one of the big reasons that most newspapers and magazines break stories up into columns instead of splaying them accross the whole width of a page. (and one of the big failings of a large number of websites)


  20. Deprecated Features of RFC 821 by tiny69 · · Score: 3

    F. Deprecated Features of RFC 821

    A few features of RFC 821 have proven to be problematic and SHOULD
    NOT be used in Internet mail.

    F.1 TURN

    This command, described in RFC 821, raises important security issues
    since, in the absence of strong authentication of the host requesting
    that the client and server switch roles, it can easily be used to
    divert mail from its correct destination. Its use is deprecated;
    SMTP systems SHOULD NOT use it unless the server can authenticate the
    client.

    F.2 Source Routing

    RFC 821 utilized the concept of explicit source routing to get mail
    from one host to another via a series of relays. The requirement to
    utilize source routes in regular mail traffic was eliminated by the
    introduction of the domain name system "MX" record and the last
    significant justification for them was eliminated by the
    introduction, in RFC 1123, of a clear requirement that addresses
    following an "@" must all be fully-qualified domain names.
    Consequently, the only remaining justifications for the use of source
    routes are support for very old SMTP clients or MUAs and in mail
    system debugging. They can, however, still be useful in the latter
    circumstance and for routing mail around serious, but temporary,
    problems such as problems with the relevant DNS records.

    SMTP servers MUST continue to accept source route syntax as specified
    in the main body of this document and in RFC 1123. They MAY, if
    necessary, ignore the routes and utilize only the target domain in
    the address. If they do utilize the source route, the message MUST
    be sent to the first domain shown in the address. In particular, a
    server MUST NOT guess at shortcuts within the source route.

    Clients SHOULD NOT utilize explicit source routing except under
    unusual circumstances, such as debugging or potentially relaying
    around firewall or mail system configuration errors.

    F.3 HELO

    As discussed in sections 3.1 and 4.1.1, EHLO is strongly preferred to
    HELO when the server will accept the former. Servers must continue
    to accept and process HELO in order to support older clients.

    F.4 #-literals

    RFC 821 provided for specifying an Internet address as a decimal
    integer host number prefixed by a pound sign, "#". In practice, that
    form has been obsolete since the introduction of TCP/IP. It is
    deprecated and MUST NOT be used.

    F.5 Dates and Years

    When dates are inserted into messages by SMTP clients or servers
    (e.g., in trace fields), four-digit years MUST BE used. Two-digit
    years are deprecated; three-digit years were never permitted in the
    Internet mail system.

    F.6 Sending versus Mailing

    In addition to specifying a mechanism for delivering messages to
    user's mailboxes, RFC 821 provided additional, optional, commands to
    deliver messages directly to the user's terminal screen. These
    commands (SEND, SAML, SOML) were rarely implemented, and changes in
    workstation technology and the introduction of other protocols may
    have rendered them obsolete even where they are implemented.

    Clients SHOULD NOT provide SEND, SAML, or SOML as services. Servers
    MAY implement them. If they are implemented by servers, the
    implementation model specified in RFC 821 MUST be used and the
    command names MUST be published in the response to the EHLO command.

    --
    Go not unto/. for advice, for you will be told both yea and nay (but have nothing to do with the question)
  21. Re:Don't blame sendmail (for once) by mpe · · Score: 2

    The >From idiocy is an artifact of the craptacular Unix mbox format, not sendmail. Remember, not /everthing/ horrible about electronic mail can be laid at the feet of sendmail.

    The ">" is being used as an escape character. Since mbox format uses lines starting with "From " as message deliminators.
    Problem is that mbox format (or more likely mbox with some kind of index file) is about the closest thing we have to a universal mail storeage format. Even though there are other formats, such as either MMDF (uses strings of ^A as message deliminators) or Maildir (stores each message in a separate file.
    Even non unix programs support mbox, you can't even rely on unix programs supporting MMDF or Maildir.
    No-one has yet managed to come up with an MUA which highly abstracts the storage of email and supports "plugings" for mbox, IMAP, Maildir, MMDF, some database or other, etc.

  22. Re:But Microsoft will decide to invent their own.. by mpe · · Score: 2

    But Microsoft will decide to invent their own standard that they say is better but and not support the new standard.

    Not sure if it was Microsoft who came up with the concept of the "limited SMTP client" i.e. one which must use a relay. Even though such programs are almost universal with Windows.
    Interestingly the latest RFC whilst acknowlaging the existance of such software calls the behaviour "non ideal".

  23. Re:Don't blame sendmail (for once) by mpe · · Score: 2

    How about protocol that accesses mailboxes, allows for accessing and otherwise managing them, retrieving and deleting messages, regardless of the particular format in which they are stored... A protocol that supports extensions through a simple capability negotiation framework...
    Sounds like IMAP to me. No, IMAP as is isn't perfect. So let's get cracking on IMAP5, shall we?


    IMAP has a major problem. That is being over complex and redundant where email trivial accessable by a protocol such as NFS, SMB, NCP, etc or is even on a directly connected disk drive.
    AFAIK there is no way to get IMAP to work without both end user configuration and entering storing passwords. Maybe ok for the dialup home user, but something to avoid on corporate LANs.

  24. Re:Don't blame sendmail (for once) by mpe · · Score: 2

    Gnus does. Support the idea of pluggable backends, that is.

    At least a start, does it also support preventing end user fiddling?

  25. Re:Amazing to think about... by mpe · · Score: 2

    The only insanely complex software involved with the whole mail system is sendmail - And god only knows why sendmail has to be the world's well-known "most complex program ever written". It's a nightmare.

    That's because sendmail supports quite a few other protocols in addition to SMTP.

  26. Re:Why the wasted time and energy? by mpe · · Score: 2

    It bothers me that they spend more time on SMTP. SMTP and FTP combined are probably two of the hardest protocols to implement correctly, as is evinced by the numerous vulnerabilities on almost all servers designed for either protocol.

    Actually SMTP is fairly trivial to implement (especially the limited, i.e. crippled form common in many desktop MUAs). How many vulnerabilities are found in MTA's which exclusivly implement SMTP?

  27. Re:[OT] Re:Why the wasted time and energy? by mpe · · Score: 2

    Any single transfer, yes. How about "mget *-src.tar.gz"?

    Let alone how would you do mput with HTTP. Even with downloading something equivalent to reget is unusual with HTTP.

  28. Re:2821 isn't really a new standard by coyote-san · · Score: 2

    The authors are trying to balance brevity (shorter documents are more likely to be fully read and understood) and exhaustiveness.

    RFC821 is obsolete and should not be the primary reference.

    However, if you're using some obscure feature of 821, it's included by reference in 2821 and shouldn't be considered <i>prima facie</i> non-compliance.

    --
    For every complex problem there is an answer that is clear, simple, and wrong. -- H L Mencken
  29. Re:Embedded Input Forms in Email by Mr.+Slippery · · Score: 2
    I think there should be a standard that defines a syntax to include some input fields in the body of emails.
    This can be done with HTML-formatted e-mail; I once got spam that was a fill-in form submitted via a mailto URL. I don't know what mail clients would or would not support this, though. (I use mh and exmh; exmh has some HTML support, but I view this (and alerted the relevant postmasters) from the command line version so never saw it rendered.)

    Tom Swiss | the infamous tms | http://www.infamous.net/

    --
    Tom Swiss | the infamous tms | my blog
    You cannot wash away blood with blood
  30. Re:A dream I had... by zorgon · · Score: 2

    Oh, man, that's a *wet* dream ... ;)

    --

    I am quite civilized, and I should be brought a beer immediately. -- Bruce Sterling

  31. Re:not to burst anyone's bubble... by iceT · · Score: 2

    When Microsoft stops using proprietary formats.

    Translation: Never.

    --
    -- You can't idiot-proof anything, because they're always coming out with better idiots.
  32. not to burst anyone's bubble... by matman · · Score: 3

    One of the first things that the RFC says is, "It consolidates, updates and clarifies, but doesn't add new or change existing functionality". This is not some new revolutionary mail transfer format that's going to leave existing infrastructure in the dust; its a clarification of the old system that takes into account some of the changes that have occured in the way that people use and look at e-mail. I don't think that users are going to see any change because of this new RFC, except MAYBE fewer incompatabilities with attatchments or something if client developers everywhere find they understand mail better because of this RFC.

    1. Re:not to burst anyone's bubble... by frankie · · Score: 2
      damn winmail.dat attachments.

      No, no, no. winmail.dat is a good thing. It tells you which companies hire completely incompetent sysadmins. It's a big red flag that says "these idiots are going to get 0WN3D by kiddies and hammered by viruses for the next several years". It's a shame that so many organizations (such as PBS) fall into this category, but it's their loss.

      Personally, I just wish that all webmail services provided a "view as plain text" option.

  33. A dream I had... by selectspec · · Score: 2

    req: HELLO
    res: RUSPAM

    req: YES
    res: GOFUCKYOURSELF

    req: OKSHOULDIKILLTHESENDER
    res: YES

    req: OKCRASHINGSENDERBOX
    [...connection closed...]

    --

    Someone you trust is one of us.

  34. Both are on www.faqs.org by Fencepost · · Score: 3

    2821 is here,
    2822 is here.

    -- fencepost

    --
    fencepost
    just a little off
  35. IPV6 in SMTP by moogla · · Score: 2

    Excellent... this is probably the biggest benefit. If vendors want to be up to snuff and support the new RFC, they have to have IPv6 support. So this is an extra push of getting rid of crusty old IPv4. I mean, what better use of IPV6 than forwarding chain letters intellegently?

    --
    Black holes are where the Matrix raised SIGFPE
  36. Re:It's about damned time. by StandardDeviant · · Score: 3
    Personally, I think that proprietary extensions would not be used so often if the standard were to keep up with the times, accomodating the needs of the community in a uniform and non-propriety fashion.

    While you may be right, what's the use of a "standard" that changes every (short enough time period to track the state of the art)? In an ideal world, the point of standards is that they change very slowly so that all applications can adhere to the baseline features and behaviors delineated in the standard.

    The politics surrounding standards processes now is bad enough. Imagine what it would be like with a new standard coming down the pipe every 6 months? A new standard that, if your corporation can influence it to use YourThing2000's features instead of TheirThing2000's features, will let you bash the competitor's products for the next release cycle...


    --
    News for geeks in Austin: www.geekaustin.org
  37. Re:is this important? by Wdomburg · · Score: 2

    Well, once and for all it is indisputable that bare lfs in a message body are forbidden.

    In particular, LSMTP until recently allowed them. In fact me and several employees of L-Soft got into a pissing match over the matter when a large mailing list started flooding our servers with something on the order of 4 million SMTP connections a day using their software. Their argument was that, since it was only an Internet Draft and the RFCs only RECOMMENDED bare LFs be filtered, they were perfectly justified in not fixing the issue.

  38. Sendmail and >From; - turn off the "E" flag! by TekPolitik · · Score: 2
    In this case, I can. As another post said, transmitting mail and storing mail _should_ be two different things. If the mail is stored in a "fancy" mailbox, as opposed to a unix mbox (where From is the divider), then there should be no need whatsoever for the > character...but its there anyways, because Sendmail attaches it to it as it forwards it.

    Only if you dont know how to configure sendmail. It only does this if the mailer definition line in sendmail.cf (the line beginning with "M") contains the "E" flag.

    From the Sendmail Installation and Operation guide (aka ops.ps), version 8.103, p08-38:

    E Escape lines beginning with "From" in the message with a '>' sign.

  39. Re:Why not XML based? by connorbd · · Score: 2

    Write it yourself, that's what open source is all about...

    Keep in mind, too. You can't just chuck everything just because a new scheme is better. You need to consider reverse compatibility or you're going to break everything.

    Now if you want XMTP, make it; you might even find people interested in helping out. But don't expect to replace the system that's already in there -- you're talking about displacing something as basic to net traffic as, I don't know, FTP or HTTP. The net is big, and it's a long way to go to create a competing standard.

    /Brian

  40. Re:they are only PROPOSED standard atm by connorbd · · Score: 2

    IPv4 works fine as long as your four billion possible hosts are asssigned with no slack. But it's a bit hard to see how giving someone who needs a block of four IP addresses a full Class C address is really a good idea...

    (Try living in New York or Boston for a while, and see what's happened to our phone system. It's very much the same phenomenon.)

    /Brian

  41. Re:2821 isn't really a new standard by connorbd · · Score: 2

    That's a bit sloppy, IMHO -- why not do a full 2821 with all the trimmings and then an informational abridged version?

    /Brian

  42. Re: getting rid of winmail.dat attachments by cant_get_a_good_nick · · Score: 2
    See Fentun.

    Won't Kill them, but at least will make them useful.

  43. Winmail.dat? Not a problem! by satch89450 · · Score: 3

    winmail.dat...when are we going to get rid of it?

    I spent a half-day looking for information about winmail.dat and found it. As a result, I now have a little tool that picks apart winmail.dat files. If moderators show interest by modding up this post, I'll even make it available under the GNU license.

    I have several clients who send me crap in winmail.dat, so I'm glad I have the tool.

  44. Re:Embedded Input Forms in Email by bwalling · · Score: 2

    Why not just send them an HTML formatted email with a form in it? Have it submit to an intranet site, and you can use server side scripting to store the input however you want.

  45. So ignore the RFC. by achurch · · Score: 2

    Blasphemy, I know, but that's probably what's going to happen anyway. People won't just say "oh well, the RFC says we can't do this anymore, let's give up"; look at what happened to HTML, after all. This goes as much for RFCs as for anything else: trying to declare that "you must not do XYZ" when people want to do XYZ just doesn't work (unless you happen to be a dictator)--people will ignore you and do it anyway.

    --
    BACKNEXTFINISHCANCEL

  46. [OT] Re:Why the wasted time and energy? by achurch · · Score: 2

    FTP has been effectively replaced by HTTP which is more efficient than FTP for any transfer - with the sole exception of the rarely used ability to initiate a third party transfer.

    Any single transfer, yes. How about "mget *-src.tar.gz"? And there are people who use that third-party transfer ability--just because you don't isn't enough reason to kill the protocol, unless you can come up with a better alternative.

    --
    BACKNEXTFINISHCANCEL

    1. Re:[OT] Re:Why the wasted time and energy? by Zeinfeld · · Score: 2
      Any single transfer, yes. How about "mget *-src.tar.gz"?

      If you have a large quantity of data the overhead of either protocol will be negligible.

      The human interface of FTP is better for some tasks, however it is still pretty crappy.

      Why not have an interface that allowed the FTP site to simply be mounted as a remote file system in the manner of automount NFS?

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
  47. Re:Line Length by acceleriter · · Score: 2

    If you have a serial port, lots of 80-column terminals "support Windows," whatever the hell that means. But since you're obviously trolling people who were on what you call the WWW before you were out of diapers, you might already know that.

    --

    CEE5210S The signal SIGHUP was received.

  48. Re:Line Length by acceleriter · · Score: 2
    And while I have a few holes in my head, I do not have a serial port. By your logic, "lots of 80-column terminals" must not "support Windows" (since your statement depends upon me having a serial port, which I don't, although most of my computers do

    If you thought I meant a serial port in your head, you're even thicker than I thought. But I suspect you're just being a piddly pedantic pain. You were trolling and are pissed because you got called on it, fess up.

    --

    CEE5210S The signal SIGHUP was received.

  49. Re:Why the wasted time and energy? by Zeinfeld · · Score: 2
    It bothers me that they spend more time on SMTP. SMTP and FTP combined are probably two of the hardest protocols to implement correctly, as is evinced by the numerous vulnerabilities on almost all servers designed for either protocol.

    SMTP works. FTP has been effectively replaced by HTTP which is more efficient than FTP for any transfer - with the sole exception of the rarely used ability to initiate a third party transfer.

    I have never heard of Internet Mail 2000 and having read the page I can't say I am impressed. I disagree with the premises stated, there is no link to any substantive information. Redoing everything from scratch just isn't an option. There are hundreds of one man bands with ideas that would be great if there was no established infrastructure.

    The revision to RFC822 should eliminate most of the implementation difficulty of SMTP and many problems with NNTP.

    --
    Looking for an Information Security student project suggestion?
    Try http://dotcrimeManifesto.com/
  50. Re:Line Length by Zeinfeld · · Score: 2
    I've seen all the posts about how this really isn't anything new; but, I found something in it that's my personal pet peeve. Section 2.3 "Body" states that the message MUST be limited to 998 characters plus the CRLF and SHOULD be 78 plus the CRLF.

    That is my pet peve as well, only in reverse I don't give a crap about your ability to read mail on a DEC Teletype made in 1964 you bought at a car boot sale. In other words go get yourself a client that can display text properly on your cruddy screen, don't expect the rest of the world to cope with your crappy software.

    The automatic line wrapping is a pain, especially when you get forwarded mail. You end up getting posts with paragraphs where alternate lines have 78 characters and one word. It also screws up digital signatures

    However trying to get people to rewrite text based mailers is probably futile at this point. People who are prepared to upgrade are probably already using HTML capable email clients.

    HTML mail can be rendered to any device, including speech. Provided that is that the text is really HTML and not HTML plus one of the braindamaged and intrinsically scripting languages we never needed.

    --
    Looking for an Information Security student project suggestion?
    Try http://dotcrimeManifesto.com/
  51. Re:But Microsoft will decide to invent their own.. by Zeinfeld · · Score: 2
    But Microsoft will decide to invent their own standard that they say is better but and not support the new standard. This way _everyone_ will have to have a Windows machine to send email to other people with Windows machines

    Mod this chump down, kneejerk Microsoft flamming without cause should have a penalty. Save it for cases where they actually have done something bad.

    Microsoft has recently re-engineered Exchange from the ground up so that it uses IETF messaging standards instead of the X.400 derrivatives it was originally designed arround.

    Like every other X.400 vendor Microsoft modified X.400, for the simple reason that as specified X.400 did not work - even if you did have an OSI network stack.

    Like every other vendor Microsoft also implemented a variant of SMTP, attempting to maximize compatibility with exisiting systems. The whole purpose of the DRUMS group was to take account of the fact that implementing 822 was not sufficient to guarantee interoperability. Microsoft has no vested interedt in having its mail systems fail to interoperate with those of competing vendors.

    Of course Microsoft might add in a couple of proprietary extensions with additional functionality, but that is absolutely OK by IETF rules.

    --
    Looking for an Information Security student project suggestion?
    Try http://dotcrimeManifesto.com/
  52. Re:Line Length by Zeinfeld · · Score: 2
    Moving to a mailer that displays HTML would be a downgrade, not an upgrade. (And worthless, as my .procmailrc bins HTML on incoming mails wherever possible anyway).

    The reason you make such ignorant statements is probably because your procmail filters out all mail with a clue as well.

    There is no problem reading HTML on a VT100. If you use an obsolete mail client then that is your problem.

    --
    Looking for an Information Security student project suggestion?
    Try http://dotcrimeManifesto.com/
  53. Re:Why the wasted time and energy? by Zeinfeld · · Score: 4
    Not sure what you're smoking, but FTP is considerably more efficient for data transfer than HTTP. (Just try timing downloads of something like, say GNOME using both FTP and HTTP - you'l find that FTP will almost always win...)

    FTP requires two separate connections for a data transfer, HTTP requires only one. Packet for packet there is no circumstance in which FTP does not require more packets than HTTP.

    There are many inefficient HTTP servers arround, mainly those that try to do intelligent processing of some sort on the content. Also HTTP servers are usually designed to handle lots of requests for small chunks of data rather than infrequent requests for big blocks at a time. Equally comparing a GUI based HTTP client against a line mode based FTP client is ridiculous. Use a good line mode HTTP client and it is much faster than FTP.

    Protocol efficiency has nothing to do with implementation efficiency. HTTP is the more efficient protocol.

    There are many 'protocol jocks' who think they could have done better. Many are full of it. I don't know anyone seriously suggesting FTP as a design exemplar who has actually coded it (as I have BTW).

    BEEP and HTTP-NG address a set of problems that simply do not exist in the FTP world. There is no reason to multiplex sessions onto a single conection for file transfer. The processing overhead of HTTP ASCII headers is common to most IETF protocols and is negligible.

    FTP is intentionally designed the way it is so that it would force the TCP stacks to mature much faster than they would have otherwise...

    Opening and closing TCP connections has a dramatic negative impact on performance. Each time a TCP connection is opened the van Jackobssen slow start begins from scratch. That is the limiting factor for transfer. Ever wondered why when transferring files on a broadband conection the transfer speed continues to accellerate for 10 to 15 seconds?

    I don't think the story is true by the way. It was simply a joke told round the IETF.

    --
    Looking for an Information Security student project suggestion?
    Try http://dotcrimeManifesto.com/
  54. SMTP spec should do more for encryption by sleeper0 · · Score: 2
    Currently nearly 100% of internet email travels in plaintext over a relatively small number of interconnect points. I am no real conspiracy theorist, but I think it is obvious that this situation is being used to gather information by various nationalities.

    Currently TLS for SMTP provides this functionality. It can be implemented using open-ssl which is distributable, and isn't patent encumbered as far as i understand it. sendmail and other MTAs support this with patches, but buggy implementations such as Microsoft's in exchange 5.5 hamper it's adoption (if you turn it on you currently can't communicate with Exchange servers). Other vendors have compatibility problems as well.

    The new SMTP team would have done us all a great service if they had made TLS implementation mandatory in the new spec. This would have the effect of getting MTA's like sendmail to support it without serious hacking, and shame Microsoft into releasing a non-buggy implementation. The end result would be an ever increasing amount of email traffic sent across the wire, and in the end foil attempts at mass sniffing.

    While I agree that SMIME and other end to end solutions offer better security, user based adoption will always be hard. point to point security still provides much better privacy for the masses, and is within our reach. But without a real push, will it be another ten years with our email the digital equivalent of postcards?

  55. /.ed by sllort · · Score: 5

    since we just /.ed the RFC editor site to hell, have a mirror of both

    sigh.

    Be conservative in what you send and liberal in what you receieve.