<?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>GeekShow &#187; Python</title>
	<atom:link href="http://blog.deklein.de/tag/python/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.deklein.de</link>
	<description>random notes from the planet geek</description>
	<lastBuildDate>Mon, 10 Oct 2011 17:40:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>sxgreplog</title>
		<link>http://blog.deklein.de/2009/05/sxgreplog</link>
		<comments>http://blog.deklein.de/2009/05/sxgreplog#comments</comments>
		<pubDate>Wed, 27 May 2009 19:21:37 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Technik, die begeistert]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Scalix]]></category>

		<guid isPermaLink="false">http://blog.deklein.de/?p=1147</guid>
		<description><![CDATA[I take care of a few Scalix installations and one of the things that are a bit unusual, is the fact that the audit log and the event log each show a multiline block of text per event rather than just a single line. Using grep to search for every delivery of a message that [...]]]></description>
			<content:encoded><![CDATA[<p>I take care of a few <a title="Scalix" href="http://www.scalix.org/">Scalix</a> installations and one of the things that are a bit unusual, is the fact that the audit log and the event log each show a multiline block of text per event rather than just a single line. Using grep to search for every delivery of a message that originated from a user named  Bart Simpson is not as easy there as it would be in i. e. an <a title="exim Internet Mailer" href="http://www.exim.org/">exim</a> logfile. Since I often needed to search something in the logs and got interested in <a title="Python Programming Language" href="http://www.python.org/">Python</a>, I wrote <a href="http://blog.deklein.de/stuff/sxgreplog">sxgreplog</a>, which shows every block with a match to your search expression. You can limit the matches from the audit log to certain operation indicators (only user-signon of Lisa Simpson) and show every block as a single line.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deklein.de/2009/05/sxgreplog/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

