<?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>PostfixMail.com &#187; header checks</title>
	<atom:link href="http://postfixmail.com/blog/index.php/tag/header-checks/feed/" rel="self" type="application/rss+xml" />
	<link>http://postfixmail.com/blog</link>
	<description>Postfix Mail Server Training and Consulting</description>
	<lastBuildDate>Fri, 09 Dec 2011 17:11:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Header Checks: Examples of What Not to Do</title>
		<link>http://postfixmail.com/blog/index.php/header-checks-examples-of-what-not-to-do/</link>
		<comments>http://postfixmail.com/blog/index.php/header-checks-examples-of-what-not-to-do/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 12:26:22 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Filters]]></category>
		<category><![CDATA[header checks]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[postfix spam]]></category>
		<category><![CDATA[Postfix Training]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://postfixmail.com/blog/?p=305</guid>
		<description><![CDATA[Listed here are a number of header checks that do work but they are ineffective for the most part.  Here is the problem.  When you look at these examples they have a Subject that you are searching for.  As a result you will be writing header checks until the day you die, not good.    My [...]]]></description>
		<wfw:commentRss>http://postfixmail.com/blog/index.php/header-checks-examples-of-what-not-to-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropping X-Mailers in Header Checks</title>
		<link>http://postfixmail.com/blog/index.php/dropping-x-mailers-in-header-checks/</link>
		<comments>http://postfixmail.com/blog/index.php/dropping-x-mailers-in-header-checks/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 14:14:09 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Filters]]></category>
		<category><![CDATA[header checks]]></category>
		<category><![CDATA[Postfix Mail Server]]></category>
		<category><![CDATA[posttix filters]]></category>
		<category><![CDATA[x-mailers]]></category>

		<guid isPermaLink="false">http://postfixmail.com/blog/?p=303</guid>
		<description><![CDATA[Header checks with Postfix can be used to deal with unwanted mail before your server wastes time with it.  Created the file /etc/postfix/header_checks and then add this line in your main.cf. header_checks = pcre:/etc/postfix/header_checks The format line for each header check follows this pattern: /^HEADER:.*content_for_review/   ACTION The HEADER that you usually will act on is [...]]]></description>
		<wfw:commentRss>http://postfixmail.com/blog/index.php/dropping-x-mailers-in-header-checks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Built in Content Filters for Postfix</title>
		<link>http://postfixmail.com/blog/index.php/built-in-content-filters-for-postfix/</link>
		<comments>http://postfixmail.com/blog/index.php/built-in-content-filters-for-postfix/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 15:18:51 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Filters]]></category>
		<category><![CDATA[header checks]]></category>
		<category><![CDATA[postfix header]]></category>
		<category><![CDATA[Postfix Training]]></category>

		<guid isPermaLink="false">http://postfixmail.com/blog/?p=293</guid>
		<description><![CDATA[One way to implement content filtering is to use regular expressions in your header, mime_header, nested_header and  body checks.  This should be simple matches to regular expressions.  The goal with this example is to eliminate non-English characters, since we cannot read them anyway.  This will drop all non-English mail. header_checks = pcre:/etc/postfix/header_checks mime_header_checks = pcre:/etc/postfix/mime_header_checks [...]]]></description>
		<wfw:commentRss>http://postfixmail.com/blog/index.php/built-in-content-filters-for-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

