<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Webmaster Email is Erratic"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Webmaster Email is Erratic"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Webmaster Email is Erratic</title>
				<description><![CDATA[ I'm having trouble getting notification of new posts via email. The guestbook seems to be sending them out OK, but I only sometimes get them. <br /> <br /> I want to get my notifications at a specific AOL email account, but they  just won't go there. It doesn't matter what AOL account I set up as the webmaster email address, NOTHING gets through to the AOL account.<br /> <br /> I have several comcast.net email accounts, and they can receive notifications with no problem. But when I set them up to forward all mail to one of my AOL accounts, they refuse to forward my guestbook notifications to any AOL account. Messages from other sources are forwarded with no problem.<br /> <br /> It seems like maybe AOL just doesn't like guestbook mail. Any info on this? Any suggestions?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14713.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14713.php</link>
				<pubDate><![CDATA[Tue, 1 Mar 2005 06:13:41]]> GMT</pubDate>
				<author><![CDATA[ LSander]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Probably because AOL junk is notorious for blocking alot of host's webmail accounts. I have the same problem with my webmail if I want to email a friend who has AOL crap I have to use my ISP email.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14719.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14719.php</link>
				<pubDate><![CDATA[Tue, 1 Mar 2005 12:07:14]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Unfortunately as JTD said AOL's spam filters are notoriously paranoid. I don't know if they have a bulk or junk folder where these emails may end up. I'd personally suggest changing to a better email provider. If you wish I can send you a Gmail invite, just email me so I can send an email to your email address (and then probably have to send you the link in a private email when AOL blocks the invte).]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14721.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14721.php</link>
				<pubDate><![CDATA[Tue, 1 Mar 2005 12:50:08]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Re: Webmaster Email is Erratic</title>
				<description><![CDATA[ [quote="LSander"]I'm having trouble getting notification of new posts via email. The guestbook seems to be sending them out OK, but I only sometimes get them. <br /> <br /> I want to get my notifications at a specific AOL email account, but they  just won't go there. It doesn't matter what AOL account I set up as the webmaster email address, NOTHING gets through to the AOL account.<br /> <br /> I have several comcast.net email accounts, and they can receive notifications with no problem. But when I set them up to forward all mail to one of my AOL accounts, they refuse to forward my guestbook notifications to any AOL account. Messages from other sources are forwarded with no problem.<br /> <br /> It seems like maybe AOL just doesn't like guestbook mail. Any info on this? Any suggestions?[/quote]<br /> <br /> If your webhost allows you to set up email accounts directly, create a email account i.e. <a class="snap_shots" href="mailto:guestbook@yourdomainname.com">guestbook@yourdomainname.com</a> then instruct all email to <a class="snap_shots" href="mailto:guestbook@yourdomainname.com">guestbook@yourdomainname.com</a> to be forwarded to your aol account.  <br /> <br /> The AOL filter is set up to block email addresses that do not originate upon the server that the sending email address has - so if your guest has entered their email address, the script enters that as the sender, when in truth, it is your webhost's server that is the sender - AOL checks these and blocks them when sender does not match up with server. <br /> <br /> So if you create an email account through your site, then direct all guestbook email through the guestbook admin to go that email account which you have subsequently redirected to your AOL address, you receive the forwarded version of the email - AOL usually (USUALLY) does not block those. <br /> <br /> Hoping that is not toooo confusing - it is the only way I have found to work around the AOL filter.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14728.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14728.php</link>
				<pubDate><![CDATA[Tue, 1 Mar 2005 18:12:05]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I am still wrestling with this. ET's suggestion seemed like a good one, but it didn't work. I CAN get post notifications forwarded to my Comcast accounts, but not to AOL (and I am NOT interested in moving my email away from AOL--there are too many advantages there).<br /> <br /> I surmise that part of the problem is in the notification email itself. In my case, the email says it originates at USSRankin@67.165.108.105. I'm not 100% sure where that numeric URL is, but I'm pretty sure it's the router for my home network. <br /> <br /> I have installed the "quick mod" to have the guestbook log the IP rather than the hostname (changing $host in add.class.php). When I reverse the modification, the email says it originates at USSRankin@c-67-165-108-105.client.comcast.net<br /> <br /> If I knew where to plug it in, I'd be willing to plug in one address that these notification emails always say they are from.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14738.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14738.php</link>
				<pubDate><![CDATA[Tue, 1 Mar 2005 20:11:46]]> GMT</pubDate>
				<author><![CDATA[ LSander]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Ah thats the problem then. The guestbook script fills in the email if none supplies as [b]theirname@server[/b]. Because you are hosting it locally it is putting server as your IP. You need to manually edit that part in add.class.php.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14739.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14739.php</link>
				<pubDate><![CDATA[Tue, 1 Mar 2005 20:17:45]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize (didn't log in)"]Ah thats the problem then. The guestbook script fills in the email if none supplies as [b]theirname@server[/b]. Because you are hosting it locally it is putting server as your IP. You need to manually edit that part in add.class.php.[/quote]<br /> <br /> I'm not hosting locally. The email seems to figure out from where I am accessing the guestbook, then tacks that onto the end of itself, after the "@". <br /> <br /> I want to override that, but I need a little more help in knowing what to edit in add.class.php. (I'm getting reasonably capable at this stuff, but I'm still basically a newbie.)]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14741.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14741.php</link>
				<pubDate><![CDATA[Tue, 1 Mar 2005 21:12:38]]> GMT</pubDate>
				<author><![CDATA[ LSander]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Whoops yeah sorry I meant it puts it as [b]NAME@THEIRIPRESOLVED[/b].<br /> lib/add.entry.php[code]$from_email = &#40;$this-&gt;email == &quot;&quot;&#41; ? &quot;nobody@$host&quot; &#58; $this-&gt;email;[/code]Just change the "nobody@$host" to something like "guestbook@mysite.com".]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14743.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14743.php</link>
				<pubDate><![CDATA[Tue, 1 Mar 2005 22:05:40]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="LSander"]I am still wrestling with this. ET's suggestion seemed like a good one, but it didn't work. I CAN get post notifications forwarded to my Comcast accounts, but not to AOL (and I am NOT interested in moving my email away from AOL--there are too many advantages there).<br /> <br /> ---<br /> <br /> If I knew where to plug it in, I'd be willing to plug in one address that these notification emails always say they are from.[/quote]<br /> <br /> I haven't had that problem with AOL blocking it, but it may be that my webhost is set up in a way that AOL allows through their filter.  Yep, like Carbonize suggests, change the portion add.entry.php to force it to use an email address with your domain name.  Also, I'm thinking that there is another spot that you will want to change - let me go look at the script again to see where the script picks up the email addresses that the visitor actually plugs in so that you might be able to change that too.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14745.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14745.php</link>
				<pubDate><![CDATA[Tue, 1 Mar 2005 23:04:27]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Okay - I went back to the script to look - <br /> <br /> As Carbonize described above <br /> [code]$from_email = &#40;$this-&gt;email == &quot;&quot;&#41; ? &quot;nobody@$host&quot; &#58; $this-&gt;email;[/code]<br /> could be modified as follows to totally force aaaallll emails to come directly off your server as represented by your site and bypassing the email address of the visitor from being entered into the sender portion. <br /> <br /> [code]$from_email = &quot;guestbook@your_domain_name.com&quot;;[/code]<br /> <br /> Save the original file before making any changes like this just to be on the safe side, but I'm fairly certain that will force the script to use only one sender address from your guestbook and it should be acceptable to AOL. <br /> <br /> Hoping that helps.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14748.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14748.php</link>
				<pubDate><![CDATA[Tue, 1 Mar 2005 23:20:27]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I'd just go for [b]$from_email = ($this-&gt;email == "") ? "guestbook@mysite.com" : $this-&gt;email;[/b] this way if they provide an email address the email will come from their address otherwise it will come from <a class="snap_shots" href="mailto:guestbook@mysite.com">guestbook@mysite.com</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14749.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14749.php</link>
				<pubDate><![CDATA[Tue, 1 Mar 2005 23:40:53]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]I'd just go for [b]$from_email = ($this-&gt;email == "") ? "guestbook@mysite.com" : $this-&gt;email;[/b] this way if they provide an email address the email will come from their address otherwise it will come from <a class="snap_shots" href="mailto:guestbook@mysite.com">guestbook@mysite.com</a>[/quote]<br /> <br /> But that's the problem - the other people's email is not showing up either....]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14755.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14755.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 00:31:35]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Ooops I forgot get logged in first - Carbonize - from the earlier posts, I'm sensing that the emails with the visitor's email address are not showing up at the AOL address. So if that is the case, allowing visitor's email address to be entered may not help the situation. <br /> <br /> But if the LSander's confirms that the visitor's email address is showing up with the notification, then yes, I think leaving it as you show would work.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14756.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14756.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 00:34:03]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Still say they should dump AOHell and use a decent email service. My offer a gmail invite still stands. They could try your method but odds are the emails are getting blocked for their content rather than the from address.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14757.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14757.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 00:36:36]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I hear ya on dropping AOL - An over priced product for what is offered, but some people really enjoy it - Who am I to judge?  <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14759.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14759.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 00:41:09]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="ET"]I hear ya on dropping AOL - An over priced product for what is offered, but some people really enjoy it - Who am I to judge?  <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" />[/quote]<br /> <br /> What is there to enjoy about AOL crap. Overpriced blocks half the known worlds email servers Did i say overpriced. Oh and ps I also have some gmail accounts to give away. 50 of them to be exact. If you want one contact me at  sanchez498(at)gmail.com]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14763.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14763.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 03:08:43]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I'm still working on this. On messages that DO get through, AOL gives access to some very complete header information. If I could see that info on one of the messages that gets blocked, I could probably figure out what is wrong. <br /> <br /> =====================================<br /> On using AOL... I access it through a cable modem and it serves me extremely well. The one overriding reason I keep it is that I don't want to change my longstanding email address(es). Other reasons include:<br /> <br />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> It is easy to use and as solid as a rock.<br />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> It has reliable dialup capabilities if my high speed provider goes down.<br />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> It can be accessed from anyplace in the country with a local phone call.<br />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> It is extremely immune to hacking.<br />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> Phone-based tech support is superb (though online &amp; email support are lame).<br />  <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> It hasn't ever been acquired by a company that requires me to change all my email addresses, my way of operating, etc., and this record is likely to continue.<br />  <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> Its spam control is very good, and constantly improving/evolving. (My wife gets zero spam--none. I get a certain amount of it because of the places I visit. AOL handles almost all of it.)<br />  <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> It is frequently updated, and has armies of people working to make it better. (God is on the side of the big battalions.)<br />  <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> Basically, it does everything I need it to do, with very few drawbacks. <br />  <img src="https://proxy2.de/forum//images/smilies/499fd50bc713bfcdf2ab5a23c00c2d62.gif" /> It DOES block Guestbook messages, but that seems to be a side effect of titanium-strength spam filtering.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14796.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14796.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 16:14:54]]> GMT</pubDate>
				<author><![CDATA[ LSander]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If AOL is blocking guestbook emails what other emails are you not getting? I always recommend a decent POP server email with [url=http://www.spamihilator.com]Spamihilator[/url] which is the client side spam filter I use.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14798.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14798.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 16:28:01]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="LSander"]<br /> <br /> <br />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> It is easy to use and as solid as a rock.<br />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> It has reliable dialup capabilities if my high speed provider goes down.<br />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> It can be accessed from anyplace in the country with a local phone call.<br />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> It is extremely immune to hacking.<br />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> Phone-based tech support is superb (though online &amp; email support are lame).<br />  <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> It hasn't ever been acquired by a company that requires me to change all my email addresses, my way of operating, etc., and this record is likely to continue.<br />  <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> Its spam control is very good, and constantly improving/evolving. (My wife gets zero spam--none. I get a certain amount of it because of the places I visit. AOL handles almost all of it.)<br />  <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> It is frequently updated, and has armies of people working to make it better. (God is on the side of the big battalions.)<br />  <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> Basically, it does everything I need it to do, with very few drawbacks. <br />  <img src="https://proxy2.de/forum//images/smilies/499fd50bc713bfcdf2ab5a23c00c2d62.gif" /> It DOES block Guestbook messages, but that seems to be a side effect of titanium-strength spam filtering.[/quote]<br /> <br /> You for got one thing with AOL crap.<br /> [b]Its way OVERPRICED[/b] My cable internet isnt really that much more than what AOL wants for dialup.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14829.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14829.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 23:32:43]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ BTW I am not saying don't use AOL as your ISP (although there are plenty of reasons not to) I am saying don't use them for your email. As I stated above, and you touched on, if they are blocking the guestbook entries what other [b]LEGITIMATE[/b] emails are they blocking you from getting? This is why I use an email provider with POP access and I use a spam filter on my computer so I don't get an inbox filled up with spam but I can see ALL the emails I get sent and fish any real ones out of the bin.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14831.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14831.php</link>
				<pubDate><![CDATA[Wed, 2 Mar 2005 23:41:16]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Other than these guestbook notifications, I'm not aware of a single other email that I have ever failed to get. Surely if this were a problem, SOMEBODY who sent me an email that I didn't react to would have somehow inquired about it. <br /> <br /> And let's not forget -- the Advanced Guestbook is an informally supported freeware application that has a lot of problems with people hacking it. It's a great application, but we (or at least I) can't get too upset when a big dog like AOL doesn't uncritically accept its output. <br /> <br /> I just don't understand the people who knock AOL. I've tried many online services since the mid-80s, and most of them are no longer around. In this century, I haven't found any that make it worthwhile to switch away from AOL. There are less expensive services, but in my experience, they (and AOL) give you just what you pay for. And when AOL falls behind in any area, they catch up pretty quickly with whomever might be ahead of them.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14848.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14848.php</link>
				<pubDate><![CDATA[Thu, 3 Mar 2005 01:23:23]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I am an ex AOL user and here is why I don't like it<br /> 1 - You HAVE to use their software<br /> 2 - Their software infests your system like a virus and is a pain to remove<br /> 3 - The limit what you can actually do online (I'm a programmer and need more than web sites and email)<br /> <br /> As to your comment about them not getting taken over and emails changed this is partly true. They tend to do the taking over and then succeed in killing off what they buy. Exampls are Netscape and Winamp, both projects that AOL purchased and both projects that are now dead.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14850.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14850.php</link>
				<pubDate><![CDATA[Thu, 3 Mar 2005 01:29:20]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ ANYWAY back to the email problem. I was recently notified that cPanel rejects some emails sent from the guestbook due to malformed headers (funny how mothing else rejects them). I have fixed this problem in 2.3.2 but guess I may as well put the mod here so you can test it. Open add.class.php and find[code]        $from_email = &#40;$this-&gt;email == &quot;&quot;&#41; ? &quot;nobody@$host&quot; &#58; $this-&gt;email;<br />         if &#40;&#40;$this-&gt;db-&gt;VARS&#91;&quot;notify_private&quot;&#93; == 1&#41; &amp;&amp; &#40;$this-&gt;private == 1&#41;&#41;<br /> 		  &#123;<br />             @mail&#40;$this-&gt;db-&gt;VARS&#91;&quot;admin_mail&quot;&#93;,$this-&gt;db-&gt;LANG&#91;&quot;EmailAdminSubject&quot;&#93;,&quot;$this-&gt;name\n$this-&gt;host\n\n$this-&gt;comment&quot;, &quot;From&#58; &lt;&quot;.$this-&gt;name.&quot;&gt; $from_email\nX-Mailer&#58; Advanced Guestbook 2&quot;&#41;;<br />         &#125;<br />         if &#40;&#40;$this-&gt;db-&gt;VARS&#91;&quot;notify_admin&quot;&#93; == 1&#41; &amp;&amp; &#40;$this-&gt;private == 0&#41;&#41;<br /> 		  &#123;<br />             @mail&#40;$this-&gt;db-&gt;VARS&#91;&quot;admin_mail&quot;&#93;,$this-&gt;db-&gt;LANG&#91;&quot;EmailAdminSubject&quot;&#93;,&quot;$this-&gt;name\n$this-&gt;host\n\n$this-&gt;comment&quot;, &quot;From&#58; &lt;&quot;.$this-&gt;name.&quot;&gt; $from_email\nX-Mailer&#58; Advanced Guestbook 2&quot;&#41;;<br />         &#125;<br />         if &#40;&#40;$this-&gt;db-&gt;VARS&#91;&quot;notify_guest&quot;&#93; == 1&#41; &amp;&amp; &#40;$this-&gt;email != ''&#41;&#41;<br /> 		  &#123;<br />             @mail&#40;$this-&gt;email,$this-&gt;db-&gt;LANG&#91;&quot;EmailGuestSubject&quot;&#93;,$this-&gt;db-&gt;VARS&#91;&quot;notify_mes&quot;&#93;, &quot;From&#58; &lt;&quot;.$this-&gt;db-&gt;VARS&#91;'admin_mail'&#93;.&quot;&gt; &quot;.$this-&gt;db-&gt;VARS&#91;'admin_mail'&#93;.&quot;\nX-Mailer&#58; Advanced Guestbook 2&quot;&#41;;<br />         &#125;[/code]first this we need to do is change the from address if no address was supplied. In[code]$from_email = &#40;$this-&gt;email == &quot;&quot;&#41; ? &quot;nobody@$host&quot; &#58; $this-&gt;email;[/code]change the [b]nobody@$host[/b] to something like [b]guestbook@yourdomain.com[/b]. This should stop any emails coming from stupid addresses like nobody@62.39.122.33. Now basically you want to replace all this[code]        if &#40;&#40;$this-&gt;db-&gt;VARS&#91;&quot;notify_private&quot;&#93; == 1&#41; &amp;&amp; &#40;$this-&gt;private == 1&#41;&#41;<br /> 		  &#123;<br />             @mail&#40;$this-&gt;db-&gt;VARS&#91;&quot;admin_mail&quot;&#93;,$this-&gt;db-&gt;LANG&#91;&quot;EmailAdminSubject&quot;&#93;,&quot;$this-&gt;name\n$this-&gt;host\n\n$this-&gt;comment&quot;, &quot;From&#58; &lt;&quot;.$this-&gt;name.&quot;&gt; $from_email\nX-Mailer&#58; Advanced Guestbook 2&quot;&#41;;<br />         &#125;<br />         if &#40;&#40;$this-&gt;db-&gt;VARS&#91;&quot;notify_admin&quot;&#93; == 1&#41; &amp;&amp; &#40;$this-&gt;private == 0&#41;&#41;<br /> 		  &#123;<br />             @mail&#40;$this-&gt;db-&gt;VARS&#91;&quot;admin_mail&quot;&#93;,$this-&gt;db-&gt;LANG&#91;&quot;EmailAdminSubject&quot;&#93;,&quot;$this-&gt;name\n$this-&gt;host\n\n$this-&gt;comment&quot;, &quot;From&#58; &lt;&quot;.$this-&gt;name.&quot;&gt; $from_email\nX-Mailer&#58; Advanced Guestbook 2&quot;&#41;;<br />         &#125;<br />         if &#40;&#40;$this-&gt;db-&gt;VARS&#91;&quot;notify_guest&quot;&#93; == 1&#41; &amp;&amp; &#40;$this-&gt;email != ''&#41;&#41;<br /> 		  &#123;<br />             @mail&#40;$this-&gt;email,$this-&gt;db-&gt;LANG&#91;&quot;EmailGuestSubject&quot;&#93;,$this-&gt;db-&gt;VARS&#91;&quot;notify_mes&quot;&#93;, &quot;From&#58; &lt;&quot;.$this-&gt;db-&gt;VARS&#91;'admin_mail'&#93;.&quot;&gt; &quot;.$this-&gt;db-&gt;VARS&#91;'admin_mail'&#93;.&quot;\nX-Mailer&#58; Advanced Guestbook 2&quot;&#41;;<br />         &#125;[/code] with this[code]        if &#40;&#40;$this-&gt;db-&gt;VARS&#91;&quot;notify_private&quot;&#93; == 1&#41; &amp;&amp; &#40;$this-&gt;private == 1&#41;&#41;<br /> 		  &#123;<br />             @mail&#40;$this-&gt;db-&gt;VARS&#91;&quot;admin_mail&quot;&#93;,$this-&gt;db-&gt;LANG&#91;&quot;EmailAdminSubject&quot;&#93;,&quot;$this-&gt;name\n$this-&gt;host\n\n$this-&gt;comment&quot;, &quot;From&#58; &quot;.$this-&gt;name.&quot; &lt;&quot;.$from_email.&quot;&gt;\nX-Mailer&#58; Advanced Guestbook 2&quot;&#41;;<br />         &#125;<br />         if &#40;&#40;$this-&gt;db-&gt;VARS&#91;&quot;notify_admin&quot;&#93; == 1&#41; &amp;&amp; &#40;$this-&gt;private == 0&#41;&#41;<br /> 		  &#123;<br />             @mail&#40;$this-&gt;db-&gt;VARS&#91;&quot;admin_mail&quot;&#93;,$this-&gt;db-&gt;LANG&#91;&quot;EmailAdminSubject&quot;&#93;,&quot;$this-&gt;name\n$this-&gt;host\n\n$this-&gt;comment&quot;, &quot;From&#58; &quot;.$this-&gt;name.&quot; &lt;&quot;.$from_email.&quot;&gt;\nX-Mailer&#58; Advanced Guestbook 2&quot;&#41;;<br />         &#125;<br />         if &#40;&#40;$this-&gt;db-&gt;VARS&#91;&quot;notify_guest&quot;&#93; == 1&#41; &amp;&amp; &#40;$this-&gt;email != ''&#41;&#41;<br /> 		  &#123;<br />             @mail&#40;$this-&gt;email,$this-&gt;db-&gt;LANG&#91;&quot;EmailGuestSubject&quot;&#93;,$this-&gt;db-&gt;VARS&#91;&quot;notify_mes&quot;&#93;, &quot;From&#58; &quot;.$this-&gt;db-&gt;VARS&#91;'admin_mail'&#93;.&quot;\nX-Mailer&#58; Advanced Guestbook 2&quot;&#41;;<br />         &#125;[/code]This should make the emails headers a bit more like they should be.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14856.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14856.php</link>
				<pubDate><![CDATA[Thu, 3 Mar 2005 02:00:36]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote]And let's not forget -- the Advanced Guestbook is an informally supported freeware application that has a lot of problems with people hacking it. It's a great application, but we (or at least I) can't get too upset when a big dog like AOL doesn't uncritically accept its output. <br /> [/quote]<br /> <br /> Actually it isnt rejecting Guestbook. If you use an email addy from your webserver. That is what it is rejecting.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14857.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14857.php</link>
				<pubDate><![CDATA[Thu, 3 Mar 2005 03:24:30]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ JTD makes an excellent point - a good way to find out if AOL is rejecting email from your server is to go into your website's mail program and send an email to your aol address to see if it goes through! <br /> <br /> If it arrives in your AOL email, then you will know that it is not your server that is being blocked. If it doesn't go through, then you will know that all your efforts with changing the guestbook notification process would be useless!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14858.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14858.php</link>
				<pubDate><![CDATA[Thu, 3 Mar 2005 03:37:35]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Unless carb wants to make an SMTP mod so you can configure guestbook to use any email addy you want to use. <img src="https://proxy2.de/forum//images/smilies/69934afc394145350659cd7add244ca9.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14862.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14862.php</link>
				<pubDate><![CDATA[Thu, 3 Mar 2005 04:01:03]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="JTD"]Unless carb wants to make an SMTP mod so you can configure guestbook to use any email addy you want to use. <img src="https://proxy2.de/forum//images/smilies/69934afc394145350659cd7add244ca9.gif" />[/quote]<br /> Duh it already can. If they provided an email address then the email you recieve comes from the address they supplied otherwise it comes from nobody@THEIRIPRESOLVED hence you change the $FROM_EMAIL to whatever you would like to receive emails from. I have mine set to something to bypass spam filters.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14863.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14863.php</link>
				<pubDate><![CDATA[Thu, 3 Mar 2005 04:38:00]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I'll try the fixes and let you know. Like so many computer things, this problem is really very small (I can always just check my Comcast email for notifications), but one can't rest until it's fixed.<br /> <br /> ===========================<br /> <br /> On the AOL stuff, Carbonize said:<br /> <br /> I am an ex AOL user and here is why I don't like it <br /> 1 - You HAVE to use their software <br /> 2 - Their software infests your system like a virus and is a pain to remove <br /> 3 - The limit what you can actually do online (I'm a programmer and need more than web sites and email) <br /> <br /> 1 &amp; 3: By having cable modem Internet access, I get around HAVING to use their software and its many limitations. AOL is also less expensive if you "bring your own access". If I could only have one means of Internet access, it would NOT be AOL. <br /> <br /> 2: They are much less virus-like than they used to be. Every time there's a new version, they put a bunch of stupid shortcuts on your desktop and they put one of their icons in your system tray. These are easily removed, though. Getting rid of AOL entirely, or of a version remaining on the computer, is just a matter of going into Control Panel and removing the program. Other than that, AOL is pretty well-behaved on this score. <br /> <br /> My main objection to AOL these days is the inane content of their welcome screens. There's a lot of coverage of movies, TV, rock music, and other stuff that I'm just not interested in these days, and there isn't any way to get rid of it. They've got a "Small Business" welcome screen that has a little bit less of that stuff, but it's only a minor relief.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14876.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14876.php</link>
				<pubDate><![CDATA[Thu, 3 Mar 2005 17:39:35]]> GMT</pubDate>
				<author><![CDATA[ LSander]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It's fixed! (At least as far as I can tell.)<br /> <br /> I made your suggested changes, plugging in <a class="snap_shots" href="mailto:guestbook@host44.ipowerweb.com">guestbook@host44.ipowerweb.com</a> in the "nobody@$host" slot. <br /> <br /> Then I made a variety of posts and private messages, with my guestbook email address set either to an AOL address or to another address that automatically forwards all messages to AOL. <br /> <br /> Everything worked, with the exception of one message which seems to have been lost. That may have been due to an error on my part. <br /> <br /> If the poster includes an email address in his post, the notification is "From" that address. Otherwise, it is from <a class="snap_shots" href="mailto:guestbook@host44.ipower.web">guestbook@host44.ipower.web</a><br /> <br /> The subject of all notification messages is "New guestbook entry", whether the notification is of a posting or a private message. <br /> <br /> After my extensive testing (a dozen messages, in different permutations), I changed "guestbook@host44.ipowerweb.com" to "guestbook@ussrankin.org" in the "nobody@host" slot. I posted to the guestbook, and the notification was received by AOL with no problems. I conclude that that's an acceptable address to have in there, but it remains to be proven by repeated use.<br /> <br /> Bottom line: THE NEW CODE WORKS. Thanks for all your help.  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> <br /> <br /> ==================<br /> For future versions...<br /> <br /> It would be most excellent if private messages could be identified as such in the subject of the notification message. <br /> <br /> Private messages don't include Location, Homepage, or Picture, even though they are asked for in the form that creates the private message, and they DO appear on guestbook posts. It would be best if these items were either included in the private message, or if the form somehow showed that they weren't included. <br /> <br /> That's it. I'll let you know of any further developments.<br /> <br /> Regards,<br /> Lou Sander<br /> Pittsburgh, Pennsylvania<br /> USA]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14883.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14883.php</link>
				<pubDate><![CDATA[Thu, 3 Mar 2005 19:52:15]]> GMT</pubDate>
				<author><![CDATA[ LSander]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Open [b]lib/add.class.php[b] and find [code]if &#40;$this-&gt;db-&gt;VARS&#91;&quot;notify_private&quot;&#93;==1 &amp;&amp; $this-&gt;private==1&#41; &#123;[/code]on the next line change[code]$this-&gt;db-&gt;LANG&#91;&quot;EmailAdminSubject&quot;&#93;[/code]Just remember to put your text in quotes.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14884.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14884.php</link>
				<pubDate><![CDATA[Thu, 3 Mar 2005 20:10:08]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I'll try it.<br /> <br /> FYI, I experimented a bit more with other things in the "nobody@host" slot. I tried "two words" and "oneword".<br /> <br /> Both of them went to the Comcast email address OK, but neither was forwarded to AOL, or received directly from AOL.<br /> <br /> Conclusion: AOL will accept <a class="snap_shots" href="mailto:anything@anything.com">anything@anything.com</a>, whether a valid address or not, but it seems to reject anything that doesn't look like a valid email address.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14886.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14886.php</link>
				<pubDate><![CDATA[Thu, 3 Mar 2005 20:19:40]]> GMT</pubDate>
				<author><![CDATA[ LSander]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Correction: "received directly from aol" should be "received by AOL when sent directly there"]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14887.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14887.php</link>
				<pubDate><![CDATA[Thu, 3 Mar 2005 20:20:50]]> GMT</pubDate>
				<author><![CDATA[ LSander]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Previous fix about LANG["EmailAdminSubject"] didn't work.<br /> <br /> First I replaced the stuff in quotes with my own stuff. Email subject was then "(no subject)"<br /> <br /> Then I replaced the entire "LANG["EmailAdminSubject"]" with "My Own Stuff". Still got "(no subject)"]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14889.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14889.php</link>
				<pubDate><![CDATA[Thu, 3 Mar 2005 20:35:51]]> GMT</pubDate>
				<author><![CDATA[ LSander]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [code]ARS&#91;&quot;admin_mail&quot;&#93;,$this-&gt;db-&gt;LANG&#91;&quot;EmailAdminSubject&quot;&#93;,&quot;$this-&gt;name\n$t[/code]<br /> change to[code]ARS&#91;&quot;admin_mail&quot;&#93;,&quot;New private guestbook entry&quot;,&quot;$this-&gt;name\n$t[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14890.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14890.php</link>
				<pubDate><![CDATA[Thu, 3 Mar 2005 20:42:19]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It works! Thanks!!!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4338/14901.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4338/14901.php</link>
				<pubDate><![CDATA[Fri, 4 Mar 2005 04:28:28]]> GMT</pubDate>
				<author><![CDATA[ LSander]]></author>
			</item>
	</channel>
</rss>