<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lee Maguire &#187; Spam</title>
	<atom:link href="http://www.hexkey.co.uk/lee/log/tag/spam/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hexkey.co.uk/lee/log</link>
	<description>graded snobberies, bawdiness, hypocrisy</description>
	<lastBuildDate>Wed, 04 Jan 2012 23:18:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>US Government declares war on zombies</title>
		<link>http://www.hexkey.co.uk/lee/log/2005/05/24/us-government-declares-war-on-zombies/</link>
		<comments>http://www.hexkey.co.uk/lee/log/2005/05/24/us-government-declares-war-on-zombies/#comments</comments>
		<pubDate>Tue, 24 May 2005 22:34:07 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.hexkey.co.uk/lee/log3/?p=59</guid>
		<description><![CDATA[I overheard someone bitching about SPEWS blocking Telewest the other day, about how SPEWS had gone too far (seriously, are people really using SPEWS?) treating innocent users as spammers blah blah blah. The BBC story has quote from the ISP, Telewest, about why they&#8217;ve apparently been so slack about stemming the tide of spam coming [...]]]></description>
			<content:encoded><![CDATA[<p>I overheard someone bitching about <a href="http://news.bbc.co.uk/1/hi/technology/4528927.stm">SPEWS blocking Telewest</a> the other day, about how SPEWS had gone too far (seriously, are people really using SPEWS?) treating innocent users as spammers blah blah blah.  The BBC story has quote from the ISP, Telewest, about why they&#8217;ve apparently been so slack about stemming the tide of spam coming from PCs infected with hidden spammer-controlled mail-engines:</p>
<blockquote cite="http://news.bbc.co.uk/1/hi/technology/4528927.stm"><p>&#8220;We are currently contacting affected customers to help them clean their PCs which, as you can imagine, is a time-consuming task,&#8221; it said.</p></blockquote>
<p>Which, while it needs to be done, is <em>exactly</em> the wrong way to fix this.  They may as well have added &#8220;and once we&#8217;ve contacted all 16,000 of the infected users we imagine nobody on our network will ever be infected with a virus or trojan ever again.&#8221;</p>
<p>The proper solution I&#8217;ve long supported is blocking outgoing port 25 from dynamically allocated addresses.</p>
<p>Now, in theory, all receiving servers could just refuse to accept mail from these addresses.  Unfortunately there&#8217;s no simple way to do this.  MAPS had an RBL for this purpose the dial-up user list, the &#8220;DUL&#8221;, I&#8217;ve no idea if this still publically usable, or if it&#8217;s still maintained. Regional IP registries don&#8217;t seem to record this information in a way that&#8217;s publically queryable. You might encode it into DNS in some way, but given the pathetic level of reverse DNS deployment by many providers I wouldn&#8217;t expect that to be done.</p>
<p>You have to stop the spam from leaving your network.  You have to block it, not at the application layer &#8211; but at the network layer.  Any solution that requires effort on the side of the receiver is already broken.</p>
<p>Today, it seems that blocking port 25 is what the US Federal Trade Commission is advising ISPs to do as part of <a href="http://www.ftc.gov/bcp/conline/edcams/spam/zombie/">Operation Spam Zombies</a>.</p>
<blockquote cite="http://www.ftc.gov/bcp/conline/edcams/spam/zombie/">
<ul>
<li>block port 25 except for the outbound SMTP requirements of authenticated users of mail servers designed for client traffic. Explore implementing Authenticated SMTP on port 587 for clients who must operate outgoing mail servers.</li>
</ul>
</blockquote>
<p>However, the advice about port 587 seems a little confused to my mind.</p>
<p>The solution for &#8220;clients who must operate outgoing mail servers&#8221;, presumably those who need to send direct-to-MX mail (operators of mailing list servers, for example), is for those customers to be allocated static IP addresses, with correct and useful reverse DNS records.  Just putting machines on static addresses doesn&#8217;t make them less susceptible to trojans, of course.<br />
But it does allow for some level of &#8220;reputation&#8221; heuristics, if only to allow others to adjust their filters and back/whitelists.</p>
<p>Port 587, specified in <a title="RFC2476: Message Submission" href="http://www.ietf.org/rfc/rfc2476.txt">RFC2476</a> (back in 1998), concerns how clients submit to an authenticated relay. Not necessarily operating a outgoing mail server from within the ISP&#8217;s ranges (which I take to mean a machine that performs direct-to-MX SMTP delivery).</p>
<p>The concept has two major benefits &#8211; firstly by separating submission and relay/delivery it should simplify the configurations and operation of mail servers and also firewall configurations.  At the client end it allows you to configure the mail software on a network roaming laptop to use the same outgoing mail server without having to worry about port 25 blocking.</p>
<p>And note that in some circumstances it is a <em>requirement</em> that people relay mail though a specific, external, mail server. <a href="http://en.wikipedia.org/wiki/Sarbanes-Oxley_Act">Some regulations</a> require that all business mail be auditable, and usually this means using the mail server to store a copy.</p>
<p>If you&#8217;re already running a mail server that requires SMTP Authentication then you should make it available on port 587  as well as (or instead of) port 25.  So in terms of advice &#8211; it&#8217;s not the network providing ISPs that need to be talked to &#8211; it&#8217;s the third party providers of mail relaying services, it&#8217;s the providers of mail server software, and it&#8217;s the providers of mail client software.</p>
<p>The second group isn&#8217;t too much of a problem.  Sendmail certainly supports port 587 though its MSA (Mail Submission Agent).  And, since the only real difference in protocol terms between port 25 and port 587 is that port 587 traffic must require SMTP Auth, you can get away with running another server on the other port (if that&#8217;s possible) or, as a hack, just redirect port 587 traffic to port 25 on the same address.</p>
<p>It&#8217;s the client software that I&#8217;d expect to be problematic.  Despite  being a Standards Track RFC for six-and-a-half years, I&#8217;ve never really encountered much support in mail clients.</p>
<p>At best, I&#8217;ve seen clients that allow you to change the port number from a default of 25 &#8211; but nothing that acknowledges the &#8220;official&#8221; status of 587. Just as a test I&#8217;ve checked the configuration of Evolution, and it makes no reference to using alternative ports at all (although you can apparently suffix &#8220;:587&#8243; to the host name for the same effect.</p>
<p>Ultimately, I guess you could set up some thing locally that listens on localhost port 25 and relays on to the remote server with SMTP Auth.</p>
<p>If blocking port 25 is going to work on a larger scale, people need to be submitting bug reports for the software that they&#8217;re using right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hexkey.co.uk/lee/log/2005/05/24/us-government-declares-war-on-zombies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>By the order of MANDAMUS!</title>
		<link>http://www.hexkey.co.uk/lee/log/2004/12/21/by-the-order-of-mandamus/</link>
		<comments>http://www.hexkey.co.uk/lee/log/2004/12/21/by-the-order-of-mandamus/#comments</comments>
		<pubDate>Tue, 21 Dec 2004 23:33:49 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.hexkey.co.uk/lee/log3/?p=109</guid>
		<description><![CDATA[Checking the spam bin today, I came across an interesting, and new to me development in the Nigerian scam (in which &#8220;cleared&#8221; checks later bounce). I&#8217;ve seen the Dutch lottery wins and those goofy widow-of-deposed-general emails for a while now. But the emails from Vincent Gravens are the next step in the scam&#8217;s evolution. The email you receive [...]]]></description>
			<content:encoded><![CDATA[<p>Checking the spam bin today, I came across an interesting, and new to me development in the <a title="Wikipedia: Advance fee fraud">Nigerian scam</a> (in which &#8220;cleared&#8221; checks later bounce). I&#8217;ve seen the Dutch lottery wins and those goofy widow-of-deposed-general emails for a while now.  But the emails from Vincent Gravens are the next step in the scam&#8217;s evolution.</p>
<p>The email you receive is apparently from a lawyer based in your own country apparently representing the estate of a (recently deceased) rich relative. A scenario that would pique the interest of quite a few, I&#8217;d imagine.</p>
<p>The number of data points is pretty low &#8211; a surname and a country (probably generated based on the top-level-domain of the email address) in a simple mail merge.  We probably haven&#8217;t reached a future where rogue AIs are crunching online genealogy resources and spidering FOAF files in order to actually <em>impersonate</em> your friends and family, but we&#8217;re a small step closer.</p>
<p>Obviously, the next great advance in the deception will come when one of the Nigerian scammers pays someone to actually proof-read their form letters.</p>
<p>I&#8217;ve reproduced the message below.  The address given is that of an <a href="http://www.tsslaw.co.uk/">actual solicitors office</a>, but given the weird extra line on the address, I&#8217;m guessing it&#8217;s pulled at random from a list of London solicitors addresses. The only other references I can find to the Gravens mail online are in a <a href="http://jurabilis.blogspot.com/2004/12/erbenermittler-der-besonderen-art.html">German blog entry </a>and a recent <a href="http://www.thecarolinachannel.com/buyerbeware/3890302/detail.html">consumer warning story</a> on a US website. It looks like information about this varient was added to the wikipedia hivemind in <a href="http://en.wikipedia.org/w/wiki.phtml?title=Advan&lt;br &gt;&lt;/a&gt; ce_fee_fraud&amp;diff=3239681&amp;oldid=3164254">April</a>.</p>
<blockquote><p>Gravens &amp; Associates<br />
37 Bedford Row<br />
London<br />
WC1R 4JH<br />
DX 75 Chancery Lane<br />
Phone:+44-704-0112915</p>
<p><a href="mailto:Email:gravens_chamb1@fastermail.com">Email:gravens_chamb1@fastermail.com</a><br />
Dear <strong>YourSurname</strong>,  </p>
<p>With all sincerity my names is Mr.Vincent Gravens, a practicing financial attorney representing the late Mr.<strong>RandomFirstname YourSurname</strong>, my late client who died Recently leaving some estate funds Amounting(5.5million US Dollars)Five Million,Five Hundred Thousand Us Dollars deposited with his Finance House in Europe.Since he died, I have received from his Finance House, an order of MANDAMUS, mandating me to locate any of his relatives/confidant for purpose of Preparing them to receive !  the deposited sum.</p>
<p>However,The fund may be Donated to trust fund if there is no response to this Mandamus Within the period the Finance House permitted the search. I am currently in London and I decided to seek your collaboration in confidence. To permit me present you to the payment institution as the beneficiary/Next of kin to the deceased. There is evidence to back up our claims On presenting you as the Bonafide beneficiary to the fund.</p>
<p>All I require is your cooperation to work it out. I guarantee that this will be executed under a legitimate arrangement that will protect you and me from any breach of the law.Please reach me with your personal details. I will be sending you the transaction Detail of the transaction lmmediately. I repeat I have covered every legal side of the transaction.</p>
<p>Respond most urgent.I anticipate your urgent response to enable us meet the required date.</p>
<p>Please reply through this private email box</p>
<p>Email:gravens_chamb1@fastermail.com</p>
<p>Best regards,<br />
Vincent Gravens</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.hexkey.co.uk/lee/log/2004/12/21/by-the-order-of-mandamus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SPF redux</title>
		<link>http://www.hexkey.co.uk/lee/log/2004/09/08/spf-redux/</link>
		<comments>http://www.hexkey.co.uk/lee/log/2004/09/08/spf-redux/#comments</comments>
		<pubDate>Wed, 08 Sep 2004 22:01:34 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.hexkey.co.uk/lee/log3/?p=136</guid>
		<description><![CDATA[About a year ago I got excited by the prospects of the SPF anti-spam scheme. Of course this is before Microsoft negotiated to merge SPF with their own &#8220;Caller-ID&#8221; scheme and the dark cloud of IP licensing poisoned my support. Anyway, to repeat the main problem with SPF: SPF validated using envelope sender addresses. This was good because it meant that [...]]]></description>
			<content:encoded><![CDATA[<p>About a year ago I got excited by the prospects of the <a title="2003-10-30 Sounds Pretty Feasible" href="http://www.hexkey.co.uk/lee/log/2003/10/30/#1067514600">SPF anti-spam scheme</a>. Of course this is before Microsoft negotiated to merge SPF with their own &#8220;Caller-ID&#8221; scheme and the <a title="ASF Position Regarding Sender ID" href="http://www.apache.org/foundation/docs/sender-id-position.html">dark cloud of IP licensing </a>poisoned my support.</p>
<p>Anyway, to repeat the main problem with SPF:  SPF validated using envelope sender addresses.  This was good because it meant that validation an rejection could happen before accepting the email, but was bad because it meant that traditional mail forwarding (where the envelope sender is preserved) wouldn&#8217;t work. I wasn&#8217;t a fan of the proposed solution which involved sender rewriting.</p>
<blockquote cite="http://www.hexkey.co.uk/lee/log/2003/10/30/#1067514600"><p>I imagine, if this proposal goes through the IETF wringer, we&#8217;ll eventually end up with a standard SPF ESMTP extension being advertised and recognised by &#8221;SPF2&#8243; compliant mailservers. This will be the hook to communicate the additional information for dealing with forwards and bounces. Servers that do not advertise or recognise the extension would work as normal, and be candidates for a local whitelist.</p></blockquote>
<p>Well, that&#8217;s similar to the Draft for <a title="INTERNET-DRAFT: SMTP Service Extension for Indicating the Responsible Submitter of an E-mail Message" href="http://www.ietf.org/internet-drafts/draft-ietf-marid-submitter-03.txt">the SUBMITTER extension</a> which was submitted to the IETF in August.</p>
<p>SenderID, unlike SFP (or &#8220;SPF-Classic&#8221;) doesn&#8217;t validate the envelope sender, but rather attempts to determine the &#8220;responsible address&#8221; by accepting the email and parsing the header.  This means that rejection can&#8217;t happen until after the email has been accepted, which is non-optimal.  (And given the number of broken mailers out there that refuse to regard post-data rejections as fatal, just asking for trouble.)</p>
<p>The ESMTP extension allows the responsible address to be specified up-front by the submitter during transaction time, allowing for instant rejection (and then a second chance if the approved sender is not listed in the headers). I don&#8217;t know if there are any specific IP claims on this proposal, but since it&#8217;s just about the simplest and obvious ESMTP extension, I&#8217;d be surprised if there were.</p>
<p>Regardless of the SenderID scheme being adopted as a whole, I&#8217;d like to see this extension supported by not only the software for receiving mail, but also the software used in sending mail, just so that when the dust of the current disputes finally settle, the bulk of the infrastructure will be there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hexkey.co.uk/lee/log/2004/09/08/spf-redux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hotmail adopts a whitelist</title>
		<link>http://www.hexkey.co.uk/lee/log/2004/05/05/hotmail-adopts-a-whitelist/</link>
		<comments>http://www.hexkey.co.uk/lee/log/2004/05/05/hotmail-adopts-a-whitelist/#comments</comments>
		<pubDate>Wed, 05 May 2004 18:01:12 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.hexkey.co.uk/lee/log3/?p=180</guid>
		<description><![CDATA[Bouquets to Hotmail for adopting the Bonded Sender whitelist that I mentioned back in 2002. Brickbats to the Slashdot monkeyboys who can somehow spin a positive antispam development into a Microsoft-is-evil story. Sigh.]]></description>
			<content:encoded><![CDATA[<p>Bouquets to Hotmail for adopting the <a href="http://www.bondedsender.com/">Bonded Sender whitelist </a>that I <a title="Blackmail is such an ugly word" href="/lee/log/2002/12/20/">mentioned back in 2002</a>.</p>
<p>Brickbats to the <a title="Microsoft Will Sell Whitelist Services For Hotmail" href="http://yro.slashdot.org/yro/04/05/05/1237245.shtml">Slashdot monkeyboys</a> who can somehow spin a positive antispam development into a Microsoft-is-evil story.  <em>Sigh</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hexkey.co.uk/lee/log/2004/05/05/hotmail-adopts-a-whitelist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7-bit character assassination</title>
		<link>http://www.hexkey.co.uk/lee/log/2003/11/08/7-bit-character-assassination/</link>
		<comments>http://www.hexkey.co.uk/lee/log/2003/11/08/7-bit-character-assassination/#comments</comments>
		<pubDate>Sat, 08 Nov 2003 19:52:57 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.hexkey.co.uk/lee/log3/?p=262</guid>
		<description><![CDATA[There&#8217;s a good chance NTK now got nuked by a few SpamAssassin installations this week. NTK usually skirts close to the thresholds many filter systems &#8211; its invitation to unsubscribe, WHOLE LINE OF YELLING, the occasional IP addresses in a URL. Every week we get a handful of automatic mails from corporate email systems either accusing it of being [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a good chance <a href="http://www.ntk.net/">NTK now</a> got nuked by a few SpamAssassin installations this week.</p>
<p>NTK usually skirts close to the thresholds many filter systems &#8211; its invitation to unsubscribe, WHOLE LINE OF YELLING, the occasional IP addresses in a URL.  Every week we get a handful of automatic mails from corporate email systems either accusing it of being spam or asking us to clean up the language and resend (far easier just to unsub the mollycoddled).</p>
<p>But this week we were in <acronym title="Domain Name System Black-list">DNSBL<acronym>s. </acronym></acronym></p>
<p>Not the listserver, that was fine.  The machine that was listed was the first link in the chain.  The PC the mail was sent from.</p>
<p>The normal focus for DNSBL/RBL schemes (at least historically) is to only be concerned with one IP address: the IP address of the machine connecting to an MX of the recipient&#8217;s domain, the last of the &#8220;untrusted&#8221; addresses. This model also assumes that PCs send their outgoing SMTP mail via a &#8221;smarthost&#8221;, usually provided by their ISP. Indeed, sending mail via the smarthost is often recommended as the solution to those adversely affected by DNSBL listings.</p>
<p>This facility isn&#8217;t of much use to someone receiving mail via POP3, so some client-side mail scanners will pull the relevant IP addresses out of the headers in order to test them. SpamAssassin includes a variety of <em>RCVD_IN_??? </em><a href="http://www.spamassassin.org/tests.html">tests </a>that are, apparently, applied to all IP addresses found the Received: headers and (I assume) treats them with equal suspicion.</p>
<p>I believe this &#8220;overloading&#8221; is dangerous when using traditional DNSBLs.</p>
<p>Dave sent out the mail from his home PC this week.  His home PC is on a BT ADSL line.  IP addresses for his ADSL provider (like many others) are dynamically allocated via DHCP.  At some point, probably last week, a new DHCP lease was issued with a new IP address.</p>
<p>One of the previous users of this IP address, back in June, was operating an open proxy (possibly one that had been used for spamming). As a result it found itself on many blacklists. That an open proxy was listed isn&#8217;t, in itself, a bad thing (although I&#8217;m not too sure about lists of open proxies being kept indefinitely without re-testing) since in traditional DNSBL deployment only the listing of a smarthost will be expected to cause issues with legitimate mail.</p>
<p>SpamAssassin, however, provides extra opportunity for false positives that affect single senders, seemingly at random.  Every mail, regardless of whether it is sent directly or via a smarthost, will probably contain a header containing the IP address of the PC. If that&#8217;s a DNSBL listed IP address, then that mail is tainted.  And since it only affects a few at a time there&#8217;s no swell of complaints to the ISP to get things &#8221;fixed&#8221;, just the potential for a few silently dropped mails (more in the case of mailing lists). And, for those that discover the problem before they are assigned a new address, a rude introduction to DNSBLs.</p>
<p>So every mail that got sent out from the NTK list server contained one Received: header containing a tainted IP address, and on some systems this was enough to push it into the threshold of spam (although setups, whitelists and scoring differs, so we can&#8217;t know how many subscribers this affected.)</p>
<p>Of course there are things that could be done to get around this: pre-process the mail headers to remove the offending headers, send mail from somewhere else, etc. But these don&#8217;t fix the problem, i.e. the same problem that&#8217;s probably going to affect a future user of this IP address, and those similarly affected.</p>
<p>And I imagine the address will still be in those DNSBLs for the foreseeable future.  I looked into requesting removal on the various websites. Getting it removed from <a title="Not Just Another Bogus List" href="http://www.njabl.org">NJABL </a>was painless. <acronym title="Distributed Server Boycott List">DSBL</acronym>, however, requires that the <a href="http://dsbl.org/removalquery">removal request </a>comes from the listed admin of the address.  Their insistence on mail being read by abuse@ and postmaster@ would normally be commendable. But, lets face it, any process that requires mail to abuse@btopenworld.com to be read isn&#8217;t going to be completed.  Especially if it only affects one bemused user at a time.</p>
<p>For anyone who uses dynamically allocated IP addresses my advice is to check it against <a href="http://openrbl.org/">OpenRBL</a>.  You probably won&#8217;t be able to do anything about it if it is, but at least you&#8217;ll have a heads up on potential problems.</p>
<p>For anyone using SpamAssassin, or other tools that do retrospective DNSBL lookups &#8211; please be aware of this when adjusting the scores. My simple philosophy is that if your anti-spam filter identifies non-spam as spam, then it&#8217;s your software that&#8217;s broken.</p>
<p>Modifying mail in an attempt to prevent your software from exposing its own shortcomings would be a disservice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hexkey.co.uk/lee/log/2003/11/08/7-bit-character-assassination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And another two cents</title>
		<link>http://www.hexkey.co.uk/lee/log/2003/10/27/and-another-two-cents/</link>
		<comments>http://www.hexkey.co.uk/lee/log/2003/10/27/and-another-two-cents/#comments</comments>
		<pubDate>Mon, 27 Oct 2003 21:36:54 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.hexkey.co.uk/lee/log3/?p=277</guid>
		<description><![CDATA[Since it was linked from last week&#8217;s NTK people other than Googlebot have read a post I made in May about tightening SMTP standards and I&#8217;ve begun to get some feedback. One correspondent questioned the validity of using SMS-spam as some indication that micropayment systems wouldn&#8217;t necessarily deter spam. It&#8217;s a fair point, I suppose. Message charges are set (and collected) by [...]]]></description>
			<content:encoded><![CDATA[<p>Since it was linked from <a title="Need To Know 2003-10-24" href="http://www.ntk.net/2003/10/24/">last week&#8217;s NTK </a>people other than Googlebot have read a post I made in May about <a title="Shooting the messenger" href="/lee/log/2003/05/22/">tightening SMTP standards </a>and I&#8217;ve begun to get some feedback.</p>
<p>One correspondent questioned the validity of using SMS-spam as some indication that micropayment systems wouldn&#8217;t necessarily deter spam.  It&#8217;s a fair point, I suppose.  Message charges are set (and collected) by the sender&#8217;s service provider and can traverse to recipients on other networks.  Bulk message senders are free to shop for the cheapest service provider and thus pay a fraction of the usual cost.  Surely any charging system designed for email would feature negotiation (automatic or not) directly between the sender and the receiver?</p>
<p>Well, yes.  A well thought-out proposal could feature this.  But I don&#8217;t think you&#8217;d ever see it adopted.  There&#8217;s a lot of discussion and a lot of proposals flying around, and I&#8217;m not au fait with them, but I haven&#8217;t seen anything to convince against the following:</p>
<ul>
<li> any widely deployed currency-based per-message charging will ultimately be set and collected by the sender&#8217;s service provider</li>
<li> currency-based charging will never be successfully integrated into the existing global SMTP infrastructure</li>
</ul>
<p>It&#8217;s not that I don&#8217;t think it&#8217;s technically feasible to implement a fair sender/receiver currency-based charging system globally, I just don&#8217;t think it&#8217;s <em>politically</em> feasible.</p>
<p>Imagine all the email you get in a day.  Subtract all of the mailing list traffic.  Subtract all of the mail that comes from addresses in your address book, addresses you have mailed, and addresses from which you have received legitimate mail from in the past. This is the mail that can be white-listed (ignoring the issue of spam infiltrating mailing lists for now). What you have left is the problem &#8211; probably 99% of it spam, and what&#8217;s left after that is legitimate &#8220;initial contact&#8221; mail from new addresses. The problem isn&#8217;t separating the spam from the mail, the problem is separating the &#8220;initial contact&#8221; mails from the spam.</p>
<p>(Yes, the ability to forge identities can reduce the effectiveness of a whitelist approach.  The solution to that problem isn&#8217;t payment, but rather the adoption of signing.  Public-key based message signing at the client side, TLS on the delivery side - where some use can eventually be made of certificates for authentication and trust relationships.)</p>
<p>You wouldn&#8217;t want your friends and contacts to be charged for the privilege of emailing you (well <em>I</em> wouldn&#8217;t), so that leaves the spam and the &#8220;initial&#8221; mails.  The ideal charging level is that which doesn&#8217;t dissuade legitimate correspondence but does dissuade unwelcome commercial messages.  Does such a level exist?  I have no doubt that any cost barriers that are introduced will have a direct effect on the amount of unwanted commercial messages, but I don&#8217;t know that there&#8217;s a level that produces a neat line separating the two.  I have always received more (paper) junk mail than normal mail, thankfully nowhere near the depressing ratio of spam to email,yet what value of postage stamp would dissuade me from, say, informing a random webmaster of a minor mistake on their site?</p>
<p>I consider the idea that some middle-ground would thrive &#8211; that, for example, busy executives would charge large amounts to receive email - to be fanciful.  It&#8217;s usually the fear of the odd overlooked gem that has rendered anti-spam techniques impotent. A salutation from a long lost friend with the subject &#8220;Hi&#8221;, an important business mail sent out-of-hours from the kid&#8217;s computer, that domain renewal reminder. Most people would apply no charge on the things they want to read, and a bajillion dollars on spam.  And if there&#8217;s mail you don&#8217;t want to read but have to?  Chances are you&#8217;re being paid to read them already &#8211; get back to work.</p>
<p>So if you price too high for the spammers, no money changes hands.  And if you set a price of nothing for your friends, no money changes hands. Whoa, hold on! To the Internet Service Providers this is a potential Critical Revenue Source. If they&#8217;re going to have to develop and deploy these system  (assuming they aren&#8217;t out-of-band charging systems)  their slice of the pie is going to have to be <em>worth something</em>.</p>
<p>In fact, why wouldn&#8217;t it be <em>their</em> pie?  Why can&#8217;t your Service Provider bill for email like the phone company bills for calls, or SMS messages.  An analog to the phone company, while possibly flawed in the network sense, is clear.  It&#8217;s their systems that will be handling the mail, their systems that will likely negotiate the financial transactions, and it&#8217;s they who receive the complaints when things go wrong.  If anyone&#8217;s going to benefit from email charges it&#8217;s going to be them.  And while we&#8217;re at it, why would charges be the &#8221;nominal&#8221; amounts that proposals promise.  Why wouldn&#8217;t they be whatever the market will accept (which will be some point between significant and insignificant &#8211; more that nominal by definition).</p>
<p>It&#8217;s often said of phone companies that it costs them more to bill for a call than it does to facilitate it.  I can guarantee that will be the case, many times over, for email.</p>
<p>One of the effects of the big players  arriving late to the email party is that, while it&#8217;s difficult for any of them to unilaterally dictate the community&#8217;s technical standards, it&#8217;s easy for them to stymie the adoption of new ones.  If your proposal doesn&#8217;t sit well with the big boys, the likes of Microsoft (Hotmail) and AOL, it doesn&#8217;t stand a chance of being adopted in any useful sense.</p>
<p>And if email is left to continue it&#8217;s dissent into a cesspool of spam and Windows viruses?  Well, it&#8217;ll still be to the likes Microsoft whom the world will come begging for an alternative.</p>
<p>If you want an rough idea what a replacement for email might look like, keep an eye on the <acronym title="Instant Messaging">IM</acronym> networks over the next couple of years.  On the one hand is what I would consider the &#8221;traditional&#8221; approach to Internet services, favoured by <a href="http://www.jabber.org/">Jabber</a>, of decentralisation and <a title="IETF Extensible Messaging and Presence Protocol Working Group" href="http://www.ietf.org/html.charters/xmpp-charter.html">open standards</a>. On the other hand is the commercial approach of <acronym title="Microsoft Network">MSN</acronym>, <acronym title="America OnLine">AOL</acronym>, and Yahoo: proprietary protocols, user lock-in, software lock-in, and possible advertising or subscription revenue. As far as I know there&#8217;s no way to send messages between these commercial networks.  Currently the best solution is a single application managing multiple separate accounts, but &#8211; when these networks begin to monetise &#8211; these temporary freedoms may prove short lived.</p>
<p>But maybe we won&#8217;t see this in email.  Maybe the infrastructure won&#8217;t be built for the benefit of the big commercial players. Maybe a payment infrastructure would be built that, if it actually worked, would hardly ever be used.</p>
<p>I can&#8217;t see the world&#8217;s tax-men ignoring this for long.</p>
<p>While the frequent warnings about impending email taxes are usually variations on a long running <a title="Snopes: Post Office email tax hoax" href="http://www.snopes.com/business/taxes/bill602p.asp">hoax</a>, it doesn&#8217;t mean that government bodies haven&#8217;t seriously considered it (especially in Europe).  As recently as 1999 <a title="Wired News: UN Proposes Global Email Tax (1999-07-13)" href="http://www.wired.com/news/politics/0,1283,20705,00.html">the UN proposed an email tax</a> purely as a way of generating revenue (in this case for third world infrastructure development). I imagine it was mainly the lack of suitable infrastructure coupled with widespread suspicion of Government meddling in an emerging industry that eventually shelves these ideas.</p>
<p>Back in the mid-nineties the Canadian economist Arthur Cordell was proposing a &#8220;bit tax&#8221; of .000001 cents/bit.  This might sound reasonable if you work out how much that is per email, but at the time I remember working out that (even if you were to discount the data used for routing and transmission control) the network delivery of a single <acronym title="Moving Picture Experts Group">MPEG</acronym>-2 encoded 2-hour movie would accrue around $300 in tax. There&#8217;s clearly no direct correlation between bits and &#8220;value&#8221; &#8211; a single floppy disk&#8217;s worth of text can be more valuable than the bulk of Charlie Sheen&#8217;s filmography.</p>
<p>Emails are attractive as taxable electronic &#8220;items&#8221;. There&#8217;s still the potential for growth (especially in a spam-free environment), a fairly consistent idea of what a single email message is, and there&#8217;s usually some level of personal or commercial value in them that make sub-penny level taxes seem insignificant.  And now, thanks to spam, tax proposals can now be dressed up as positive measures to benefit users.</p>
<p>When you introduce money into a system you&#8217;ll end up attempting to implement a solution that, as well as dealing with the primary problem of spam, also has to satisfy a host of conflicting secondary agendas. This is why I don&#8217;t think we&#8217;ll see currency based-charging in SMTP the resistance to change would be too great.  And, I expect any proposed commercial replacement for SMTP/RFC-standard based email systems will incorporate charging from day one.  And I don&#8217;t expect users to adopt them at anywhere near the penetration of current email.</p>
<p>But what of other &#8220;payment&#8221; schemes, ones that rely on non-currency based charging?  Certainly, I think they&#8217;ve got more chance of adoption than money-based charges, but I&#8217;m not convinced yet.  I&#8217;ll probably address these in a future submission.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hexkey.co.uk/lee/log/2003/10/27/and-another-two-cents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitelists for UK commercial email</title>
		<link>http://www.hexkey.co.uk/lee/log/2003/09/29/whitelists-for-uk-commercial-email/</link>
		<comments>http://www.hexkey.co.uk/lee/log/2003/09/29/whitelists-for-uk-commercial-email/#comments</comments>
		<pubDate>Mon, 29 Sep 2003 18:01:37 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.hexkey.co.uk/lee/log3/?p=315</guid>
		<description><![CDATA[Is the DMA about to start endorsing a DNSDB approach to filtering email? From a recent NMA article: Head of the Direct Marketing Association&#8217;s interactive media division, Robert Dirskovski, said its Email Marketing Council had been discussing the possibility of introducing a white list solution. This would list those who are entitled to send email, and would be regulated by ISPs and/or a government agency. [...]]]></description>
			<content:encoded><![CDATA[<p>Is the<a title="Direct Marketing Association" href="http://www.dma.org.uk/"><span style="color: #000000; text-decoration: none;"> </span></a><a title="Direct Marketing Association" href="http://www.dma.org.uk/">DMA </a>about to start endorsing a DNSDB approach to filtering email? From a recent NMA <a title="NMA: Email marketers consider white list to control spam" href="http://www.newmediazero.com/nma/story.asp?id=244194">article</a>:</p>
<blockquote cite="http://www.newmediazero.com/nma/story.asp?id=244194"><p>Head of the Direct Marketing Association&#8217;s interactive media division, Robert Dirskovski, said its Email Marketing Council had been discussing the possibility of introducing a white list solution.</p>
<p>This would list those who are entitled to send email, and would be regulated by ISPs and/or a government agency.</p></blockquote>
<p>Now obviously the juicy combination of &#8220;government agency&#8221; and &#8220;those who are entitled to send email&#8221; tends to set-off whatever the libertarian version of <a title="My Google-Sense is tingling!" href="http://www.google.com/search?q=%22sense+is+tingling%22+-spider+-spidey">spider-sense</a> is.  But more likely, it&#8217;s going to be another piece of &#8220;industry self-regulation&#8221; designed to <em>avoid</em> government intervention.</p>
<p>Now, I don&#8217;t know what the <a title="email Marketing Council" href="http://www.dma.org.uk/Shared/council_about.asp?sc=B">Email Marketing Council </a>have been discussing, but I&#8217;d speculate that most practical and likely approach is going to be running a public DNSDB.  I imagine the plan would work like this:</p>
<ul>
<li>The DMA sets up their own <a href="/lee/log/2002/12/20/">whitelist</a> zone, in a similar fashion<br />
to any <acronym title="DNS Blacklist">DNSBL</acronym>/<acronym title="Realtime Blacklist">RBL</acronym>.  But the zone lists approved IP addresses.</li>
<li>DMA members who agree to a specific code-of-practice<br />
have their outgoing IP addresses added to this zone. In theory, you could use the domain of the envelope sender, but at the moment that approach invites forgeries.</li>
<li><acronym title="Internet Service Providers">ISP</acronym>s in the UK are persuaded to configure mail filtering (if such filtering exists) to use the zone as a whitelist. (I believe configuration for whitelist DNSDB is possible in most of the major <acronym title="Mail Transfer Agent">MTA </acronym>systems, at least the Unix ones, as well as some personal filtering software such as SpamAssassin.)</li>
<li>Rather than being subject to instant fines as with the <a title="Bonded Sender" href="http://www.bondedsender.com">Bonded Sender</a> system,  they would likely be subjected to some DMA internal wrist-slapping procedure.  Of course abusers would still be subject to the relevant <a href="/lee/log/2003/09/18/">government regulations</a>, so hopefully it&#8217;ll still be in the best interests of the DMA to be seen to be keeping it&#8217;s own house clean.</li>
<li>Remaining UK ISPs that continue to block &#8220;legitimate&#8221; mail from whitelisted IP addresses can be targeted by charm before they start making complaints (unfair restraint of trade?).</li>
</ul>
<p>If this is what happens then I&#8217;d view it as a broadly positive move. Believe it or not, there are lists (commercial or not) who despite being careful in ensuring confirmed opt-in subscriptions still get accused of spamming by (usually) automated systems. While it doesn&#8217;t stop the non-stop spew of common-variety spam it does attempt to cover a major issue caused by spam: false-positive blocking of legitimate commercial email, and a provides stick-shaped carrot to deter legitimate organisations from adopting illegitimate marketing practices.</p>
<p>The main danger may come from putting to much control in the hands of those administrating the lists (a problem that has tarnished the reputations of blacklists when abuse of this power is perceived to have occurred).  But, providing there&#8217;s no government-mandated use of the lists, the ability of ISPs to boycott the list, or use alternatives, should keep it useful.</p>
<p>At the very least, it might provide a catalyst for further DNSDB whitelist use. Shared whitelists are the the yang to the shared blacklist yin, in my opinion only a combination of the two can provide the right balance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hexkey.co.uk/lee/log/2003/09/29/whitelists-for-uk-commercial-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UK Junk Email Laws Unsuprisingly Rubbish</title>
		<link>http://www.hexkey.co.uk/lee/log/2003/09/18/uk-junk-email-laws-unsuprisingly-rubbish/</link>
		<comments>http://www.hexkey.co.uk/lee/log/2003/09/18/uk-junk-email-laws-unsuprisingly-rubbish/#comments</comments>
		<pubDate>Thu, 18 Sep 2003 18:00:38 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.hexkey.co.uk/lee/log3/?p=323</guid>
		<description><![CDATA[The reactions to the DTI&#8217;s anti-spam regulations have been somewhat less than positive. For a start, they don&#8217;t prohibit mail going to addresses used for business (other than opt-out-per-campaign, which will have little effect). One of the practical objections to this being: how can a spammer differentiate between a business and personal address? You can&#8217;t usually tell just by looking at an [...]]]></description>
			<content:encoded><![CDATA[<p>The reactions to the DTI&#8217;s <a title="NEW MOVES TO HAMMER SPAMMERS" href="http://www.gnn.gov.uk/gnn/national.nsf/TI/75DD086A1806639080256DA500521895?opendocument">anti-spam regulations </a>have been <a title="SPAMHAUS: Britain Legalizes Business Spam" href="http://www.spamhaus.org/action.lasso?-database=sbl_news&amp;-layout=detail&amp;-response=newsstory.lasso&amp;recordID=119&amp;-search">somewhat less than positive</a>. For a start, they don&#8217;t prohibit mail going to addresses used for business (other than opt-out-per-campaign, which will have little effect). One of the practical objections to this being: how can a spammer differentiate between a business and personal address?</p>
<p>You can&#8217;t usually tell just by looking at an address if it is used for business, personal use, or both.  Or if the usage has changed (a corporate address for an ex-employee forwarding to a personal account). I expect that UK spammers will initially make a &#8220;good faith&#8221; attempt at distinguishing between them &#8211; by just assuming that all addresses are used for business unless they&#8217;re specifically informed otherwise.</p>
<p>If so, this will probably lead to what anti-spam activists have been trying to avoid &#8211; a registry of UK personal e-mail addresses. In other words a <a title="Telephone Preference Service" href="http://www.tpsonline.org.uk/">TPS</a>-style &#8221;opt-out&#8221; system through the back door (essentially, a victory for the Direct Marketing agenda).</p>
<p>But why should private users be forced to disclose their private details? Wouldn&#8217;t it be easier to establish a registry of business email addresses?<br />
Companies already have to register a postal address with <a title="Companies House" href="http://www.companies-house.gov.uk/">Companies House</a>. Each company would be forced to have at least one registered email address (businesses that have no access to email could make a declaration as such) and these would be considered &#8220;fair game&#8221; for unsolicited marketing.</p>
<p>This would get around the privacy/DPA issues of databases of personal email addresses.  It also solves the problem of defining what a UK email address is (the physical location of the primary <acronym title="Mail eXchanger">MX</acronym> or the reader?).<br />
It&#8217;s not an ideal solution &#8211; thousands of people will still be sorting the wheat from the chaff &#8211; but apparently when it comes to trade regulations, you can&#8217;t save everyone.</p>
<p>Also I note that the DTI definition of spam appears to have been modified from the <a title="The Definition of Spam" href="http://www.spamhaus.org/definition.html">normal definition </a>to append a DMA appeasement:</p>
<blockquote cite="http://www.gnn.gov.uk/gnn/national.nsf/TI/75DD086A1806639080256DA500521895?opendocument"><p>Spam is unsolicited commercial e-mail sent without the consent of the addressee <strong>and without any attempt at targeting recipients who are likely to be interested in its contents</strong>.</p></blockquote>
<p>This removes the notion of &#8220;bulk&#8221; mail and replaces it with something<br />
that can be (and probably is) &#8220;bulk&#8221;. So if you receive unsolicited commercial e-mail where <em>some</em> attempt has be made to target you, it <em>isn&#8217;t</em> spam.  Although I think it&#8217;s still covered by the regulations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hexkey.co.uk/lee/log/2003/09/18/uk-junk-email-laws-unsuprisingly-rubbish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

