<?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: Basic Postfix Queue Management</title>
	<atom:link href="http://blog.gtuhl.com/2008/08/14/basic-postfix-queue-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gtuhl.com/2008/08/14/basic-postfix-queue-management/</link>
	<description>Software Development, IT, Gadgets, and Startups</description>
	<pubDate>Tue, 06 Jan 2009 02:36:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gtuhl</title>
		<link>http://blog.gtuhl.com/2008/08/14/basic-postfix-queue-management/comment-page-1/#comment-289</link>
		<dc:creator>gtuhl</dc:creator>
		<pubDate>Fri, 24 Oct 2008 11:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gtuhl.com/?p=64#comment-289</guid>
		<description>Thanks for the comment, love the one liner.  awk is something I haven't spent time learning very well so my brain excludes it often when it would be the best option.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment, love the one liner.  awk is something I haven&#8217;t spent time learning very well so my brain excludes it often when it would be the best option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shamrock</title>
		<link>http://blog.gtuhl.com/2008/08/14/basic-postfix-queue-management/comment-page-1/#comment-288</link>
		<dc:creator>Shamrock</dc:creator>
		<pubDate>Fri, 24 Oct 2008 06:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gtuhl.com/?p=64#comment-288</guid>
		<description>Hello,

In second example you can use :
mailq &#124; grep theEnemyHostName &#124; awk '{print $1}' &#62; bad_messages.txt
and than postsuper -d - &#60; bad_messages.txt
Or even faster ;)):
mailq &#124; grep theEnemyHostName &#124; awk '{ print $1'} &#124; postsuper -d -</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>In second example you can use :<br />
mailq | grep theEnemyHostName | awk &#8216;{print $1}&#8217; &gt; bad_messages.txt<br />
and than postsuper -d - &lt; bad_messages.txt<br />
Or even faster ;)):<br />
mailq | grep theEnemyHostName | awk &#8216;{ print $1&#8242;} | postsuper -d -</p>
]]></content:encoded>
	</item>
</channel>
</rss>
