<?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: How to filter mail with postfix header_checks</title>
	<atom:link href="http://mattshaw.org/news/how-to-filter-mail-with-postfix-header_checks/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattshaw.org/news/how-to-filter-mail-with-postfix-header_checks/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Aug 2011 23:00:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: moo</title>
		<link>http://mattshaw.org/news/how-to-filter-mail-with-postfix-header_checks/comment-page-1/#comment-177</link>
		<dc:creator>moo</dc:creator>
		<pubDate>Sun, 05 Jul 2009 11:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://unformatt.com/news/how-to-filter-mail-with-postfix-header_checks/#comment-177</guid>
		<description>How would you setup a header check to only allow email sent from local accounts to a certain local address, ie rejecting all emails To: special@here.com except if they&#039;re From: .*@here.com</description>
		<content:encoded><![CDATA[<p>How would you setup a header check to only allow email sent from local accounts to a certain local address, ie rejecting all emails To: <a href="mailto:special@here.com">special@here.com</a> except if they&#8217;re From: .*@here.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mattshaw.org/news/how-to-filter-mail-with-postfix-header_checks/comment-page-1/#comment-165</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 20 May 2008 15:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://unformatt.com/news/how-to-filter-mail-with-postfix-header_checks/#comment-165</guid>
		<description>I&#039;m not sure if they are by default, but usually you can pass &#039;i&#039; in the regex to make it case insensitive. e.g.

/^From: “spammer/i REJECT</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if they are by default, but usually you can pass &#8216;i&#8217; in the regex to make it case insensitive. e.g.</p>
<p>/^From: “spammer/i REJECT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Woodard</title>
		<link>http://mattshaw.org/news/how-to-filter-mail-with-postfix-header_checks/comment-page-1/#comment-164</link>
		<dc:creator>Dan Woodard</dc:creator>
		<pubDate>Tue, 20 May 2008 13:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://unformatt.com/news/how-to-filter-mail-with-postfix-header_checks/#comment-164</guid>
		<description>Are the regular expressions case sensitive?</description>
		<content:encoded><![CDATA[<p>Are the regular expressions case sensitive?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

