Re: [WebDNA] Double sendmails

This WebDNA talk-list message is from

2014


It keeps the original formatting.
numero = 111745
interpreted = N
texte = This is not what I thought then. Try with a higher tick value: it seems = the mail is not deleted fast enough from the /EMailFolder, maybe because = the mail server is slow. If this happens only for certains emails but = not for all, this might fix the problem. If this happens for all emails, = and this is something new, then a server restart could fix it. Here is a reminder: WebDNA writes the mail to be sent in /EMailFolder. = The email thread sleeps for X ticks, then wakes up, runs through the = EMailFolder, processes one single acceptable mail by forwarding it to a = SMTP server, adds a log entry in /EMailLog and moves the mail to = /EMailCompleted, then sleeps for X ticks, and repeats. Acceptable means that the filename ends in the word "done". Processing the mail means the mail is sent through port 25 to either a = localhost SMTP server or an external one. It will only process one email file for each sleep/wake cycle. So if the = main thread starts to write a new email file while the email thread is = in the middle of a waking cycle, it does not matter. It will be ignored = until the main thread renames it to end in "done", at which point the = email thread will consider it during the next wake cycle. - chris > On 09 Dec 2014, at 20:24, Steve Braun wrote: >=20 > My Tech tells me this: >=20 > CentOS 6.5, kernel 2.6.32-431.29.2.el6.x86_64.=20 > Apache 2.2.15.=20 > WebDNA FastCGI 7.0. >=20 > He has restarted Apache, but not the entire server. > You think that a server restart would help? >=20 > Thanks, > sfb >=20 >=20 >=20 >=20 >=20 >=20 > Stephen F Braun > sbraun1@twcny.rr.com >=20 > On Mon, Dec 8, 2014 at 5:26 PM, Stuart Tremain = wrote: > Yes have had this on Windows v5.x & v6.x >=20 > Have moved to Linux now, I won=E2=80=99t say it doesn=E2=80=99t exist = but I haven=E2=80=99t seen it for a while. >=20 > Regards >=20 > Stuart Tremain > IDFK Web Developments > AUSTRALIA > webdna@idfk.com.au >=20 >=20 >=20 >=20 >> On 9 Dec 2014, at 9:16 am, Paul Willis wrote: >>=20 >> We occasionally used to see this on Mac with version 6 (I think) a = reboot usually fixed it.=20 >>=20 >> PW >>=20 >> On 8 Dec 2014, at 21:54, Psi Prime Inc, Matthew A Perosi = wrote: >>=20 >>> I used to have this issue years ago with RedHat ES 4 and WebDNA 4.x >>>=20 >>> -Matt >>>=20 >>>=20 >>> On 12/8/2014 3:25 PM, Christophe Billiottet wrote: >>>> Hi Steve, what version of WebDNA and what OS? >>>>=20 >>>>=20 >>>>=20 >>>> On 08 Dec 2014, at 23:16, Steve Braun wrote: >>>>=20 >>>> Hi All, >>>> Does anyone have experience, or solutions to a problem where I'm = getting double emails sent from a single [sendmail] tag? >>>>=20 >>>> My server tech guy thinks that my WebDNA/EmailFolder might not be = getting emptied on time as it should. Ever heard of this happening? >>>>=20 >>>> Thanks for any assistance. >>>>=20 >>>> Stephen F Braun >>>> sbraun1@twcny.rr.com >>>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list . = To unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us >>>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list . = To unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us >>>=20 >>>=20 >>> --=20 >>> Matthew A Perosi >>> Corporate Consultant >>> Mobile Marketing Expert >>> Senior Web Developer >>> SEO Analyst & Educator >>>=20 >>> matt@psiprime.com >>>=20 >>>=20 >>> Psi Prime, Inc. >>> 323 Union Blvd. >>> Totowa, NJ 07512 >>>=20 >>> Direct: 888.872.0274 >>> Fax: 888.488.5924 >>>=20 >>>=20 >>> http://www.perosi.com >>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list . = To unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us >> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list . = To unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us >=20 > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list . To = unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us >=20 > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list . To = unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Double sendmails (christophe.billiottet@webdna.us 2014)
  2. Re: [WebDNA] Double sendmails (Steve Braun 2014)
  3. Re: [WebDNA] Double sendmails (Stuart Tremain 2014)
  4. Re: [WebDNA] Double sendmails (Stuart Tremain 2014)
  5. Re: [WebDNA] Double sendmails (Paul Willis 2014)
  6. Re: [WebDNA] Double sendmails ("Psi Prime Inc, Matthew A Perosi " 2014)
  7. Re: [WebDNA] Double sendmails (Chris 2014)
  8. [WebDNA] Double sendmails (Steve Braun 2014)
This is not what I thought then. Try with a higher tick value: it seems = the mail is not deleted fast enough from the /EMailFolder, maybe because = the mail server is slow. If this happens only for certains emails but = not for all, this might fix the problem. If this happens for all emails, = and this is something new, then a server restart could fix it. Here is a reminder: WebDNA writes the mail to be sent in /EMailFolder. = The email thread sleeps for X ticks, then wakes up, runs through the = EMailFolder, processes one single acceptable mail by forwarding it to a = SMTP server, adds a log entry in /EMailLog and moves the mail to = /EMailCompleted, then sleeps for X ticks, and repeats. Acceptable means that the filename ends in the word "done". Processing the mail means the mail is sent through port 25 to either a = localhost SMTP server or an external one. It will only process one email file for each sleep/wake cycle. So if the = main thread starts to write a new email file while the email thread is = in the middle of a waking cycle, it does not matter. It will be ignored = until the main thread renames it to end in "done", at which point the = email thread will consider it during the next wake cycle. - chris > On 09 Dec 2014, at 20:24, Steve Braun wrote: >=20 > My Tech tells me this: >=20 > CentOS 6.5, kernel 2.6.32-431.29.2.el6.x86_64.=20 > Apache 2.2.15.=20 > WebDNA FastCGI 7.0. >=20 > He has restarted Apache, but not the entire server. > You think that a server restart would help? >=20 > Thanks, > sfb >=20 >=20 >=20 >=20 >=20 >=20 > Stephen F Braun > sbraun1@twcny.rr.com >=20 > On Mon, Dec 8, 2014 at 5:26 PM, Stuart Tremain = wrote: > Yes have had this on Windows v5.x & v6.x >=20 > Have moved to Linux now, I won=E2=80=99t say it doesn=E2=80=99t exist = but I haven=E2=80=99t seen it for a while. >=20 > Regards >=20 > Stuart Tremain > IDFK Web Developments > AUSTRALIA > webdna@idfk.com.au >=20 >=20 >=20 >=20 >> On 9 Dec 2014, at 9:16 am, Paul Willis wrote: >>=20 >> We occasionally used to see this on Mac with version 6 (I think) a = reboot usually fixed it.=20 >>=20 >> PW >>=20 >> On 8 Dec 2014, at 21:54, Psi Prime Inc, Matthew A Perosi = wrote: >>=20 >>> I used to have this issue years ago with RedHat ES 4 and WebDNA 4.x >>>=20 >>> -Matt >>>=20 >>>=20 >>> On 12/8/2014 3:25 PM, Christophe Billiottet wrote: >>>> Hi Steve, what version of WebDNA and what OS? >>>>=20 >>>>=20 >>>>=20 >>>> On 08 Dec 2014, at 23:16, Steve Braun wrote: >>>>=20 >>>> Hi All, >>>> Does anyone have experience, or solutions to a problem where I'm = getting double emails sent from a single [sendmail] tag? >>>>=20 >>>> My server tech guy thinks that my WebDNA/EmailFolder might not be = getting emptied on time as it should. Ever heard of this happening? >>>>=20 >>>> Thanks for any assistance. >>>>=20 >>>> Stephen F Braun >>>> sbraun1@twcny.rr.com >>>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list . = To unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us >>>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list . = To unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us >>>=20 >>>=20 >>> --=20 >>> Matthew A Perosi >>> Corporate Consultant >>> Mobile Marketing Expert >>> Senior Web Developer >>> SEO Analyst & Educator >>>=20 >>> matt@psiprime.com >>>=20 >>>=20 >>> Psi Prime, Inc. >>> 323 Union Blvd. >>> Totowa, NJ 07512 >>>=20 >>> Direct: 888.872.0274 >>> Fax: 888.488.5924 >>>=20 >>>=20 >>> http://www.perosi.com >>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list . = To unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us >> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list . = To unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us >=20 > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list . To = unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us >=20 > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list . To = unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us christophe.billiottet@webdna.us

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

send mail problem? (1997) Deleting Orders (1997) Emailer port change (1997) customizing the color of user's pages (1997) WebCatalog for Postcards ? (1997) Whats going on? (2000) Protect Tag and Groups (1998) Make sure I understand this??? (1997) Conversion Database Blues (2001) Shopping Cart Best Practices (2006) date math (2005) syntax question, not in online refernce (1997) listfiles-looking for slick solution (1997) Locking up with WebCatalog... (1997) Greeting Card System (2000) Simple counter - how? (1997) Sku numbers (1997) Download URL & access on the fly ? (1997) PCS Frames (1997) WebCat2b14MacPlugIn - [include] doesn't hide the search string (1997)