<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Why you need to keep false-positives to a minimum</title>
	<atom:link href="http://www.allspammedup.com/2009/02/why-you-need-to-keep-false-positives-to-a-minimum/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.allspammedup.com/2009/02/why-you-need-to-keep-false-positives-to-a-minimum/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 11:22:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Weekend reading - subject: exchange</title>
		<link>http://www.allspammedup.com/2009/02/why-you-need-to-keep-false-positives-to-a-minimum/comment-page-1/#comment-1689</link>
		<dc:creator>Weekend reading - subject: exchange</dc:creator>
		<pubDate>Sun, 08 Feb 2009 12:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.allspammedup.com/?p=388#comment-1689</guid>
		<description>[...] Why you need to keep false-positives to a minimum [...]</description>
		<content:encoded><![CDATA[<p>[...] Why you need to keep false-positives to a minimum [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Zerolove</title>
		<link>http://www.allspammedup.com/2009/02/why-you-need-to-keep-false-positives-to-a-minimum/comment-page-1/#comment-1676</link>
		<dc:creator>Zerolove</dc:creator>
		<pubDate>Fri, 06 Feb 2009 04:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.allspammedup.com/?p=388#comment-1676</guid>
		<description>So true, nothing worst then B2B email&#039;s being marked as spam. This is a big no no at my job. But on a side note, I deal with some very large law offices. One is a bankruptcy office, and when the bankruptcy courts went digital and they started sending auto replies back to the clients they used xxx@something.uscourts.gov this has now changed for obvious reasons.</description>
		<content:encoded><![CDATA[<p>So true, nothing worst then B2B email&#8217;s being marked as spam. This is a big no no at my job. But on a side note, I deal with some very large law offices. One is a bankruptcy office, and when the bankruptcy courts went digital and they started sending auto replies back to the clients they used <a href="mailto:xxx@something.uscourts.gov">xxx@something.uscourts.gov</a> this has now changed for obvious reasons.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Freegard</title>
		<link>http://www.allspammedup.com/2009/02/why-you-need-to-keep-false-positives-to-a-minimum/comment-page-1/#comment-1674</link>
		<dc:creator>Steve Freegard</dc:creator>
		<pubDate>Fri, 06 Feb 2009 00:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.allspammedup.com/?p=388#comment-1674</guid>
		<description>Interesting article.  The root problem is software that discards spam that exceeds a certain threshold or having a quarantine that either isn&#039;t checked or has so much mail in it that the user can&#039;t see the false-positive amongst all the spam due to the low signal-to-noise ratio common to a lot of spam filters.

I&#039;ve long come to the conclusion that with spam volume exceeding 80% of input at many sites now - the far better way to deal with this is to do anti-spam at the SMTP phase rather than post-queue; if it scores above one threshold then tag the message (e.g. ad [Spam] to the subject and an X-Spam-Status: YES header) and deliver it to the user and if it exceeds another higher threshold then reject it outright.

This is far better as it uses SMTP like it was designed - the sending server has the burden of responsibility to deliver the message; if you reject the message at the SMTP level the sender has to generate a non-delivery receipt (NDR) to the sender informing them the message wasn&#039;t delivered.  If the message was from a &#039;real&#039; user then they know it wasn&#039;t delivered and can take action (the NDR will contain the rejection message that you sent - this could include a URL for whitelisting or a unfiltered address etc.), if the message was spam then the spammer won&#039;t care and will move on.  No backscatter is caused by this method, false-positives are no longer a big disaster and it avoids the issues referred to in your article.

My only wishes are that Exchange could be configured to automatically move messages to the Junk Folder in Outlook based on incoming headers without having to write custom event sinks.  And that it doesn&#039;t default to mangling incoming NDRs into it&#039;s own format losing a lot of the relevant data in the process (e.g. like &#039;Friendly HTTP error messages&#039; setting in IE).

I agree with your sentiments about aggregated whitelists - I&#039;ve seen many users add &#039;hotmail.com&#039; to them and then complain about the onslaught of spam that then follows.  When aggregating lists now - I only accept full e-mail addresses (e.g. user@domain.com format); not sure if the Safelist Aggregation in Exchange can do that - but if it can; it&#039;s definitely the way to go.</description>
		<content:encoded><![CDATA[<p>Interesting article.  The root problem is software that discards spam that exceeds a certain threshold or having a quarantine that either isn&#8217;t checked or has so much mail in it that the user can&#8217;t see the false-positive amongst all the spam due to the low signal-to-noise ratio common to a lot of spam filters.</p>
<p>I&#8217;ve long come to the conclusion that with spam volume exceeding 80% of input at many sites now &#8211; the far better way to deal with this is to do anti-spam at the SMTP phase rather than post-queue; if it scores above one threshold then tag the message (e.g. ad [Spam] to the subject and an X-Spam-Status: YES header) and deliver it to the user and if it exceeds another higher threshold then reject it outright.</p>
<p>This is far better as it uses SMTP like it was designed &#8211; the sending server has the burden of responsibility to deliver the message; if you reject the message at the SMTP level the sender has to generate a non-delivery receipt (NDR) to the sender informing them the message wasn&#8217;t delivered.  If the message was from a &#8216;real&#8217; user then they know it wasn&#8217;t delivered and can take action (the NDR will contain the rejection message that you sent &#8211; this could include a URL for whitelisting or a unfiltered address etc.), if the message was spam then the spammer won&#8217;t care and will move on.  No backscatter is caused by this method, false-positives are no longer a big disaster and it avoids the issues referred to in your article.</p>
<p>My only wishes are that Exchange could be configured to automatically move messages to the Junk Folder in Outlook based on incoming headers without having to write custom event sinks.  And that it doesn&#8217;t default to mangling incoming NDRs into it&#8217;s own format losing a lot of the relevant data in the process (e.g. like &#8216;Friendly HTTP error messages&#8217; setting in IE).</p>
<p>I agree with your sentiments about aggregated whitelists &#8211; I&#8217;ve seen many users add &#8216;hotmail.com&#8217; to them and then complain about the onslaught of spam that then follows.  When aggregating lists now &#8211; I only accept full e-mail addresses (e.g. <a href="mailto:user@domain.com">user@domain.com</a> format); not sure if the Safelist Aggregation in Exchange can do that &#8211; but if it can; it&#8217;s definitely the way to go.</p>]]></content:encoded>
	</item>
</channel>
</rss>

