<?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: exim graphs</title>
	<atom:link href="http://tom.knaupp.com/2009/02/25/exim-graphs/feed/" rel="self" type="application/rss+xml" />
	<link>http://tom.knaupp.com/2009/02/25/exim-graphs/</link>
	<description>free software, security and a bunch of my strange thoughts</description>
	<lastBuildDate>Sun, 30 May 2010 16:22:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: mex</title>
		<link>http://tom.knaupp.com/2009/02/25/exim-graphs/comment-page-1/#comment-143</link>
		<dc:creator>mex</dc:creator>
		<pubDate>Mon, 25 May 2009 10:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://tom.knaupp.com/?p=186#comment-143</guid>
		<description>hi there,
&#160;&lt;br&gt;
just tested this script with postfix on an old suse 10.2 (sic!); worked so far
except some minor changes: 
&#160;&lt;br&gt;
line:55 &gt;= this works only with the trailing &#124; 
&#160;&lt;br&gt;
## delete the last character (the last &#124; isn&#039;t wanted)
#SEARCH=`echo $e &#124; sed &#039;s/.$//&#039;`
&#160;&lt;br&gt;
i also made some modificatiosn for the filters to fit for postfix/rbl_rejects:
&#160;&lt;br&gt;
&#160;&lt;br&gt;
# ALL accepted mails
# might be too: &quot;delivered to mailbox&quot;
ACCEPTED=`echo &quot;$CONTENT&quot; &#124; grep &quot; status=sent &quot; &#124; wc -l`
#
# ALL blocked mails
REJECTED=`echo &quot;$CONTENT&quot; &#124; grep &quot; reject:&quot; &#124; wc -l`
&#160;&lt;br&gt;
&#160;&lt;br&gt;
nice script, though
&#160;&lt;br&gt;
mex</description>
		<content:encoded><![CDATA[<p>hi there,<br />
&nbsp;<br />
just tested this script with postfix on an old suse 10.2 (sic!); worked so far<br />
except some minor changes:<br />
&nbsp;<br />
line:55 &gt;= this works only with the trailing |<br />
&nbsp;<br />
## delete the last character (the last | isn&#8217;t wanted)<br />
#SEARCH=`echo $e | sed &#8216;s/.$//&#8217;`<br />
&nbsp;<br />
i also made some modificatiosn for the filters to fit for postfix/rbl_rejects:<br />
&nbsp;<br />
&nbsp;<br />
# ALL accepted mails<br />
# might be too: &#8220;delivered to mailbox&#8221;<br />
ACCEPTED=`echo &#8220;$CONTENT&#8221; | grep &#8221; status=sent &#8221; | wc -l`<br />
#<br />
# ALL blocked mails<br />
REJECTED=`echo &#8220;$CONTENT&#8221; | grep &#8221; reject:&#8221; | wc -l`<br />
&nbsp;<br />
&nbsp;<br />
nice script, though<br />
&nbsp;<br />
mex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Bottrell</title>
		<link>http://tom.knaupp.com/2009/02/25/exim-graphs/comment-page-1/#comment-134</link>
		<dc:creator>Matt Bottrell</dc:creator>
		<pubDate>Sat, 21 Mar 2009 14:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://tom.knaupp.com/?p=186#comment-134</guid>
		<description>Very good, and quite simple/clean to read.

A job well done!</description>
		<content:encoded><![CDATA[<p>Very good, and quite simple/clean to read.</p>
<p>A job well done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan-Piet Mens / Exim graphs</title>
		<link>http://tom.knaupp.com/2009/02/25/exim-graphs/comment-page-1/#comment-132</link>
		<dc:creator>Jan-Piet Mens / Exim graphs</dc:creator>
		<pubDate>Mon, 16 Mar 2009 20:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://tom.knaupp.com/?p=186#comment-132</guid>
		<description>[...] Source code is here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Source code is here. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
