<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tom's blog &#187; mailqueue</title>
	<atom:link href="http://tom.knaupp.com/tag/mailqueue/feed/" rel="self" type="application/rss+xml" />
	<link>http://tom.knaupp.com</link>
	<description>free software, security and a bunch of my strange thoughts</description>
	<lastBuildDate>Fri, 21 Jan 2011 00:13:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>postfix / (mass) remove mails from queue</title>
		<link>http://tom.knaupp.com/2008/01/18/postfix-mass-remove-mails-from-queue/</link>
		<comments>http://tom.knaupp.com/2008/01/18/postfix-mass-remove-mails-from-queue/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 19:33:57 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Mailserver]]></category>
		<category><![CDATA[Memento]]></category>
		<category><![CDATA[mailqueue]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://tom.knaupp.com/2008/01/18/postfix-mass-remove-mails-from-queue/</guid>
		<description><![CDATA[A little hack to remove mails for a specific recipient from the postfix mail queue: mailq &#124; tail +2 &#124; awk 'BEGIN { RS = "" } \ / user@example\.tld$/ { print $1 } \ ' &#124; tr -d '*!' &#124; postsuper -d -]]></description>
			<content:encoded><![CDATA[<p>A little hack to remove mails for a specific recipient from the postfix mail queue:</p>
<p><code><br />
mailq | tail +2 | awk 'BEGIN { RS = "" } \<br />
/ user@example\.tld$/ { print $1 } \<br />
' | tr -d '*!' | postsuper -d -<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://tom.knaupp.com/2008/01/18/postfix-mass-remove-mails-from-queue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

