<?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>Tarasis Dot Net &#187; Site</title>
	<atom:link href="http://tarasis.net/category/site/feed/" rel="self" type="application/rss+xml" />
	<link>http://tarasis.net</link>
	<description>Rambling mess of my mind</description>
	<lastBuildDate>Tue, 22 Nov 2011 01:07:43 +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>Dspam debuging Voodoo required</title>
		<link>http://tarasis.net/2010/09/19/dspam-debuging-voodoo-required/</link>
		<comments>http://tarasis.net/2010/09/19/dspam-debuging-voodoo-required/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 10:56:12 +0000</pubDate>
		<dc:creator>Robert McGovern</dc:creator>
				<category><![CDATA[Site]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://tarasis.net/?p=166</guid>
		<description><![CDATA[<a href="http://tarasis.net/2010/09/19/dspam-debuging-voodoo-required/" title="Dspam debuging Voodoo required"></a>I have setup, I think, using a group in dspam. I have a file in /opt/var/dspam called group with the following content group1:inoculation:user1,user2,user3 (where user1-3 are real email addresses) I wanted to confirm that the group was actually working so &#8230;<p class="read-more"><a href="http://tarasis.net/2010/09/19/dspam-debuging-voodoo-required/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://tarasis.net/2010/09/19/dspam-debuging-voodoo-required/" title="Dspam debuging Voodoo required"></a><p>I have setup, I think, using a group in dspam.</p>
<p>I have a file in /opt/var/dspam called group with the following content</p>
<p>group1:inoculation:user1,user2,user3 (where user1-3 are real email addresses)</p>
<p>I wanted to confirm that the group was actually working so I figured no problems I&#8217;d turn on debug but that doesn&#8217;t seem to work.</p>
<p>So far I have OPTS &#8220;&#8211;debug&#8221; uncommented in /etc/default/dspam</p>
<p>I have added the following to /opt/etc/dspam.conf</p>
<p><code>Debug *<br />
DebugOpt process spam fp inoculation</code></p>
<p>I tried restarting dspam, and postifx for good measure) but that had no effect. There is no dspam.debug in /tmp or in /var/log or in /var/log/dspam/</p>
<p>I then added &#8211;debug to the calls in Postfix&#8217;s master.cf</p>
<p><code>dspam   unix    -       n       n       -       10      pipe<br />
  flags=Ru user=dspam argv=/opt/bin/dspam<br />
  --debug<br />
  --deliver=innocent,spam<br />
  --user ${recipient}<br />
  --mail-from=${sender}</p>
<p>&#038; </p>
<p># honeypot<br />
hspam   unix    -       n       n       -       10      pipe<br />
        flags=Ru user=dspam argv=/opt/bin/dspam --debug --class=spam --source=inoculation --user honeypot --deliver=innocent</code></p>
<p>Again restarting dspam &#038; postfix had no effect.</p>
<p>My dspam binary is compiled with debug support enabled. Right now I&#8217;m at a bit of a loss.</p>
<p><code><br />
root@daffy:/etc/default# dspam --version</p>
<p>DSPAM Anti-Spam Suite 3.9.0 (agent/library)</p>
<p>Copyright (c) 2002-2009 DSPAM Project</p>
<p>http://dspam.sourceforge.net.</p>
<p>DSPAM may be copied only under the terms of the GNU General Public License,<br />
a copy of which can be found with the DSPAM distribution kit.</p>
<p>Configuration parameters:  '--enable-domain-scale' '--with-storage-driver=mysql_drv,hash_drv' '--prefix=/opt' '--enable-daemon' '--enable-virtual-users' '--enable-preferences-extension' '--enable-clamav' '--with-mysql-libraries=/usr/lib/mysql/' '--with-mysql-includes=/usr/include/mysql/' '--with-dspam_owner=dspam' '--with-dspam_group=dspam' '--enable-debug'<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://tarasis.net/2010/09/19/dspam-debuging-voodoo-required/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[NSConference conferenceFor:@&quot;Mac Developers&quot;];</title>
		<link>http://tarasis.net/2009/02/18/nsconference-conferenceformac-developers/</link>
		<comments>http://tarasis.net/2009/02/18/nsconference-conferenceformac-developers/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 20:43:12 +0000</pubDate>
		<dc:creator>Robert McGovern</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://tarasis.net/?p=100</guid>
		<description><![CDATA[<a href="http://tarasis.net/2009/02/18/nsconference-conferenceformac-developers/" title="[NSConference conferenceFor:@&quot;Mac Developers&quot;];"></a>For once, thanks to the hard work of Steve &#8220;Scotty&#8221; Scott &#038; Tim Isted, there is going to be a Mac developers conference in the UK. Its open to anyone but aimed for UK &#038; European developers that can&#8217;t really &#8230;<p class="read-more"><a href="http://tarasis.net/2009/02/18/nsconference-conferenceformac-developers/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://tarasis.net/2009/02/18/nsconference-conferenceformac-developers/" title="[NSConference conferenceFor:@&quot;Mac Developers&quot;];"></a><p>For once, thanks to the hard work of Steve &#8220;Scotty&#8221; Scott &#038; Tim Isted, there is going to be a Mac developers conference in the UK.</p>
<p>Its open to anyone but aimed for UK &#038; European developers that can&#8217;t really make the yearly (and rather expensive) WWDC trip. It&#8217;s a 2 day conference (3 if you want to attend a workshop) aimed at intermediate to advanced developers, with a number of &#8220;names&#8221; in the Mac development world doing presentations. For instance: </p>
<p>Bill Dudney (author of Core Animation and co-author of the upcoming iPhone SDK Development book) is do a workshop on <a href="http://www.nsconference.com/workshops/iphone/index.html">&#8220;iPhone Development&#8221;</a> and a talk on &#8220;Building Applications with Core Animation&#8221;</p>
<p>Marcus Zarra (author of the coming Core Data book from Pragmatic Programmers &#038; also co-author of a coming Core Animation book), is doing a workshop on &#8220;<a href="http://www.nsconference.com/workshops/coredata/index.html">Core Data</a>&#8221; and a talked on &#8220;Spotlight and QuickLook vs. Core Data&#8221;</p>
<p>Mike Lee (founder of United Lemur, co-founder Tapulous, former intern of Wil Shipley at Delicious Monster) is doing a workshop on &#8220;<a href="http://www.nsconference.com/workshops/userinterfaces/index.html">User Interfaces</a>&#8221; and a talk called &#8220;Pimp My App&#8221;.</p>
<p>Other speakers are Matt Gemmell, Graham Lee, Drew McCormack, Philippe Mougin, Andre Pang, Fraser Speirs and ???? (1 talk has yet to be announced).</p>
<p>To learn more about the conference, click on the banner below. If your into Mac development and in Europe / UK then come along and I hope to see you there.</p>
<p><a href="http://www.nsconference.com"><img src="http://www.nsconference.com/images/nsconferencebanner.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tarasis.net/2009/02/18/nsconference-conferenceformac-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feeds Might Break</title>
		<link>http://tarasis.net/2008/12/28/feeds-might-break/</link>
		<comments>http://tarasis.net/2008/12/28/feeds-might-break/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 21:09:32 +0000</pubDate>
		<dc:creator>Robert McGovern</dc:creator>
				<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://blog.tarasis.net/?p=56</guid>
		<description><![CDATA[<a href="http://tarasis.net/2008/12/28/feeds-might-break/" title="Feeds Might Break"></a>Apologies if this doesn&#8217;t work properly but in the next day or so I am going to switch the blog from http://blog.tarasis.net to simply http://tarasis.net Basically given how little I actually manage to do with the real site, I thought &#8230;<p class="read-more"><a href="http://tarasis.net/2008/12/28/feeds-might-break/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://tarasis.net/2008/12/28/feeds-might-break/" title="Feeds Might Break"></a><p>Apologies if this doesn&#8217;t work properly but in the next day or so I am going to switch the blog from http://blog.tarasis.net to simply http://tarasis.net</p>
<p>Basically given how little I actually manage to do with the real site, I thought I might as well make the blog the main point. Then use WordPress&#8217;s Pages feature to make any sub pages I might need and just have some links on the sidebar to the Wiki, Mail, Old Journal and so on.</p>
<p>It seems near pointless to have a nearly blank front page on http://tarasis.net and I should have done it when I first setup this new blog. Live &amp; Learn I suppose.</p>
<p>BTW The reason it might break, is that I am using NGINX as the webserver and I need to read up on its redirect rules and make sure I set it up correctly.</p>
<p><strong>EDITED FOR UPDATE:</strong></p>
<p>Permenant Redirect Â now in effect, anything pointing to http://blog.tarasis.net should now redirect to the same page at http://tarasis.net</p>
]]></content:encoded>
			<wfw:commentRss>http://tarasis.net/2008/12/28/feeds-might-break/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Themes</title>
		<link>http://tarasis.net/2008/12/20/themes/</link>
		<comments>http://tarasis.net/2008/12/20/themes/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 15:55:39 +0000</pubDate>
		<dc:creator>Robert McGovern</dc:creator>
				<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://blog.tarasis.net/2008/12/20/themes/</guid>
		<description><![CDATA[<a href="http://tarasis.net/2008/12/20/themes/" title="Themes"></a>The one downside of trying to setup a new blog is dealing with the minutea (update &#8212; hmm one dictionary has it as minutea, another lists it as minutiae). I don&#8217;t mind fiddling, its just a slow process but they &#8230;<p class="read-more"><a href="http://tarasis.net/2008/12/20/themes/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://tarasis.net/2008/12/20/themes/" title="Themes"></a><p>The one downside of trying to setup a new blog is dealing with the minutea (update &#8212; hmm one dictionary has it as minutea, another lists it as minutiae). I don&#8217;t mind fiddling, its just a slow process but they can at least be done over time. Its the little things like Categories, Tags, format details.</p>
<p>The thing that bothers me the most though is trying to find a theme that suits me. I&#8217;ve spent this afternoon resting and searching the WordPress themes archive trying to find something I like.</p>
<p>Unfortunately none of them are quite to my taste, either having the central text area to small so that 640&#215;480 images are scrunched or I don&#8217;t like how they done columns, or the layout or &#8230;</p>
<p>So far themes I&#8217;ve tried are:</p>
<ul>
<li>fluid-blogging</li>
<li>rusty-grunge</li>
<li>fog</li>
<li>VeryEnglish</li>
<li>blocks</li>
<li>blocks2</li>
<li>carrington-blog</li>
<li>classic</li>
<li>default</li>
<li>default-enhanced</li>
<li>fluid-blue</li>
<li>inanis-glass</li>
<li>inove</li>
<li>sepia</li>
<li>simplex</li>
<li>tarski</li>
</ul>
<p>I&#8217;m not a web guy, I don&#8217;t do web development and have no skills what so ever at creating art so building my own theme is out of the question. I can tweak existing HTML/CSS a little (I do want to learn more about using CSS but like anything its finding the time <img src='http://tarasis.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  ) but hacking around with fix width themes is not my cup of tea.</p>
<p>For the moment I am floating between tarski, inove, default-enhanced &amp; a couple of others but I think I need to keep looking.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarasis.net/2008/12/20/themes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Test post from iBlogger</title>
		<link>http://tarasis.net/2008/12/20/test-post-from-iblogger/</link>
		<comments>http://tarasis.net/2008/12/20/test-post-from-iblogger/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 10:55:16 +0000</pubDate>
		<dc:creator>Robert McGovern</dc:creator>
				<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://blog.tarasis.net/2008/12/20/test-post-from-iblogger/</guid>
		<description><![CDATA[<a href="http://tarasis.net/2008/12/20/test-post-from-iblogger/" title="Test post from iBlogger"></a>Huh not completely the most intuitive but it certainly seems to work Now to sort out a damn theme I like. Just asked it to work out where I am, curious to see results as Wifi off. Mobile Blogging from &#8230;<p class="read-more"><a href="http://tarasis.net/2008/12/20/test-post-from-iblogger/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://tarasis.net/2008/12/20/test-post-from-iblogger/" title="Test post from iBlogger"></a><p>Huh not completely the most intuitive but it certainly seems to work <img src='http://tarasis.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now to sort out a damn theme I like.</p>
<p>Just asked it to work out where I am, curious to see results as Wifi off.</p>
<div class="iblogger-location-wrapper">Mobile Blogging from <a class="iblogger-location" href="http://maps.google.com/maps?ll=53.3650,9.9310">here</a>.</div>
<div class="iblogger-footer">
<p style="text-align:right;font-size:10px;">[Posted with <a href="http://illuminex.com/iBlogger/index.html">iBlogger</a> from my iPhone]</p>
<p>Â </p></div>
]]></content:encoded>
			<wfw:commentRss>http://tarasis.net/2008/12/20/test-post-from-iblogger/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

