 




<?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>IT Answers &#187; Procmail</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/procmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 15:49:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Procmail junk mail rule</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/procmail-junk-mail-rule/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/procmail-junk-mail-rule/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 16:04:40 +0000</pubDate>
		<dc:creator>Chunter</dc:creator>
				<category><![CDATA[Junk mail]]></category>
		<category><![CDATA[Procmail]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I want to implement a .procmailrc rule that dumps any message that doesn&#8217;t have my name next to my email address in the TO field to my junk mail. For example: #If header shows To field doesn&#8217;t match real name or is blank, junk it]]></description>
				<content:encoded><![CDATA[<p>I want to implement a .procmailrc rule that dumps any message that<br />
doesn&#8217;t have my name next to my email address in the TO field to my junk mail.</p>
<p>For example:</p>
<p> #If header shows To field doesn&#8217;t match real name or is blank, junk<br />
it</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/procmail-junk-mail-rule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KILLING OLD UNIX PROCESSES</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/killing-old-unix-processes/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/killing-old-unix-processes/#comments</comments>
		<pubDate>Wed, 04 Aug 2004 10:39:26 +0000</pubDate>
		<dc:creator>Geoffreyhalleds</dc:creator>
				<category><![CDATA[Awk]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Bison]]></category>
		<category><![CDATA[Bourne]]></category>
		<category><![CDATA[CSH]]></category>
		<category><![CDATA[Grep]]></category>
		<category><![CDATA[KSH]]></category>
		<category><![CDATA[nroff]]></category>
		<category><![CDATA[Procmail]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Unix Servers]]></category>
		<category><![CDATA[Unix tools]]></category>
		<category><![CDATA[Unix versions]]></category>
		<category><![CDATA[xargs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[# I want to be able to extract all the oracleprod processes which are 3 days old and kill them. Are there other date functions or methods can I use? I can make a list of processes but how do I compare the date to kill those processes more than 3 days old. This problem [...]]]></description>
				<content:encoded><![CDATA[<p># I want to be able to extract all the oracleprod processes which are 3 days old and kill them.<br />
Are there other date functions or methods can I use?<br />
I can make a list of processes but how do I compare the date to kill those processes more than 3 days old.<br />
This problem is occurring even though I have a regular cron job which kills sessions older than 2 days old in oracle. I am using 8.1.7.4 and Solaris 8.</p>
<p>This is where I got stuck.<br />
curday=`date +%d`<br />
month=`date|cut -d&#8217; &#8216; -f2`<br />
echo $month $curday<br />
ps -ef|grep oracleprod | tr -s &#8221; &#8221; : | cut -d: -f3,6,7</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/killing-old-unix-processes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/12 queries in 0.017 seconds using memcached
Object Caching 405/414 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 18:44:22 -->