<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: exim code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Mon, 06 Oct 2008 16:55:13 GMT</pubDate>
    <description>DZone Snippets: exim code</description>
    <item>
      <title>Parse Exim log file with SpamAssassin score</title>
      <link>http://snippets.dzone.com/posts/show/4590</link>
      <description>&lt;code&gt;&lt;br /&gt;grep '\[Spam score: [1-9]' /var/log/exim/main.log | awk '{print $3}' | xargs -t -i grep {} /var/log/exim/main.log &gt; /var/log/exim/spam_score.log&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;grep 'reporter\.pl' /var/log/exim/main.log | awk '{print $3}' | xargs -t -i grep {} /var/log/exim/main.log &gt; /var/log/exim/spam_reporter.pl.log&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sat, 29 Sep 2007 08:50:51 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4590</guid>
      <author>Wallace (Wallace)</author>
    </item>
  </channel>
</rss>
