<?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: OS X Address Book to spamassassin whitelist</title>
	<atom:link href="http://www.bueche.ch/wp/2008/09/17/os-x-address-book-to-spamassassin-whitelist/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bueche.ch/wp/2008/09/17/os-x-address-book-to-spamassassin-whitelist/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=os-x-address-book-to-spamassassin-whitelist</link>
	<description>Insanely fast on carbon hulls and living without Microsoft since 1997</description>
	<lastBuildDate>Sun, 08 Jan 2012 09:27:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: sailor</title>
		<link>http://www.bueche.ch/wp/2008/09/17/os-x-address-book-to-spamassassin-whitelist/comment-page-1/#comment-1115</link>
		<dc:creator>sailor</dc:creator>
		<pubDate>Sun, 02 Nov 2008 19:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.bueche.ch/wp/?p=102#comment-1115</guid>
		<description>Good idea, it needs some escaping but produce the desired result directly : 
&lt;code&gt;
cd ~/Library/Application\ Support/AddressBook 
sqlite3 AddressBook-v22.abcddb \
   &quot;select \&quot;whitelist_from \&quot; &#124;&#124; ZADDRESS from ZABCDEMAILADDRESS order by 1&quot; &gt; ~/tmp/whitelist
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Good idea, it needs some escaping but produce the desired result directly :<br />
<code><br />
cd ~/Library/Application\ Support/AddressBook<br />
sqlite3 AddressBook-v22.abcddb \<br />
   "select \"whitelist_from \" || ZADDRESS from ZABCDEMAILADDRESS order by 1" > ~/tmp/whitelist<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://www.bueche.ch/wp/2008/09/17/os-x-address-book-to-spamassassin-whitelist/comment-page-1/#comment-1114</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Sun, 02 Nov 2008 18:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.bueche.ch/wp/?p=102#comment-1114</guid>
		<description>You could write the query as

select &quot;whitelist_from &quot; &#124;&#124; ZADDRESS from ABCDEMAILADDRESS order by 1

and eliminate the xargs and sort steps. If you create a whitelist every day, this would  save 2 seconds of cpu time in the next seven years :)</description>
		<content:encoded><![CDATA[<p>You could write the query as</p>
<p>select &#8220;whitelist_from &#8221; || ZADDRESS from ABCDEMAILADDRESS order by 1</p>
<p>and eliminate the xargs and sort steps. If you create a whitelist every day, this would  save 2 seconds of cpu time in the next seven years <img src='http://www.bueche.ch/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

