<?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 for Webjunk</title>
	<atom:link href="http://webjunk.com/wordpress/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://webjunk.com/wordpress</link>
	<description>Webjunk</description>
	<lastBuildDate>Sun, 08 Jul 2012 00:39:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>Comment on PHPList Plugin by Mike Schumann</title>
		<link>http://webjunk.com/wordpress/archives/60#comment-429</link>
		<dc:creator>Mike Schumann</dc:creator>
		<pubDate>Sun, 08 Jul 2012 00:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://webjunk.com/wordpress/?p=60#comment-429</guid>
		<description><![CDATA[I still have the open question about the cache directory.  Is there any way to limit the growth of this directory?  It&#039;s over 15,000 files on my web site.]]></description>
		<content:encoded><![CDATA[<p>I still have the open question about the cache directory.  Is there any way to limit the growth of this directory?  It&#8217;s over 15,000 files on my web site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHPList Plugin by Mike Schumann</title>
		<link>http://webjunk.com/wordpress/archives/60#comment-359</link>
		<dc:creator>Mike Schumann</dc:creator>
		<pubDate>Thu, 17 Nov 2011 03:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://webjunk.com/wordpress/?p=60#comment-359</guid>
		<description><![CDATA[Your plugin contains a cache directory that seems to grow without bounds with a large number of small files.  What is the purpose of this?  Is there any way to drastically reduce its size?  It dramatically slows down my wordpress site backup process.

Thanks for creating this plugin.]]></description>
		<content:encoded><![CDATA[<p>Your plugin contains a cache directory that seems to grow without bounds with a large number of small files.  What is the purpose of this?  Is there any way to drastically reduce its size?  It dramatically slows down my wordpress site backup process.</p>
<p>Thanks for creating this plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHPList Plugin by admin</title>
		<link>http://webjunk.com/wordpress/archives/60#comment-134</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 06 Mar 2011 19:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://webjunk.com/wordpress/?p=60#comment-134</guid>
		<description><![CDATA[1. Locate the config file for your phplist installation.

If you have installed the script on your domain with URL like http://www.domain.com/list/ then the physical path will be :

/home/username/public_html/list/config/config.php 

In FTP you could see 

/public_html/list/config/config.php

2. Download this file to your local PC.

3. Edit the file in a text editor like notepad or wordpad.

4. Locate the section called as &quot;batch processing&quot;.

5. Edit the code section so its like this:

# define the amount of emails you want to send per period. If 0, batch processing
# is disabled
define(&quot;MAILQUEUE_BATCH_SIZE&quot;,450);

# define the length of one batch processing period, in seconds (3600 is an hour)
define(&quot;MAILQUEUE_BATCH_PERIOD&quot;,3600);

NOTE: This allows 50 emails to be sent from your account (450 + 50) per hour. If you website generates more than
50 emails you need to decrease the batch size to a lower number.]]></description>
		<content:encoded><![CDATA[<p>1. Locate the config file for your phplist installation.</p>
<p>If you have installed the script on your domain with URL like <a href="http://www.domain.com/list/" rel="nofollow">http://www.domain.com/list/</a> then the physical path will be :</p>
<p>/home/username/public_html/list/config/config.php </p>
<p>In FTP you could see </p>
<p>/public_html/list/config/config.php</p>
<p>2. Download this file to your local PC.</p>
<p>3. Edit the file in a text editor like notepad or wordpad.</p>
<p>4. Locate the section called as &#8220;batch processing&#8221;.</p>
<p>5. Edit the code section so its like this:</p>
<p># define the amount of emails you want to send per period. If 0, batch processing<br />
# is disabled<br />
define(&#8220;MAILQUEUE_BATCH_SIZE&#8221;,450);</p>
<p># define the length of one batch processing period, in seconds (3600 is an hour)<br />
define(&#8220;MAILQUEUE_BATCH_PERIOD&#8221;,3600);</p>
<p>NOTE: This allows 50 emails to be sent from your account (450 + 50) per hour. If you website generates more than<br />
50 emails you need to decrease the batch size to a lower number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHPList Plugin by jurij</title>
		<link>http://webjunk.com/wordpress/archives/60#comment-110</link>
		<dc:creator>jurij</dc:creator>
		<pubDate>Sun, 06 Feb 2011 22:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://webjunk.com/wordpress/?p=60#comment-110</guid>
		<description><![CDATA[Thank you for a plug-in.
By my opinion this is the greatest one :)

If direct displaying spage is set up, than unsubscribe link do no show unsubscribe page within wordpress page, but outside (where phplist is installed).
Unsubscribe page is only displayed in wp page if default, menu spage is displayed.

Please, how can this be corrected?
(it is not functional, but you know... :))]]></description>
		<content:encoded><![CDATA[<p>Thank you for a plug-in.<br />
By my opinion this is the greatest one <img src='http://webjunk.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If direct displaying spage is set up, than unsubscribe link do no show unsubscribe page within wordpress page, but outside (where phplist is installed).<br />
Unsubscribe page is only displayed in wp page if default, menu spage is displayed.</p>
<p>Please, how can this be corrected?<br />
(it is not functional, but you know&#8230; <img src='http://webjunk.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHPList Plugin by jurij</title>
		<link>http://webjunk.com/wordpress/archives/60#comment-109</link>
		<dc:creator>jurij</dc:creator>
		<pubDate>Sun, 06 Feb 2011 22:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://webjunk.com/wordpress/?p=60#comment-109</guid>
		<description><![CDATA[Yes it is.
Yust put your spage link in the plugin URL settings.
E.g.: http://domain.si/lists/?p=subscribe&amp;id=1]]></description>
		<content:encoded><![CDATA[<p>Yes it is.<br />
Yust put your spage link in the plugin URL settings.<br />
E.g.: <a href="http://domain.si/lists/?p=subscribe&#038;id=1" rel="nofollow">http://domain.si/lists/?p=subscribe&#038;id=1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHPList Plugin by Mike Schumann</title>
		<link>http://webjunk.com/wordpress/archives/60#comment-52</link>
		<dc:creator>Mike Schumann</dc:creator>
		<pubDate>Sun, 12 Dec 2010 20:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://webjunk.com/wordpress/?p=60#comment-52</guid>
		<description><![CDATA[One other question about your plug-in:  It apparently adds a link to phplist.org in the subfooter of all the pages on my website.  How can I turn this off?

Thanks.]]></description>
		<content:encoded><![CDATA[<p>One other question about your plug-in:  It apparently adds a link to phplist.org in the subfooter of all the pages on my website.  How can I turn this off?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHPList Plugin by JACK</title>
		<link>http://webjunk.com/wordpress/archives/60#comment-30</link>
		<dc:creator>JACK</dc:creator>
		<pubDate>Mon, 29 Nov 2010 17:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://webjunk.com/wordpress/?p=60#comment-30</guid>
		<description><![CDATA[Hi,
If I have various people in subdomains each sending out emails on phplist I might need to throttle the whole lot to keep under the hostgator lime of 500/hour. Hostgator does not send info on the per hour so overloads just get dropped.
Does this plugin address that? If not, your ideas.
Regards,
j]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
If I have various people in subdomains each sending out emails on phplist I might need to throttle the whole lot to keep under the hostgator lime of 500/hour. Hostgator does not send info on the per hour so overloads just get dropped.<br />
Does this plugin address that? If not, your ideas.<br />
Regards,<br />
j</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHPList Plugin by Mike Schumann</title>
		<link>http://webjunk.com/wordpress/archives/60#comment-27</link>
		<dc:creator>Mike Schumann</dc:creator>
		<pubDate>Fri, 26 Nov 2010 17:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://webjunk.com/wordpress/?p=60#comment-27</guid>
		<description><![CDATA[I think you miss-interpreted my question.  I do want to display the subscribe page.  However, using your plugin, the page that gets displayed is a php menu page that includes a link to the subscribe page and another link to the unsubscribe page.

Is there any way to go directly display the subscribe page instead of the menu page?]]></description>
		<content:encoded><![CDATA[<p>I think you miss-interpreted my question.  I do want to display the subscribe page.  However, using your plugin, the page that gets displayed is a php menu page that includes a link to the subscribe page and another link to the unsubscribe page.</p>
<p>Is there any way to go directly display the subscribe page instead of the menu page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHPList Plugin by admin</title>
		<link>http://webjunk.com/wordpress/archives/60#comment-26</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 22 Nov 2010 16:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://webjunk.com/wordpress/?p=60#comment-26</guid>
		<description><![CDATA[The Subscribe Page is what you want to fulfill the spam guidelines. Also realize you can customize the Subscribe Page completly from within PHPList.
Might be able to add an option to set to another page but not high on the priority list. Have some non-standard PHPList features that I want to put in the next release of the plugin.]]></description>
		<content:encoded><![CDATA[<p>The Subscribe Page is what you want to fulfill the spam guidelines. Also realize you can customize the Subscribe Page completly from within PHPList.<br />
Might be able to add an option to set to another page but not high on the priority list. Have some non-standard PHPList features that I want to put in the next release of the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHPList Plugin by Mike Schumann</title>
		<link>http://webjunk.com/wordpress/archives/60#comment-25</link>
		<dc:creator>Mike Schumann</dc:creator>
		<pubDate>Mon, 22 Nov 2010 05:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://webjunk.com/wordpress/?p=60#comment-25</guid>
		<description><![CDATA[The mailing list page that your plug-in creates shows the phplist subscriber menu form.  Is there any way to directly show the subscribe page directly?]]></description>
		<content:encoded><![CDATA[<p>The mailing list page that your plug-in creates shows the phplist subscriber menu form.  Is there any way to directly show the subscribe page directly?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
