Re: [PHP] bizzare duplicate mail() call

2005-01-07 Thread Jamie Alessio
The first place I would look is in your web server logs to establish if the pages are actually requested multiple times at the time the duplicate emails are sent. - Jamie Hello all - this problem is so wierd that I don't even know where to start. Hopefully you all can give me a couple leads. I

Re: [PHP] bizzare duplicate mail() call

2005-01-07 Thread Richard Davey
Hello Jed, Thursday, January 6, 2005, 9:45:38 PM, you wrote: JRB> What is so strange is that it only occurs for these odd periods of time. For JRB> example, yesterday from 4pm to this morning at 7am, 2 copies would be sent. JRB> Last week for several days, 5 copies would be sent. JRB> The email

Re: [PHP] bizzare duplicate mail() call

2005-01-07 Thread Jason Wong
On Friday 07 January 2005 05:45, Jed R. Brubaker wrote: [snip] > The emails are frequent enough (every couple of minutes) that it is very > easy to track, but I don't have a clue as to what would be the cause. > > Does anyone have any suggestions as to where to start looking? Your mail server lo

Re: [PHP] bizzare duplicate mail() call

2005-01-06 Thread Chris
I had a similar problem once upon a time. I had a form, whose results were getting emailed, sending duplicate submissions occasionally. The cause, I surmised, was that someone was stopping the download of the page before it finished, so the code execution stopped, or they were double clicking t

[PHP] bizzare duplicate mail() call

2005-01-06 Thread Jed R. Brubaker
Hello all - this problem is so wierd that I don't even know where to start. Hopefully you all can give me a couple leads. I have some reporting systems going on in various places on the server - mail() is called when a user does this or that. These scripts are farily simple, so I am next to cer