<?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>BenMcGrail.com &#187; Maildir</title>
	<atom:link href="http://benmcgrail.com/tag/maildir/feed/" rel="self" type="application/rss+xml" />
	<link>http://benmcgrail.com</link>
	<description>&#60;--------------- new palm pre!!</description>
	<lastBuildDate>Thu, 15 Oct 2009 15:59:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Script &#8211; Purge spam folder</title>
		<link>http://benmcgrail.com/2009/06/script-purge-spam-folder/</link>
		<comments>http://benmcgrail.com/2009/06/script-purge-spam-folder/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 23:25:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Maildir]]></category>
		<category><![CDATA[purge spam]]></category>

		<guid isPermaLink="false">http://benmcgrail.com/?p=29</guid>
		<description><![CDATA[#!/bin/bash
#This example is for a linux server using the following directory stucture to store email
#/home/unix-username/mail/domain/email-username/Maildir/.INBOX.spam/(cur &#124; new)
#the following command will find all spam messages system wide over 14 days old and remove them
/usr/bin/find /home/*/mail/*/*/Maildir/.INBOX.spam/*/ -type f -ctime +14 &#124; xargs /bin/rm -f
#-ctime n*24 hours
#-cmin n minutes
#-ctime +7 = &#62; 1 week
]]></description>
			<content:encoded><![CDATA[<p>#!/bin/bash<br />
#This example is for a linux server using the following directory stucture to store email<br />
#/home/unix-username/mail/domain/email-username/Maildir/.INBOX.spam/(cur | new)</p>
<p>#the following command will find all spam messages system wide over 14 days old and remove them<br />
/usr/bin/find /home/*/mail/*/*/Maildir/.INBOX.spam/*/ -type f -ctime +14 | xargs /bin/rm -f</p>
<p>#-ctime n*24 hours<br />
#-cmin n minutes<br />
#-ctime +7 = &gt; 1 week</p>
]]></content:encoded>
			<wfw:commentRss>http://benmcgrail.com/2009/06/script-purge-spam-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
