<?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: Deleting specific emails from the postfix mail queue</title>
	<atom:link href="http://gl.ib.ly/stuff/2009/01/08/deleting-specific-emails-postfix-mail-queue/feed/" rel="self" type="application/rss+xml" />
	<link>http://gl.ib.ly/stuff/2009/01/08/deleting-specific-emails-postfix-mail-queue/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=deleting-specific-emails-postfix-mail-queue</link>
	<description>Thoughts on security, computing, business and stuff!</description>
	<lastBuildDate>Sat, 19 Dec 2015 04:44:36 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: Dan</title>
		<link>http://gl.ib.ly/stuff/2009/01/08/deleting-specific-emails-postfix-mail-queue/#comment-2864</link>
		<dc:creator><![CDATA[Dan]]></dc:creator>
		<pubDate>Wed, 14 May 2014 06:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://gl.ib.ly/?p=32#comment-2864</guid>
		<description><![CDATA[Works for me on Ubuntu:

mailq &#124; egrep -o &quot;^[0-9A-F]*&quot; &#124; postsuper -d -

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Works for me on Ubuntu:</p>
<p>mailq | egrep -o &#8220;^[0-9A-F]*&#8221; | postsuper -d -</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tariq</title>
		<link>http://gl.ib.ly/stuff/2009/01/08/deleting-specific-emails-postfix-mail-queue/#comment-2863</link>
		<dc:creator><![CDATA[tariq]]></dc:creator>
		<pubDate>Wed, 14 May 2014 06:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://gl.ib.ly/?p=32#comment-2863</guid>
		<description><![CDATA[Cool, thanks for the feedback! You can also use &#039;sed s/*//&#039; to filter out pesky asterisks or even grep:

mailq &#124; grep &#039;email_address&#039; &#124;  grep -o &#039;^[^*]*&#039; &#124; /usr/sbin/postsuper -d -]]></description>
		<content:encoded><![CDATA[<p>Cool, thanks for the feedback! You can also use &#8216;sed s/*//&#8217; to filter out pesky asterisks or even grep:</p>
<p>mailq | grep &#8216;email_address&#8217; |  grep -o &#8216;^[^*]*&#8217; | /usr/sbin/postsuper -d -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://gl.ib.ly/stuff/2009/01/08/deleting-specific-emails-postfix-mail-queue/#comment-2862</link>
		<dc:creator><![CDATA[Christian]]></dc:creator>
		<pubDate>Wed, 14 May 2014 06:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://gl.ib.ly/?p=32#comment-2862</guid>
		<description><![CDATA[This is awesome and just what I needed, thanks.
For reference, my mailq included an asterisk on the end of the mail id;
S3F5GAR445*
So I used the following adaptation of your script;
mailq &#124; grep &quot;email_address&quot; &#124; awk &#039;{ print(substr($1,1,10)); }&#039; &#124; /usr/sbin/postsuper -d -]]></description>
		<content:encoded><![CDATA[<p>This is awesome and just what I needed, thanks.<br />
For reference, my mailq included an asterisk on the end of the mail id;<br />
S3F5GAR445*<br />
So I used the following adaptation of your script;<br />
mailq | grep &#8220;email_address&#8221; | awk &#8216;{ print(substr($1,1,10)); }&#8217; | /usr/sbin/postsuper -d -</p>
]]></content:encoded>
	</item>
</channel>
</rss>
