<?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: Yet Another Autoresponder (YAA) installation</title>
	<atom:link href="http://brentscheffler.com/blog/2008/02/14/yet-another-autoresponder-yaa-installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://brentscheffler.com/blog/2008/02/14/yet-another-autoresponder-yaa-installation/</link>
	<description>A renaissance view of technology</description>
	<lastBuildDate>Mon, 04 Jul 2011 23:27:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Peter</title>
		<link>http://brentscheffler.com/blog/2008/02/14/yet-another-autoresponder-yaa-installation/#comment-9880</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 04 Mar 2009 16:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://brentscheffler.com/blog/archives/20#comment-9880</guid>
		<description>Hey,

These tips helped a lot for me. I had a wrong line in the yaa.conf as well and I could find it with Errvee&#039;s comment.
(The problem was: I used an @(at) sign in my sql password so I had to use another kind of apostrophe.)

Thanks and cheers,
Peter</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>These tips helped a lot for me. I had a wrong line in the yaa.conf as well and I could find it with Errvee&#8217;s comment.<br />
(The problem was: I used an @(at) sign in my sql password so I had to use another kind of apostrophe.)</p>
<p>Thanks and cheers,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Errvee</title>
		<link>http://brentscheffler.com/blog/2008/02/14/yet-another-autoresponder-yaa-installation/#comment-9415</link>
		<dc:creator>Errvee</dc:creator>
		<pubDate>Thu, 15 Jan 2009 10:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://brentscheffler.com/blog/archives/20#comment-9415</guid>
		<description>in my case there were problems with yaa.conf (perl syntax error)

I added print command to yaa.pl find out error:


sub parse_config_file {
        my ($file) = @_;
        unless (my $result = do $file) {
                if ($@) {
                        $error = &quot;Syntax error in file &quot; . $file . &quot;: &quot; . $@;
                }
                elsif (! defined $result) {
                        $error = &quot;Couldn&#039;t open file &quot; . $file . &quot;: &quot; . $!;
                }
                elsif (! $result) {
                        $error = &quot;Couldn&#039;t run config file &quot; . $file;
                }
                # return error
# ------ this -- line -- added -------------------------------------
                print STDERR &quot;parse_config_file return 0 error=$error\n&quot;;
# ------ this -- line -- added -------------------------------------
                return 0;
        }
        return 1;
}</description>
		<content:encoded><![CDATA[<p>in my case there were problems with yaa.conf (perl syntax error)</p>
<p>I added print command to yaa.pl find out error:</p>
<p>sub parse_config_file {<br />
        my ($file) = @_;<br />
        unless (my $result = do $file) {<br />
                if ($@) {<br />
                        $error = &#8220;Syntax error in file &#8221; . $file . &#8220;: &#8221; . $@;<br />
                }<br />
                elsif (! defined $result) {<br />
                        $error = &#8220;Couldn&#8217;t open file &#8221; . $file . &#8220;: &#8221; . $!;<br />
                }<br />
                elsif (! $result) {<br />
                        $error = &#8220;Couldn&#8217;t run config file &#8221; . $file;<br />
                }<br />
                # return error<br />
# &#8212;&#8212; this &#8212; line &#8212; added &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
                print STDERR &#8220;parse_config_file return 0 error=$error\n&#8221;;<br />
# &#8212;&#8212; this &#8212; line &#8212; added &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
                return 0;<br />
        }<br />
        return 1;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

