I had this problem when I had extraneous information or invalid email addresses in the Site.NotifyList<br><br>I tried to make the Site.NotifyList more user friendly and I had some detailed information on how to enter the information and other references. The one line that gave me particular problems was:
<br><dl><dt>&nbsp;&nbsp;&nbsp; :notify:Email address to notify. (<em>required</em>)</dt></dl>This displayed as the definition that I wanted it to, but it was also intpretted by the Notify script as a notification line and tried to send a notification to &quot;email&quot; using the site defaults. This caused a bounce message to be generated for each notification and I quickly got a nasty-gram from our internal sysadmins threatening to pull the plug on our wiki. After some trial and error, I isolated the issue to the line above. On further investigation, I also discovered that the notify list is space sensitive. The email address needs to be right next to the equals sign.
<br><br>&nbsp;&nbsp;&nbsp; notify=<a href="mailto:myemail@mycompany.com">myemail@mycompany.com</a> will work<br><br>&nbsp;&nbsp;&nbsp; notify= <a href="mailto:myemail@mycompany.com">myemail@mycompany.com</a> will generate a notification to an empty email address, and likely bounce.
<br><br>I don't recal if it was sensitive to a space befor the equals, but it may have been. All I can tell you is that there are no spces next to any equals in my Site.NotifyList. :-)<br><br>I hope that helps.<br><br>Regards,
<br>Kurt<br><br><div><span class="gmail_quote">On 8/28/06, <b class="gmail_sendername"><a href="mailto:christian.ridderstrom@gmail.com">christian.ridderstrom@gmail.com</a></b> &lt;<a href="mailto:christian.ridderstrom@gmail.com">
christian.ridderstrom@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi<br><br>The days I've been getting multiple emails from the wiki engine about
<br>changes to pages. (Each email appears eigth times instead of once, and<br>they seem to be sent with one to two minutes interval).<br><br>This error has occured now and then since I installed it. Up and until<br>this weekend it has worked fine for a month or two, and I haven't touched
<br>any of the configuration files in between...<br><br>Have other people experienced this?<br><br>Any ideas on how to trobuleshoot this?<br><br>Is there some extra log information I can make the script produce?<br><br>Or something I should look at in particular?
<br><br><br>My guess is that the code that checks if an email has already been sent<br>isn't working as it should.<br><br>/Christian<br><br>--<br>Christian Ridderström, +46-8-768 39 44&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.md.kth.se/~chr">
http://www.md.kth.se/~chr</a><br><br>_______________________________________________<br>pmwiki-users mailing list<br><a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br><a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">
http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br><br><br></blockquote></div><br>