<?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: Autoresponse</title>
	<atom:link href="http://nefaria.com/project_index/autoresponse/feed/" rel="self" type="application/rss+xml" />
	<link>http://nefaria.com</link>
	<description>☠ ☠ ☠ ☠ ☠ ☠</description>
	<lastBuildDate>Mon, 12 Mar 2012 14:57:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: musashi</title>
		<link>http://nefaria.com/project_index/autoresponse/comment-page-1/#comment-15048</link>
		<dc:creator>musashi</dc:creator>
		<pubDate>Mon, 12 Mar 2012 14:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://nefaria.com/wp/wordpress/?page_id=7#comment-15048</guid>
		<description>Nope. This is a benign bug (except in your situation)</description>
		<content:encoded><![CDATA[<p>Nope. This is a benign bug (except in your situation)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Set Up A Postfix Autoresponder With Autoresponse &#124; System Network Programming Solution - Linux - windows - centos- security- cpanel - plesk -directadmin helm</title>
		<link>http://nefaria.com/project_index/autoresponse/comment-page-1/#comment-15045</link>
		<dc:creator>How To Set Up A Postfix Autoresponder With Autoresponse &#124; System Network Programming Solution - Linux - windows - centos- security- cpanel - plesk -directadmin helm</dc:creator>
		<pubDate>Sun, 04 Mar 2012 02:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://nefaria.com/wp/wordpress/?page_id=7#comment-15045</guid>
		<description>[...] Autoresponse is an autoresponder for the Postfix MTA. It allows you to create autoresponder messages for email accounts from the shell and also by emailing the autoresponder text to a certain email address. [...]</description>
		<content:encoded><![CDATA[<p>[...] Autoresponse is an autoresponder for the Postfix MTA. It allows you to create autoresponder messages for email accounts from the shell and also by emailing the autoresponder text to a certain email address. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: proctor</title>
		<link>http://nefaria.com/project_index/autoresponse/comment-page-1/#comment-15044</link>
		<dc:creator>proctor</dc:creator>
		<pubDate>Fri, 02 Mar 2012 05:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://nefaria.com/wp/wordpress/?page_id=7#comment-15044</guid>
		<description>certainly! is there a reason you prefer atime over mtime?</description>
		<content:encoded><![CDATA[<p>certainly! is there a reason you prefer atime over mtime?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: musashi</title>
		<link>http://nefaria.com/project_index/autoresponse/comment-page-1/#comment-15042</link>
		<dc:creator>musashi</dc:creator>
		<pubDate>Thu, 01 Mar 2012 20:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://nefaria.com/wp/wordpress/?page_id=7#comment-15042</guid>
		<description>You could also have deleted the directory: &lt;code&gt;/var/spool/autoresponse/log/[user&#039;s e-mail address]&lt;/code&gt; This clears all logged autoresponses for that user.</description>
		<content:encoded><![CDATA[<p>You could also have deleted the directory: <code>/var/spool/autoresponse/log/[user's e-mail address]</code> This clears all logged autoresponses for that user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: proctor</title>
		<link>http://nefaria.com/project_index/autoresponse/comment-page-1/#comment-15041</link>
		<dc:creator>proctor</dc:creator>
		<pubDate>Mon, 20 Feb 2012 04:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://nefaria.com/wp/wordpress/?page_id=7#comment-15041</guid>
		<description>hello,

thank you very much for this awesome addition to postfix! i have been using it since the tutorial on howtoforge was posted and it works perfectly.

today however i came across a small issue that might be of some interest to you. last night i changed the hard drives on one of my servers, and of course luck would have it that one of my clients wanted an &quot;out of office&quot; message the next morning. i set one up and sent out a test email as a sanity check, and did not receive a reply. upon checking the mail logs i found that autoresponse thought that one had already been sent out within the last 24h. i cracked open the autoresponse script to understand why, and found that it was using &quot;stat -c %X&quot; and subtracting the result from the date to find the age of the last reply. however since i had moved all the files the previous night, the change and access times were all updated to the move time; the modification dates however remained intact across the move, and i was able to get autoresponse working again by using &quot;stat -c %Y&quot; to check the files&#039; modification times instead of their access times. i don&#039;t foresee this breaking anything and thought that perhaps if you agreed you might decide to update the code with this tiny change.

sincerely,
proctor</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>thank you very much for this awesome addition to postfix! i have been using it since the tutorial on howtoforge was posted and it works perfectly.</p>
<p>today however i came across a small issue that might be of some interest to you. last night i changed the hard drives on one of my servers, and of course luck would have it that one of my clients wanted an &#8220;out of office&#8221; message the next morning. i set one up and sent out a test email as a sanity check, and did not receive a reply. upon checking the mail logs i found that autoresponse thought that one had already been sent out within the last 24h. i cracked open the autoresponse script to understand why, and found that it was using &#8220;stat -c %X&#8221; and subtracting the result from the date to find the age of the last reply. however since i had moved all the files the previous night, the change and access times were all updated to the move time; the modification dates however remained intact across the move, and i was able to get autoresponse working again by using &#8220;stat -c %Y&#8221; to check the files&#8217; modification times instead of their access times. i don&#8217;t foresee this breaking anything and thought that perhaps if you agreed you might decide to update the code with this tiny change.</p>
<p>sincerely,<br />
proctor</p>
]]></content:encoded>
	</item>
</channel>
</rss>

