Slashdot Mirror


IETF Decides On SPF / Sender-ID issue

Zocalo writes "The MARID working group at the IETF responsible for deciding on which extensions to SMTP will be used to try and prevent spoofing of the sender has made their decision. At issue was whether Microsoft's patent encumbered Sender-ID would be eligable for inclusion in an Internet standard. An initial analysis of the text of their decision, available here with a brief analysis, would suggest not. Unless Microsoft is going to make any dramatic concessions out of desperation, that pretty much clears the way for Meng Wong's Classic SPF to become the standard and hopefully make Joe-Jobs at thing of the past."

81 of 269 comments (clear)

  1. I saw spammers are ready for this by Anonymous Coward · · Score: 4, Interesting

    Why is that the spammers actually supporting this ? Does this give them more targeted email addresses ?

    1. Re:I saw spammers are ready for this by JamesD_UK · · Score: 4, Informative

      SPF and Sender-ID don't prevent spam, they are used so that systems recieving e-mails can verify that e-mails are sent from servers that are authorised to do so for particular e-mail addresses. This prevents JoeJobs and (hopefully) allows for faster tracking of e-mail abuse. Spammers implement/support SPF or Sender-ID records in order to circumvent systems that discard e-mails that SPF or Sender-ID marks as spoofed.

    2. Re:I saw spammers are ready for this by DrZaius · · Score: 4, Interesting

      SPF isn't meant to stop spam. It is meant to stop spam that spoofs the from address.

      This means all the spam that comes from AOL and Hotmail accounts that don't actually leave from there servers would be bounced at your mail servers. At this point in time, if everyone used SPF, my guess is that at least 50% of spam would be blocked.

      Of course, spammers are going to register domains to use for spamming and set SPF records so that their mail appears legit to the SPF filters.

      You're probably thinking, "What's the point?" Well, it's easier to understand if you have ever hosted a domain that has been either blacklisted or had an increase in bandwidth charges because of millions of bouncebacks due to spammers using a FROM address in your domain.

      --
      -- DrZaius - Minister of Sciences and Protector of the Faith
    3. Re:I saw spammers are ready for this by Albanach · · Score: 4, Informative
      And what forms the majority of email folk get that has a forged sender address. Yep, spam and viruses.

      While not designed to stop spam, I'm more than sure spam was a big consideration. Certainly it impacts on spam - either spammers have to use domains the have bought - which leaves a paper trail most spammers would rather didn't exist or not use SPF. If they are using SPF it makes using 0wned computers for bulk mailing a lot more difficult - either they need to do a DNS update for every new machine, ot use -all in the spf record, a flag that would probably then be used by spamassassin to increase the spam score.

      You are correct in that SPF won't stop spam, but to suggest that it's not another tool diseigned to be used against spammers is, however, wrong.

    4. Re:I saw spammers are ready for this by Zocalo · · Score: 2, Interesting
      Spammers are supporting this ("using" would be more accurate) because they hope that systems such as SpamAssassin will assume that this indicates the email is more likely to be legit. Like many people, they've missed the point of SPF et al; SMTP is flawed in many ways and there is no single magic bullet, this bullet is designed to prevent address spoofing, not combat spam. However, if it encourages spammers to spend a few extra dollars on throwaway domains, that's fine by me. ;)

      There are several possible outcomes from an SPF query, and given the adoption by spammers I've taken to doing a reject on a hard failure and not scoring the rest at all. Once I've got a few hundred emails in each contingency I'll calculate the ratios and assign SpamAssassin some apropriate scores. At the moment, I see four possibilities for this;

      A hard fail

      A hard success ("-all" present)

      A soft success ("-all" absent, or some other open ended SPF record)

      SPF is absent

      Depending on how spammers continue to implement SPF, I think it's very likely that only the first one is going to be a serious indicator, but that's fine because that's enough to kill Joe-Jobs.

      --
      UNIX? They're not even circumcised! Savages!
    5. Re:I saw spammers are ready for this by theNote · · Score: 3, Interesting

      The fact that SPF can verify the server a message is sent from doesn't go far enough, and will only increase the demand for zombied machines.

      Let me explain:
      Most major ISPs here in the US have already shut down outgoing 25. This means even if you have a hosted domain that allows you to use the host's smtp server, you can't (without jumping through hoops). You have to send through your ISPs smtp server.

      Most large ISPs run only a few smtp domains, for example east.smtp.ISP.com, west.smtp.ISP.com.

      With that being said, even if SPF was 100% rolled out, how many domains would have east.smtp.ISP.com SPF records?
      I'm guessing thousands.

      Anyone with access to these few servers (100s of thousands I'm guessing) would be "authorzied" to send mail for any one of these domains.

      The problem will only increase as the number of major home providers decreases.
      SPF relies on a low smtp/domain ratio, which just can't be guaranteed.

    6. Re:I saw spammers are ready for this by j3110 · · Score: 2, Insightful

      The next logical step is to require authentic SSL keys, I think. This gives the addition of an encryption, and moves authentication/authorization back to where it belongs... not in the DNS records. The extra effect is that in order to get a key to run a server like that, they have to publish more of their identity, and the companies selling keys say they check all the information provided.

      The other alternative has been possible for a long time, and that's to use a web of trust built on a keyserver and require all email to be signed. This has never really gotten off the ground, though.

      The best solution I could think of in a completely open fashion is to require someone to be able to recieve regular mail in order to send email. Then you have a physical address tied to the email address. Which no one is going to like, even me, because of the privacy issue. The honest truth is we can't have anonimity and not have spam. Because we have anonimity on slashdot, there are a lot of wierd things posted, but it just get's modded down. The air-tight solution is to do away with anonimity for professional messaging services, and have an "Untrusted Inbox" for everything that could be anonymous. So, if you want to be a trusted sender of email, you have to register your physical mailing address, you are sent a key, you are now responsible for every email that goes through that address, or any email address you vouch for (in case you have multiple). In the contract to be added to the list, you have to agree that you will pay something crazy like 50$/unsolicited mail that you send through the system. They sign the contract, and send it back. If you spam, you either commited two felonies (forgery and tampering with the mail) in the US, or a bill and/or a summons to court will make you liable for a pretty large sum. Of course you would have a privacy policy in the contract saying that the address is confidential between you and the user. That should make it at least palatable for professional use.

      None of these methods will protect you from a virus/worm stealing your email information and sending from you. The best thing you can do for this is to have a secure operating environment, which is never gauranteed. You can at least suspend the user's email though.

      --
      Karma Clown
    7. Re:I saw spammers are ready for this by IgnoramusMaximus · · Score: 3, Insightful
      The next logical step is to require authentic SSL keys, I think.

      Trouble is that this is a greed train run amok for people like Verisgn. $3000 fees per server (or whatever the marker will bear), etc.

  2. I love it by kc0re · · Score: 5, Insightful

    I love it when the world has a moment of clarity and decides that Microsoft has enough damn patents and we're not going to let them run everything. Adopt the open standard that everyone can use. It makes more sense.

    1. Re:I love it by gcaseye6677 · · Score: 2, Insightful

      Standards boards are wising up to this type of manipulation. After the Rambus memory fiasco, companies are grilled about any patents they may have or be planning to obtain on anything they are submitting for inclusion in standards. Companies that submit material to be openly available and then announce they have a patent on it will often find it difficult to collect any damages (unclean hands).

  3. Standards == Monopoly?? by bunburyist · · Score: 5, Interesting

    Question: Is the IETF allowed to adopt patent-encumbered standards? I mean, wouldn't that grant some sort of monopoly license in effect for MS, seeing as if you want to adopt a standard, you need to pay somebody? Shouldn't standards be free, and people can make money off the implementation of said standards? I don't know how these things work, nor am I a lawyer of any capacity.

    1. Re:Standards == Monopoly?? by voop · · Score: 4, Informative

      Yes, the IETF does accept proposals which are subject to IPR claims in whatever form.

      Here's for more information about the official IPR position of the IETF:

      http://www.ietf.org/ipr.html

      --
      -- "Life is a bitch - and she hates me..."
    2. Re:Standards == Monopoly?? by peragrin · · Score: 4, Insightful

      Yes the ITEF can use patented standards.

      On the other hand if the majority of Email servers are F/OSS, and F/OS doesn't adopt it because of the patent, it doesn't make sense to support it anyway. You suddenly appear to be in MSFT's pocket.

      Being in MSFT's pocket nowadays isn't considered a good thing.

      --
      i thought once I was found, but it was only a dream.
    3. Re:Standards == Monopoly?? by EvilAlien · · Score: 4, Informative
      Sure... just ask Cisco and OpenBSD. OpenBSD developed CARP to address Cisco's aggression against an IETF standard which they believe to overlap with their HSRP patent.

      3.5: "CARP License" and "Redundancy must be free":

      The IETF community proposed work in this direction in the late 90's, however in 1997 Cisco informed them that they believed some of Cisco's patents covered the proposed IETF VRRP (Virtual Router Redundancy Protocol); on March 20, 1998 they went further and specifically named their HSRP "Hot Standby Router Protocol" patent. Reputedly, they were upset that IETF had not simply adopted the flawed HSRP protocol as the standard solution for this problem. Despite this legal pressure, the IETF community forged ahead and published VRRP as a standard even though there was a patent in the space. Why? There was much deliberation at all levels of the IETF, and unfortunately for all of us the politicians within eventually decided to allow patented technology in standards -- as long as the patented technology is licensed under RAND (Reasonable And Non Discriminatory) terms. As free software programmers, we therefore find ourselves in the position that these RAND standards must not be implemented by us, and we must deviate from the standard. We find all this rather Unreasonable and Discriminatory and we *will* design competing protocols. Some standards organization, eh?

      Due to some HSRP flaws fixed by VRRP and for compatibility with the (HSRP-licensed) VRRP implementations of their competitors, Cisco in recent times has largely abandoned HSRP and now relies on VRRP instead -- a protocol designed for and by the community, but for which they claim patent rights.

      On August 7 2002, after many communications, Robert Barr (Cisco's lawyer) firmly informed the OpenBSD community that Cisco would defend its patents for VRRP implementations -- meaning basically that it was impossible for a free software group to produce a truly free implementation of the IETF standard protocol. Perhaps this is because Cisco and Alcatel are currently engaged in a pair of patent lawsuits; a small piece of which is Cisco attempting to use the HSRP patent against Alcatel for their use of VRRP. Some IETF working group members took note of our complaints, however an attempt in April 2003 to have the IETF abandon the use of patented technology failed to "reach consensus" in the IETF.

      A few years ago, the W3C, who designs our web protocols, tried to move to a RAND policy as well (primarily because of pressure from Microsoft and Apple), but the community outrage was so overpowering that they backed down. Some standards groups use this policy, while others avoid it -- the one differentiation being the amount of corporate participation. In the IETF, the pro-RAND agents work for AT&T, Alcatel, IBM, Cisco, Microsoft, and other large companies. Since IETF is an open forum, they can blend in as the populace, and vote just like all others, except against the community.

      Translation: In failing to "reach consensus", the companies who benefit from RAND won, and the community lost again.

      --
      perl -e 'print $i=pack(c5, (41*2), sqrt(7056), (unpack(c,H)-2), oct(115), 10)'
  4. It's been said before, but it's worth repeating by Weaselmancer · · Score: 4, Insightful

    Microsoft shouldn't be surprised that their patent-encumbered method didn't fly. Remember the whole "burn all GIFs" campaign, when a patent made gif files possibly illegal to use? Now - imagine that mess with your email, and Microsoft holding the reins. Argh.

    We've been through the whole embrace-and-extend loop with MS before, and it's nice to see the IETF understand the problems that a patent encumbered standard would produce.

    --
    Weaselmancer
    rediculous.
    1. Re:It's been said before, but it's worth repeating by gbjbaanb · · Score: 4, Funny

      when a patent made gif files possibly illegal to use?

      oh yeah, I remember that really stopped people using Gifs. Especially vigorous in their destruction of gifs because they were patent-encumbered were the kind of people who read this site

    2. Re:It's been said before, but it's worth repeating by Weaselmancer · · Score: 4, Insightful

      Well, it's not really a problem anymore because the gif patent expired, so they're ok to use now.

      But I still think the point is a valid one - and an excellent example of why software patents are a bad idea. I know it's contrary to Slashdot groupthink, but what if Microsoft's implementation is the superior one? (Work with me guys, it's hypothetical) Now, because of the patents, it'll never be used and we'll be missing out on a good thing.

      --
      Weaselmancer
      rediculous.
    3. Re:It's been said before, but it's worth repeating by DrEldarion · · Score: 3, Insightful

      If they spent time and resources coming up with such a superior idea, why SHOULDN'T they be allowed to patent it and reap the rewards?

      If it's really so wonderful, the costs of the licensing will be outweighed.

    4. Re:It's been said before, but it's worth repeating by Weaselmancer · · Score: 3, Insightful

      Because a standard shouldn't be patented.

      If you're making a proprietary something-or-other, fine. But this is for an IETF approved standard, which is something that everybody should be able to adhere to.

      Having a proprietary standard breaks things. Imagine how much ftp would be used if you had to give some company a nickel every time you used it? Fortunately for ftp, it's royalty free, and that's why it's used. That's the beauty of royalty free standards. Anyone can implement them, and because they're free, anyone can use them.

      --
      Weaselmancer
      rediculous.
    5. Re:It's been said before, but it's worth repeating by Java+Pimp · · Score: 3, Insightful

      I agree, software patents aren't necessarilly all bad. But they have their place.

      If someone were to patent some software technology that people would find useful and they wanted to license it then that's fine. If someone else didn't want to license it then they can come up with their own technology that acomplishes the same thing. That's what the patent system is for.

      But to force patented technology to be licensed by everyone by making it part of a standard is an abuse of the system.

      The internet is based on open standards which allows applications on any platform to communicate and interoperate. As soon as you introduce patented technology, some will be willing to pay the royalties and others will not. Once that happens, you have two different protocols that no longer interoperate smoothly and they system breaks down.

      Look at what Microsoft already did with HTML, Java, XML, (insert favorite technology here...) by trying to introduce their own "extensions."

      --
      Ascalante: Your bride is over 3,000 years old.
      Kull: She told me she was 19!
    6. Re:It's been said before, but it's worth repeating by Mr.+Slippery · · Score: 2, Informative
      If they spent time and resources coming up with such a superior idea, why SHOULDN'T they be allowed to patent it and reap the rewards?

      Because

      • software - which is an expression of mathematical algorithms - is not legitimately patentable
      • because patents can only be legitimately issued for genuine innovations, things that are non-obvious and have no prior art
      • because the purpose of patentsis not to allow inventors to use state power to create a monopoly so they can "reap the rewards", but rather "to promote the Progress of Science and useful Arts"
      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    7. Re:It's been said before, but it's worth repeating by BasilBrush · · Score: 2, Interesting

      Go find and read the PRA algorithm. It's of the level of simplicity that it's the sort of thing software engineers do every day. If coming up with the algorithm took the engineer involved more than an afternoon, then I'd want to know why. Why should arbitrary, run of the mill and obvious work-a-day work of engineers be randomly picked out and selected as something not to be repeated by other software engineers? The protection of an invention that has taken man months or man years to develop is understandable. But PRA, and very many of these pathetic software patents are not worthy of such protection.

    8. Re:It's been said before, but it's worth repeating by Alsee · · Score: 2, Insightful

      No, the problem really is that in the 80's the US reversed it's own patent rules and went directly contrary to the patent rules of virtually every country in the world in extending patents to software. Software and math and mental processes are not inventions.

      If you dissagree then please explain how you justify a software patent in light of the following:

      You do not need a computer to run software. Absolutely any software can (slowly) be executed mentally. I am a programmer, executing mentally is an integral part of the programming and debugging process. Sure some software would take thousands or millions of years to fully execute mentally, but either software patents are valid or they are not. So lets look at the shortest/simplest supposedly valid software patent. It will in fact be quite possible and reasonable to to preform an actual demonstration exectuting that software mentally, propably in a matter of minutes.

      In prefoming that demonstration, are those thoughts a patent infringment? Is it possible for thoughts to be prohibited by law?

      And if not, then how could that non-patentable non-invention magically become a patentable invention when you take the blatantly obvious step of using an plain old computer simply to speed up the exact same calculation?

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  5. Worried... by renelicious · · Score: 4, Interesting

    This worries me more than it makes me excited. I have several email addresses that I send mail from home through ISP. I don't believe they are going to put those domains in thier DNS list.

    In the case I guess the only option will to be use webmail for any addresses not provided by my ISP. That's a pain...

    --
    "Luke, I am your node.parent();"
    1. Re:Worried... by mosch · · Score: 4, Informative

      The domain you are sending as is what matters. So if you send mail from renelicious.com through your ISP, renelicious.com just needs an spf record that looks something like "v=spf1 include:yourisp.net -all"

      Your ISP doesn't need to do anything at all.

    2. Re:Worried... by Malc · · Score: 2, Informative

      That only works if you have control of the domain, or the people who do are responsive to your request to add your IP address. It's not going to help me much sending email with a yahoo.com domain in it. There's no way Yahoo will add my IP address to their DNS record.

      This means a configuration pain for my MUA, and the loss of logging I get from using my own MTA to transfer directly to the recipient's MX.

      Generally though, I'm supportive of SPF as I believe it will make a difference to the volume of messages we have to filter, especially at work.

  6. Not over until FAT lady sings by tobybuk · · Score: 3, Interesting

    MS will not take this without fighting back. I suspect they will hint that they may have issues with SPF as well, maybe in a years time or so.

    Fucking S/W patents. If these had been available 20 years ago the NET would never have been born.

    These people are just selfish. They build their bisinesses on the NET backbone, given to them for free and then do everything possible to destroy the vehicle that built it.

    Human nature?

  7. Reason #1 That I don't like SPF by Anonymous Coward · · Score: 4, Interesting

    SPF Breaks Forwarding.

    Yes I know about SRS. (sender rewriting scheme)

    SRS is a LAME workaround for the fact that SPF breaks forwarding.

    1. Re:Reason #1 That I don't like SPF by mosch · · Score: 3, Informative

      My mail server is setup so users can waive spf on a per-address basis. That way if their forwarder doesn't have SRS, they can choose to skip out on the benefits.

      With my MTA of choice (exim) it's pretty easy to do.

    2. Re:Reason #1 That I don't like SPF by Anonymous Coward · · Score: 2, Insightful

      Extending HELO to include the return-path is what's needed. I wish Meng would stop jerking about with PRA and accreditation and just deliver the basic working system he promised.

    3. Re:Reason #1 That I don't like SPF by SunCrushr · · Score: 4, Informative

      I think you need to read up on this flaw a little better. What SPF breaks is pre-delivery forwarding (not the forwarding you would associate with the forward button in your email program), which is the ability for an email to go from one smtp server to another and then to another until it reaches its destination server.

      This is a non-issue however, because most sane people that run good email servers do not allow smtp pre-delivery forwarding to take place at all (unless its for messages that are being forwarded to another one of their own servers) as this "feature" (when manipulated correctly) can be used to make their servers into open relays, thus making them into some spammer's bitch.

      And yes, for those that need pre-delivery forwarding, there are workarounds available.

    4. Re:Reason #1 That I don't like SPF by BeBoxer · · Score: 3, Insightful

      SPF Breaks Forwarding.

      Yes, that's true. But what we think of as "forwarding" is really "forging". After all, if I send you an email why should you be able to re-send it to somebody pretending to be me? That's forging my name on it. If you want to forward an email, you can damn well put your name in the From: field. After all, it's from you isn't it? I certainly didn't forward it to the person. Why should the headers say I did?

      The fact that we've come to rely on easy forgery for some email applications is no reason to not fix the problem. Mailing lists of course have a similar problem, but there is no reason why email from an email list shouldn't have the email list itself as the sender. It's just convention to do otherwise.

    5. Re:Reason #1 That I don't like SPF by Siva · · Score: 2, Informative

      Your comment is a bit deceptive. When I first read it, having not read anything but the most brief description of SPF, I thought you meant that it broke forwarding from the client/MUA. In other words, I took what you said to mean that if my mail local servers implemented SPF, and I sent a message to someone, that person would not be able to forward my message to someone else via their client.

      But the actual problem you're talking about exists when forwarding is done at the MTA level, which is utilized by a smaller set of users. See this article for more info ("The Price of SPF", about halfway down) for a better explanation.

      --

      Keyboard not found.
      Press F1 to continue.
    6. Re:Reason #1 That I don't like SPF by ajs · · Score: 3, Informative

      The kind of forwarding you are refering to is broken, and should not be done anyway. SPF works at the SMTP-envelope level. There's no reason that your server should forward mail to me, claiming that the mail is "from" some third party unless you're my MX. If none of this makes sense to you, then you should not be posting to Slashdot about why SPF doesn't make sense ;-)

    7. Re:Reason #1 That I don't like SPF by hhawk · · Score: 2, Informative

      Do you mean like .forward [ing] from several accounts on various systems to which ever account I happen to want to read email from?

      --
      http://www.hawknest.com/
    8. Re:Reason #1 That I don't like SPF by Too+Much+Noise · · Score: 3, Insightful

      I'm not sure about how using a .forward file (or a procmail forwarding rule) is forging. I like to forward a copy of my mails to a web account when I'm on vacation just to make sure I can read them whether or not I have a (trusted machine with a) ssh client available (read: internet cafes). I guess it's time to change that procmail script then.

    9. Re:Reason #1 That I don't like SPF by Mr.+Slippery · · Score: 2, Informative
      This is a non-issue however, because most sane people that run good email servers do not allow smtp pre-delivery forwarding to take place at all

      Not at all. ISPs generally allow customers to send outgoing mail through the ISP server as a relay. This is very common and has nothing to do with open relaying, as it's only permitting relaying from the customer's IPs.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    10. Re:Reason #1 That I don't like SPF by DavidTC · · Score: 2, Interesting
      Specifically, SPF breaks forwarding when someone gets one mail account and forwards everything in it to another account. That account will do SPF lookups, see the mail is forged, and reject it.

      There are three solutions here:

      1. Stop forging MAIL FROM when you forward mail, you moron. Yes, it's not you, but your MTA, but that's wrong behavior. If that mail were to bounce, no one at the other end would have any idea what address it bounced from! They send to one address, got a bounce back from another! This has lead to silliness like VERP where the email address you're sending to is encoded in the MAIL FROM.

      Yes, right now, if you didn't do that, the bounce would go back to the forwarding account, and then reforward it, only to bounce again.

      But the point is: SMTP forwarding is already broken. Complaining that this makes is more broken is valid, but not really relevant, considing:

      2. It would be trivial to make a option to disregard SPF lookups for certain IP addresses, and give people an interface to set those. For example, if I use hotmail to receive mail forwarded from example.com, I would go into hotmail and type 'example.com' in the 'accounts I have forwarded to here'. hotmail can then turn off the SPF check for any email coming from any IP address example.com sends mail from. (Which, to complete the circle, they can calculate using SPF!)

      Or, hell, for bonus points, it can try to parse the header and apply SPF rules to the IP address before the mail hit example.com's mail server. Yes, yes, headers are not reliable, but hopefully the accounts you have forwarded are not trying to fake you out. If SPF info is just added via headers, it's trivail to make a rule to pull out email forwarded from your other account before you do any filtering on it.

      So there are at least two solutions, one implimentable on your forwarded account, and one implimentable on your receiving account. But what if you can't change anything?

      3. Well, on every webmail I've ever seen, including free ones, you can set up 'POP3 accounts' to pull in mail from. Maybe you should realize SMTP mail forwarding is just broken and just use those to pull your mail in.

      --
      If corporations are people, aren't stockholders guilty of slavery?
  8. make sendmail look bad by hey · · Score: 4, Interesting

    They caved and send they'd implement Sender-ID.
    It makes Apache and FSFlook good as they
    proved resistance isn't futile.

    http://it.slashdot.org/article.pl?sid=04/02/24/1 44 2237&tid=111&tid=109

    1. Re:make sendmail look bad by IGnatius+T+Foobar · · Score: 2, Interesting

      Actually, the Sendmail program itself makes Sendmail look bad. Something as crufty as Sendmail shouldn't exist in 2004. It's no surprise that even seasoned unixheads are switching to Postfix.

      This isn't a troll, or at least it isn't meant to be read as one. My point is that Sendmail is a perfect example of exactly what's wrong with unix. Nobody wants to be editing cryptic configuration files to accomplish simple things. Remember the mantra: simple things should be simple, and complex things should be possible.

      --
      Tired of FB/Google censorship? Visit UNCENSORED!
  9. Will ITEF make a difference? by milgr · · Score: 5, Interesting

    When Microsoft ships their method on all their mail servers and mail clients, will it matter that it is not a sanctioned standard?

    --
    Where law ends, tyranny begins -- William Pitt
    1. Re:Will ITEF make a difference? by Nos. · · Score: 2, Insightful

      Depends... last I heard, sendmail was still (by far) the number one mail server on the internet. Now, if everyone else other than Microsoft went with a better, open standard and started flaggin email from Exchange as SPAM... that might put some pressure on MS to go with more open standards.

    2. Re:Will ITEF make a difference? by Arkham · · Score: 3, Interesting

      Yes it will, because unlike the desktop OS, Microsoft does NOT have a monopoly on mail servers. Most ISPs run one of the UNIX mail servers (sendmail, postfix, etc) rather than Microsoft's POS.

      The only environment where MS's email has a stronghold is in corporate email. I don't think that's sufficient to force a standard. Even in that market, MS only has about 50% of the market.

      --
      - Vincit qui patitur.
    3. Re:Will ITEF make a difference? by igaborf · · Score: 3, Interesting
      When a small company upgrades to the MS product containing Sender-ID and their server suddenly starts rejecting mail from clients/customers whose mail systems implement SPF instead, will the small company:
      1. tell their client/customer to switch to an MS product if they want to send e-mail to the company; or

      2. turn off Sender-ID?
      I know what I would do.

  10. SPF is NOT about... by warrax_666 · · Score: 4, Informative

    combatting spam. It's about being able to verify that the envelope sender is actually authorized to send mail for the domain in the envelope. That is all.

    --
    HAND.
    1. Re:SPF is NOT about... by afidel · · Score: 4, Insightful

      Yes, but this does change the method finding the origionator of spam and other annoying messages. It allows an ISP to lock down a compromised system after it sends a very large volume of emails through their gateway, it allows black holes to target ip's used by spammers more efficiently, and it allows email gateways to throw away virus emails which came directly from infected system which are obviously not authorized to send for the myriad of spoofed addresses they have classically used. It is just a tool in the fight against spam and viruses, but it is a fairly powerfull first step in patching SMTP into a more trustworthy system.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    2. Re:SPF is NOT about... by pyros · · Score: 2, Interesting

      I just realised something. I have a domain hosted at a company that doesn't offer secure smtp (over either tls or smtp+ssl), so I just use the smtp server of whatever network I'm currently on, but always using my address within my domain. This system means I'll either have to start using the insecure smtp server of my hosting company, or add the smtp servers of all the networks I regularly used as authorized to send from my domain, right? That sucks.

  11. Time to bug DNS hosters by hey · · Score: 4, Interesting

    I already sent a mail to the company that hosts the DNS A records for my domains (also my DNS registrar) asking when I'll be able to add an SPF record.

    1. Re:Time to bug DNS hosters by bonniot · · Score: 2, Informative

      Note that all you need is the ability to add TXT records to your DNS information. See this list of domain registrars that support SPF.

    2. Re:Time to bug DNS hosters by Anonymous Coward · · Score: 2, Informative

      This list is not up to date. Ckeck out http://www.spf.idimo.com/ instead.

  12. Good. Now let's improve SPF. by jefp · · Score: 5, Interesting

    The one feature of Sender-ID that I'd like to see in SPF is checking the header-sender as well as the SMTP-sender. Of course this is expensive, requiring reception of the message body, but it's worth it.

    It occurred to me recently that I could write a separate milter to implement just this one check. It would compare the SMTP-sender against the header-sender, and if they don't match then it would add a header to the message saying "possibly forged". A later step in the delivery process, such as bogofilter, would see this header and weigh it appropriately.

    I'm interested in comments on this idea.

  13. It is absolutely insane to let MS be involved by Featureless · · Score: 4, Insightful

    There is absolutely zero value proposition for anyone to let MS own, encumber, or otherwise threaten, by act or by fear of an act, the email standard.

    They need to be kept 1000 feet away from any standards setting. Microsoft should only encounter the email standard when they send an email. Anything else is an absurdly bad idea.

    If you had to bet, could you honestly bet they wouldn't exploit their license to shut out open source, or (more likely) GPL, now or (more likely) later?

    I'd bet your well-cushioned ass they would.

    It is hardly a conspiracy theory, when you can open any business section and read about their new patent portfolio manager or the SCO lawsuit. They play dirty, they do it in exactly this way, and everybody knows it.

    Letting them taint the standard is bad for other vendors. It's bad for service providers. It's bad for users (read: most of the world's population, individuals and businesses). It's even bad for Microsoft itself.

    It is absolutely absurd to have a standards war over email. But now we have to consider it.

    Standards bodies may do the right thing. That's great. But what I fear now is that Microsoft will say "OK, you don't want to play our game? That's fine. Have it your way. Just don't bother sending any emails to @microsoft.com or @hotmail.com (and everywhere else we can buy or control) without a patented Caller/Sender ID record."

    When they do this, we have to stand in a big line facing them, stare back, grin, and say "your loss."

    Get ready...

  14. Patents == Monopoly. by k98sven · · Score: 2, Informative

    Patents are always a monopoly.

    That said, the answer seems to be no. The IETF can adopt a patent-encumbered method as a standard.

    As you can see here, there appear to be quite a number of patents which may or may not relate to IETF standards. And you can see that in these cases, it appears that the IETF demands that the patent is licensed on "fair, reasonable and non-discriminatory terms".. whatever that means.

  15. Joe-jobs or just forged headers still are a pain by Artifex · · Score: 4, Interesting

    I'm now seeing 30-40 bounceback emails a day originally sent from people spoofing my vanity domain - I haven't given any accounts out, of course. Makes me wonder how many of their emails got through to their victims, as these are just some of the failures. The most annoying part for me is that I see them come in batches - with very different originating IPs and to different mail servers for each message - so I don't know if it's a pack of zombies and my domain is one of the ones in rotation, picked out of someone's address book, or if someone is doing a deliberate joe-job on me.

    This ought to be considered actionable as a DOS attack - if companies start filtering out my domain name, I can't apply for jobs with them, for example. And if my upstream ever gets tired of explaining to idiots to read their headers instead of thinking it's me, then I'll have to hunt for another provider. Even without those reasons, it still takes me time every day to clean out my admin box so I can get my real mail. In fact, because I'm the only person at my vanity domain, and it's part of my online identity, it also ought to be considered slander for someone to pretend to be from my domain, because they're effectively claiming I'm sending these ads, etc.

    I hope SPF becomes generally accepted, and soon. I'm afraid it won't, though, because there are millions of people running old copies of MS Exchange, etc., and they probably won't want to pay to upgrade or take the performance hit to authenticate messages this way. Still, if I go ahead and stick the DNS entries in, it might at least prevent some of the damage.

    --
    Get off my launchpad!
  16. Re:Certificate based sender authentication by l3v1 · · Score: 4, Insightful

    Such a good thought that I was thinking and spreading this idea for a time. But I had to realize I can't succeed. Why ? Because while our IT friends use GPG, nobody else does it willingly. They all say it would make their life more difficult. Most of them out there don't even know what signing is, let alone GPG. My answer to that is as always: right, complaining is easier :P

    The problem all around spam is most of the users are just users. Don't understand, don't care, don't want to care. They just spread other people's viruses, spam, etc. without knowing or if knowing don't believeing they do much trouble by using crappy buggy and vulnerable sw.

    If I could afford the luxury to devnull all e-mails I receive that are not signed, I would never ever get spam, that's for sure. The problem is one can't easily talk others into GPG.

    They would much more easily turn into over-patented Microsoft solutions however crappy or overpatented they would be.

    --
    I am putting myself to the fullest possible use, which is all I can think that any conscious entity can ever hope to do.
  17. Re:Good. Now let's improve SPF. by ducasi · · Score: 3, Informative

    Unfortunately, that's what's covered by Microsoft's patent.

    Really.

    Microsoft want to patent going through a header to see who the message claims to have been sent by - the "Purported Responsible Address" - aka the PRA.

    Take a look at the algorithm they are trying to patent and ask yourself how many times you've done this yourself when trying to figure out where mail came from.

    It's like trying to patent an algorithm to find the author of a book: 1) look for a name on the cover 2) look for a name on the spine 3) look for a name in the copyright declaration 4) if you've found it, there you go! 5) if you haven't, too bad.

    How can they expect to be taken seriously?

  18. Re:I've always wondered... by FooAtWFU · · Score: 2, Informative
    Okay there would be an increase in mail traffic, but the eventual benefits, should outweigh that

    That's not what you'll be thinking when a Joe Jobber effectively slashdots your server: you'll say No to a few people at first before your server melts down.

    Besides, this would require a fair amount of stateful information on your mail server- what do you think you should do, store a message digest of each message you send? If so, how long do you store it? When do you get rid of it- first time it's asked for? What if no one ever asks for it (probable, given the adoption lag)? What if the mail is delayed several hours for various reasons? It's a rather complicating feature.

    --
    The World Wide Web is dying. Soon, we shall have only the Internet.
  19. Re:I've always wondered... by Doctor+Crumb · · Score: 5, Informative

    If your system asks the sending *server*, this is redundant, as you already know the sending server sent it, by definition.

    If your system asks the domain that the mail is supposedly from, then you may as well be using SPF, as it saves on network traffic and gets you the same answer.

  20. No patents just because not publicly available? by KWTm · · Score: 2, Interesting

    And in follow up to the parent's post, I want to ask:

    [from TFA] 3) On the issue of ignoring patent claims ... there is at least rough consensus that the participants of the working group cannot accurately describe the specific claims of the patent application. This stems from the fact that the patent application is not publicly available. [emphasis mine] Given this, it is the opinion of the co-chairs that MARID should not undertake work on alternate algorithms reasonably thought to be covered by the patent application. We do feel that future changes regarding the patent claim or its associated license could significantly change the consensus of the working group, and at such a time it would be appropriate to consider new work of this type.

    So... what, if they did publish the patent, they could decide to include it in a standard? Seeing the patent doesn't prevent the patent owner from taking advantage of it, does it? (In fact, seeing the patent makes it easier to be sued for infringement.) Or am I missing something here?

    --
    404555974007725459910684486621289147856453481154 in hex is "You sank my Battleship?"
    [GPG key in journal]
  21. Re:Certificate based sender authentication by nolife · · Score: 3, Interesting

    Who would control or gives out the signatures? What or who would be available to get a these signatures and how would a spammer not get one. There are certificate based methods already in place that many people already use, problem is it costs money and configuration that people are not going to spend. Free/open versions of PGP already exist and are in use but again, no restrictions to prevent the bad people from using it. Your idea would help verify who sent a message but not limit who you could get them from.

    --
    Bad boys rape our young girls but Violet gives willingly.
  22. That's certainly not how I read it by mccalli · · Score: 5, Informative
    From the judgement:
    3. On the issue of ignoring patent claims, the working group has at least rough consensus that the patent claims should not be ignored. Additionally, there is at least rough consensus that the participants of the working group cannot accurately describe the specific claims of the patent application. This stems from the fact that the patent application is not publicly available. Given this, it is the opinion of the co-chairs that MARID should not undertake work on alternate algorithms reasonably thought to be covered by the patent application. We do feel that future changes regarding the patent claim or its associated license could significantly change the consensus of the working group, and at such a time it would be appropriate to consider new work of this type.

    Look closely. The wording to pay close attention to is "This stems from the fact that the patent application is not publicly available. Given this, it is the opinion of the co-chairs that MARID should not undertake work on alternate algorithms reasonably thought to be covered by the patent application.".

    In other words, we don't know what the patent is, so we shouldn't waste time doing any work an anything that might infringe it. That's significantly different to saying that the original patent-encumbered work won't be accepted, in fact the wording has been very carefuly picked to remain non-committal on that point.

    Next, look at an extract from point 4 of the summary:
    4. ...With regard to items 3 and 4 above, it is also the opinion of the co-chairs that any attempt by the MARID working group to define any new scopes other than "mailfrom" and "pra" for the SPF syntax will at this time result in failure to find consensus within the working group.

    In other words, not only the should the committee not waste its time until all the patent claims are made public, but neither should anybody else try submitting new things until the committee knows what's happening with the current proposals.

    I read the summary as a glorified "we can't know what to do as not all claims have been made public, so we'll just put everything off until the claims are fully known". Neither backing for, nor rejection of Sender-ID. And certainly nothing whatsoever about falling back purely onto SPF.

    Cheers,
    Ian

    1. Re:That's certainly not how I read it by Zocalo · · Score: 3, Interesting
      I largely agree, which is why I made the comments about Microsoft making consessions and only going so far as to say that it "pretty much clears the way" in the submission. The problem MARID has is not that there is a possible patent issue, or even that it's Microsoft, but that Microsoft is not disclosing the details. There is also a seperate problem that the open source proponents in MARID have with Microsoft's license in that appears to prevent redistribution, hence the actions by the ASF, Debian and so on over the last few weeks.

      It's not too late for Microsoft to change their mind, relax the license terms and waive any patent issues to get Sender-ID accepted. Their problem is that they need to do so quickly or they will be trying to push a proprietary standard onto a group that have already stated they don't want to know and will not implement it. Also, standard or not, adoption of Classic-SPF is proceeding apace and is already functional in most FOSS MTAs and anti-spam systems - for a lot of people the herd mentality is all that applies in selecting a solution.

      --
      UNIX? They're not even circumcised! Savages!
    2. Re:That's certainly not how I read it by SiliconEntity · · Score: 3, Insightful

      I agree, but there's one thing that confuses me. Elsewhere in this discussion thare are claims that Microsoft has patented the PRA algorithm, Purported Responsible Address. This reads the mail headers to figure out where the mail claims to come from. Yet the IETF decision reads:

      With regard to items 3 and 4 above, it is also the opinion of the co-chairs that any attempt by the MARID working group to define any new scopes other than "mailfrom" and "pra" for the SPF syntax will at this time result in failure to find consensus within the working group.


      This suggests that PRA actually is an effort which the Working Group will pursue. How can they do so if Microsoft has patented PRA with unknown terms?

      I read Microsoft's Intellectual Property Disclosure. It says that the covered material is:

      Both Sender ID: Authenticating E-mail <draft-ietf-marid-core-03.txt>
      and Purported Responsible Address in E-mail Messages
      in combination.


      This does not make clear the exact scope of the PRA patent. It could just cover the one specific sequence of steps in the PRA document. Or it could cover the very idea of scanning the email to find the PRA. Or something in between.

      Usually patents are written in a hierarchical manner. First you have the broadest possible claim covering the general idea of what you want to do. Then you have a series of dependent claims which expand on the earlier one(s) by providing more details about how it will work. This gives you the greatest possible coverage while allowing the patent to survive and be useful even if some of the broadest claims are invalidated.

      I don't see how the IETF WG can proceed with PRA type algorithms when Microsoft has advised them that PRA is covered by a pending patent. And given that they are doing so, it certainly does not seem like they are rejecting Microsoft's approach.

  23. Re:Good. Now let's improve SPF. by jefp · · Score: 3, Insightful

    Microsoft's patent covers checking the header-senders in a particular order. If you've been following the patent discussion you should know that there are plenty of other programs that check in other orders. If you're worried about the patent (I'm not), then just don't use Microsoft's particular order.

  24. An Insider's Tale of Sender ID by TheJavaGuy · · Score: 3, Informative

    Yakov Shafranovich, the former co-chair of the Anti Spam Research Group (ASRG), has written an excellent dissection of the history of Sender ID, published on the CircleID website. Part 1 Part 2

    --
    Opera Watch - An Opera browser blog.
  25. That depends upon the implementation. by khasim · · Score: 2, Informative

    #1. No, it would not look up your ISP's SPF record. It would look up the SPF record of the domain you claimed to be sending from. If that SPF record included the mail servers from your ISP, it would be fine.

    #2. What happens when the SPF record does not exist or does not match is entirely up to the implementation.

    Example: SpamAssassin
    I can set the rule to add 20 (or any other number) if the SPF doesn't match.

    I can set the rule to add 1 (or any other number) if there is not SPF.

    It all depends upon which system you use to check the SPF and what the capabilities of that system are.

  26. Re:Joe-jobs or just forged headers still are a pai by Artifex · · Score: 2, Interesting
    We had an old Exchange 5.5 server running on under-powered hardware. We installed XWall on another machine and relayed incoming messages through it. This took the filtering and virus scanning load off the Exchange server and made it usable again. I don't know if XWall currently supports SPF (I'm also too lazy to look), but it can certainly bring additional filtering functionality to an old Exchange installation. It's pretty cheap too.


    That's great to hear that you did even that much. I have no doubts that companies could implement SPF even with MS Exchange, but it will take work. And if you think back to how long it took your company to decide to set up that XWall, it will probably seem obvious that many companies, especially small ones, won't bother.

    I'm really worried that MS will just include Sender-ID as part of their next server releases, or worse yet offer service packs for prior versions, and when/if companies upgrade or patch, they'll think Sender-ID is what they want because they got it "free." Since you said you're too lazy to see if XWall supports SPF, if a service pack for your exchange version came out, and enabled Sender-ID, would you just run with it? That's what I'm talking about.

    These arguments others have about most email servers not being MS-related are feeble, in my opinion, because they do seem to be the largest player in the corporate email market, and that's where the important email goes. Spoofers (at least the ones I've been seeing bounced mails from) connect directly to destination mail servers, they don't use their ISPs as MTAs. So what ISPs might run is not relevant to them.
    --
    Get off my launchpad!
  27. Re:Joe-jobs or just forged headers still are a pai by ScrewMaster · · Score: 2, Interesting

    Yes, it's an issue. When I first set up my mail server about six years ago, the default configuration was to bounce unknown local addresses back to the sender. As I was only getting a few pieces of unwanted email a week that wasn't a big deal.

    Then three weeks ago my ISP shuts off my SMTP access, no warning, no explanation. Now, as it happens my server runs all incoming mail through three or four RBLs, also uses SpamAssassin, has a Bayesian filter system and I use Thunderbird. So after all that filtering I really didn't see much spam in my Inbox ... but unfortunately about ten thousand spams a week were being bounced back to their senders by the server and my ISP figured that I was spamming!. Oops.

    --
    The higher the technology, the sharper that two-edged sword.
  28. Re:Joe-jobs or just forged headers still are a pai by Alioth · · Score: 2, Informative

    Doesn't matter what you're running (i.e. old versions of Exchange). For the old-Exchange-org, for their outgoing mail all they have to do is put the TXT records in their DNS. Doesn't matter what their mailer is. For incoming (to use SPF to check incoming mail) all they have to do is have a front-end mail relay in front of their exchange server which deals with the filtering before passing mail onto Exchange -- which they should do anyway, only a nutter exposes an old version of Exchange directly on the internet.

  29. Another reason not to like SPF by RealProgrammer · · Score: 2, Insightful
    Yes, that's true. But what we think of as "forwarding" is really "forging".

    You are correct, and that's why the SPF/SenderID solutions are off target. SenderID is a bandaid designed to block zombie Windows machines while allowing 'legitimate email advertisers' (*choke*) to continue to spam. Since these solutions are designed for a specific problem, they don't get at the real source of spam.

    The whole problem is that there is currently no way for a mail server to determine with certainty that the sending host is who it says it is. SPF/SenderID just tell the server that the sending host is the right one to be sending from the domain it's claiming. As far as I can see, that doesn't fight the real problem, which is forged headers.

    The real answer is to fix SMTP so that forged headers don't work. That's all. Don't try to do too much or focus on a specific area of spam.

    Once we know which machines are sending spam, we can take countermeasures. The countermeasures (blacklists, complaints to abuse@their.isp, quarantine, etc.) all fall into place once we know with certainty who is spamming.

    --
    sigs, as if you care.
  30. Forwarding is wrong by Skapare · · Score: 2, Interesting

    Forwarding is wrong. Always has been. Re-mailing is what should be done in the majority of cases. Mailing lists won't have any problem because the mailing list itself can be the return address, thus not invoking an SPF lookup on the poster herself. Private forwarding is the big issue (e.g. like bigfoot.com) and in these cases SRS and backtracking can be used.

    Now do you a constructive suggestion of an alternative to SPF that both supports the kind of forwarding you want to do, and still informs those who participate that no mail server but mine (or which I say) are valid for sending mail addressed as from my domains?

    --
    now we need to go OSS in diesel cars
  31. Re:Joe-jobs or just forged headers still are a pai by Todd+Knarr · · Score: 2, Interesting

    That's probably because you shouldn't be bouncing mail like that. If the local address is unknown or the message triggers a spam filter, the mailserver should respond with a 500-series SMTP error (probably 550). Note: this only works on machines receiving SMTP connections directly from the world. If you know there's another machine between you and the world (eg. external server receives mail, queues it and then passes it along to a second machine that runs the spam filters and delivers the mail to mailboxes), SMTP errors cause other problems.

  32. Dumb. Real dumb. by Eric_Cartman_South_P · · Score: 2, Insightful

    1) Embrace (Done)
    2) Extend (Pending)
    3) ??? (Pending)
    4) Profit (Pending)

    Thanks for helping MS with Step 1. Wait for changes + patent threats in 3-5 years.

  33. Diplomacy: Patents have to be clear and public by Spoing · · Score: 4, Interesting
    This is a diplomactic negotiation.

    It's not over for Microsoft's efforts...though it's very close to being over. The important section that points this out -- with highlighted text -- is below;

    1. 3) On the issue of ignoring patent claims, the working group has at least rough consensus that the patent claims should not be ignored. Additionally, there is at least rough consensus that the participants of the working group cannot accurately describe the specific claims of the patent application. This stems from the fact that the patent application is not publicly available. Given this, it is the opinion of the co-chairs that MARID should not undertake work on alternate algorithms reasonably thought to be covered by the patent application. We do feel that future changes regarding the patent claim or its associated license could significantly change the consensus of the working group, and at such a time it would be appropriate to consider new work of this type.

    They aren't saying that the Microsoft patent (or any patent) is bad...they are saying that it can't be publically reviewed or is not clear enough to make a decision.

    This does give Microsoft some wiggle room if they want to 'clarify' what they mean...and in the course of that, possibly elminate the problems they originally introduced.

    Microsoft has a choice to either correct the mistakes (by 'clarifying' them) or what they contributed with patent encumberences will not be accepted.

    --
    A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
  34. MS is involved in standards setting... by SuperBanana · · Score: 2, Insightful
    They need to be kept 1000 feet away from any standards setting

    Oh, you mean like DHCP and BootP?

    Yeah, that's been a REAL disaster. Encumbered by patents, not cross platform, very secretive...

    Christ- I hate MS as much as the next guy, but chill out.

  35. Sender ID helps.... How? by gral · · Score: 2, Interesting

    I understand that SenderID and other proposals basically want to make sure that the user is a real user, but:

    Doesn't this put a strain on the REAL system?

    Let's say that a SPAM system uses my email address to send out 50000+ emails to the world. That means that my system will get hit with 50000+ requests to validate whether the server sending is really in a Mail Group.

    So on top of all of the ACTUAL work my system is doing, it now has to support all the SPAM systems that want to use my email address on their system.

    This works great for the AOL, Microsoft, etc, but what about the single server mail systems like mine. I support my own email server on my DSL.

    What about all the email sent as spam that refers to linux.org or openoffice.org that already handle alot of ACTUAL mail through the domains.

    Now it has to put up with all the SPAM messages requests to see if their real as well.

    Why not setup the SPAM filters at the Mail Reciept layer, and return a 5nn message saying SPAM is not excepted at this domain.

    They get paid per the actual receieved email. If everyone is killing their delivery before it is received then they don't get paid.

    Am I missing something here?

    --
    Scott Carr
  36. I don't love it. :-< by wayne · · Score: 3, Informative
    I really wish this was a case of the world having a moment of clarity and deciding that MS won't get their way. Unfortunately, nothing could be further from the truth.

    First off, the co-chairs message is so murky and confusing that about a half dozen of us have asked for clarifications about what the heck they are saying.

    Far from ruling against MS, it appears to me that the co-chairs have give the green light to advance the patent encumbered PRA algorithm and they are saying that the IETF working group will not consider any replacement for the PRA since it might infringe on MS's patent.

    Within a matter of seconds after Chuck first posted this story, I told him I thought he had gotten it totally wrong. Chuck agreed that the jig many not be up, reworded the very end of the story (RTFA) and sent email to the co-chairs. To the best of my knowledge, the co-chairs have not responded to any of us who have asked for clarification.

    --
    SPF support for most open source mail servers can be found at libspf2.
  37. Re:Certificate based sender authentication by petong · · Score: 3, Interesting
    There is such a proposal to do this:

    domainkeys

    It allows the edge mail servers to sign an email, and it does not break email like SPF does.

  38. A community of Peers? by caudron · · Score: 2, Interesting

    Whatever happened to the idea that the Internet was a community of peers? I mean, my web browser doesn't care if the web site is registered with DNS or not. I can go to 125.10.233.5 as easily as I can go to linux.com. Likewise, my mail client doesn't care about DNS records. That used to be an optional part of the whole.

    Looks like the days when every machine was a peer on the Internet is gone in favor of the day when every machine must register with a superpeer (like DNS) to be considered a valid endpoint.

    Kinda sucks, if you ask me, to fight spam by ruining the best part of the Internet, ESPECIALLY WHEN THERE ARE BETTER ALTERNATIVES OUT THERE! Look at IM2000 or any similar idea. These would work just as well without requiring me to lose my status as valid endpoint and without me being forced to register with a superpeer, like DNS. :(

    --
    -Tom
  39. SPF is not going to solve any serious problems by Arrogant-Bastard · · Score: 2, Interesting

    1. Will it solve spam? Well, it was announced with the statement "Spam as a technical problem is solved by SPF." but -- despite the lack of a full public retraction of that statement, we're now told it was never intended to solve spam. Fine...but let's note that if it didn't claim to have something do with spam, few people, if any, would care about it.

    2. Will it solve forgeries? No. There are still a myriad of ways forgeries can be constructed -- and many of those will pass SPF checks, because they utilize the outbound mail servers as unforged mail. (And while you might think that the people running those mail servers would detect and correct this...you'd be wrong. They've built up multi-year track records demonstrating that they either don't know or don't care -- so it's unlikely they'll wake up tomorrow feeling differently.)

    3. Will it stop bounces from forgeries? Maybe. But it's important to note that it doesn't stop them by actually FIXING the broken mail systems which are generating them. This is a brittle approach to solving the problem which has as its only merit that it may be easier than tackling the core issue. But experience strongly suggests that it would be much better for the long-term health of the Internet's mail system to roll up our sleeves and actually deal with the bounce-vs-reject issue than find a way to sweep it under the carpet.

    4. Will it stop joe-jobs? Maybe -- if enough people use it, if spammers don't game it (and they're already working on it) and if it doesn't impose its own consequences. (Consider what will happen to your DNS servers if some spammer decides to joe-job your domain and N mail servers out there -- instead of just rejecting the traffic and being done with it -- all try to verify your SPF records simultaneously.)

    5. Does it solve an important problem? No. Forgery isn't a serious problem -- spam is.

    6. Does it solve the problem thoroughly? No. Really solving mail forgery requires secure DNS, public-key encryption of message content, secure end-user systems, secure mail clients, and other components. These all exist, but until they're ubiquitous, any sense that the mail forgery problem is "solved" is illusory.

    Despite all this, there are a few good ideas in SPF, and in DomainKeys, and in some of the other proposals which are out there. But those ideas need to be weighed in light of the environment in which we find ourselves, and take into account:

    • Millions of hijacked systems
    • Cheap "throwaway" domains
    • "Bulletproof" hosting
    • Rapidly-updating DNS (which just got worse)
    • non-SMTP methods of sending spam
    • poorly-maintained mail gateways
    • Scalability (SMTP, DNS, etc.) concerns
    among other things. For example, a much better (and far simpler) proposal that could be implemented immediately with minimal impact is: here. Of course, this doesn't solve everything either, nor does it claim to: but what it does tackle, it handles very well. Backers of SPF/DomainKeys/etc. would be well-advised to take a long look at it.
  40. patent confusion by carlisle_man · · Score: 2, Informative
    Way back in 1982, RFC 822 (STANDARD FOR THE FORMAT OF ARPA INTERNET TEXT MESSAGES) defined most of the email headers currently in use, and those headers have been put on email by senders and mail servers for nearly two decades. In brief, the headers on a mail identify who sent it, what servers handled it as it wended its way to the final recipient, who it was delivered to along the way, who forwarded it, etc. For years, people running mail servers and recpients have been reading the headers to find out who sent the mails and what servers they passed through.

    Now Microsoft says they have applied for a patent on reading the headers on an email to determine -- what? Who sent the mail! Could the writers of the RFC 822 have ever imagined that the headers on an email might be used for something so non-obvious -- so brilliant -- as determining the email address, including the domain name, of the person/entity that sent the email?

    And Microsoft doesn't even have to be granted this amazing patent to throw the MARID working group into a tailspin. They only have to mention that they've applied for it...