Double Emails [message #35150] |
Wed, 13 December 2006 10:25 |
jmaimarc
Messages: 5 Registered: November 2006
Karma: 0
|
Junior Member |
|
|
I'm having an interesting problem with the site: double emails.
maillist.php is working smoothly with procmail.
It is not confined to pure forum pages. A contact form that I hacked together from another page is also sending out doubles.
I went through some tests with the system administrator, and we've ruled out a sendmail or apache issue. To the best of my knowledge I haven't duplicated the call to the send mail function in post.php or the other scripts that mail out, but I'm getting duplicates fairly regularly. They're separate emails too, with unique IDs and time stamps within a second of each other.
Any idea where I can start hunting this down? Is it mailing from one script then calling a second script that's also mailing? That seems to be the logical reason for the dupes.
|
|
|
Re: Double Emails [message #35156 is a reply to message #35150] |
Wed, 13 December 2006 15:25 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Could it be that the bounces are getting imported or perhaps two sets of e-mails arrive at the procmail script?
FUDforum Core Developer
|
|
|
|
Re: Double Emails [message #35181 is a reply to message #35159] |
Thu, 14 December 2006 19:32 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Well, if the sync was at fault that duplication would occur on messages created on the forum sent to the mailing list and then synchronized back. Can you verify if this is the case?
FUDforum Core Developer
|
|
|
|
Re: Double Emails [message #35188 is a reply to message #35184] |
Fri, 15 December 2006 00:39 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Anything that uses e-mail in the forum utilizes the code inside smtp.inc.t
FUDforum Core Developer
|
|
|