<?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>Development, IT, Gadgets, and Startups</description>
	<lastBuildDate>Thu, 26 Aug 2010 15:12:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Joe</title>
		<link>http://blog.gtuhl.com/2008/08/14/basic-postfix-queue-management/comment-page-1/#comment-3620</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 24 Feb 2009 18:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gtuhl.com/?p=64#comment-3620</guid>
		<description>Nice, even smaller.</description>
		<content:encoded><![CDATA[<p>Nice, even smaller.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Buchan Milne</title>
		<link>http://blog.gtuhl.com/2008/08/14/basic-postfix-queue-management/comment-page-1/#comment-3619</link>
		<dc:creator>Buchan Milne</dc:creator>
		<pubDate>Tue, 24 Feb 2009 10:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gtuhl.com/?p=64#comment-3619</guid>
		<description>Don&#039;t unnecessarily grep&#124;awk ....

mailq  &#124; awk ‘/theEnemyHostName/ {print $1}&#039; &#124; postsuper -d -</description>
		<content:encoded><![CDATA[<p>Don&#8217;t unnecessarily grep|awk &#8230;.</p>
<p>mailq  | awk ‘/theEnemyHostName/ {print $1}&#8217; | postsuper -d -</p>
]]></content:encoded>
	</item>
	<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&#039;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 &#039;{print $1}&#039; &gt; bad_messages.txt
and than postsuper -d - &lt; bad_messages.txt
Or even faster ;)):
mailq &#124; grep theEnemyHostName &#124; awk &#039;{ print $1&#039;} &#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 &#8211; &lt; bad_messages.txt<br />
Or even faster <img src='http://blog.gtuhl.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ):<br />
mailq | grep theEnemyHostName | awk &#8216;{ print $1&#8242;} | postsuper -d -</p>
]]></content:encoded>
	</item>
</channel>
</rss>
