Welcome, Guest
Username: Password: Remember me
1. The "search..." box above searches the Docs & Forum Posts. The "Search" tab above just searches the Forum Posts. :side:
Please use these to search for your issue *before* creating a new message topic, as your issue may have been previously solved.
2. Please put your Club # and Club Web Address in your Forum Signature (best) OR in each post to get faster support from us.
Click here to edit your signature at the bottom of the Profile Information tab.
3. Our user and admin docs are available at: support.toastmastersclubs.org/doc "There's a doc for that!" ;)
4. There is an "Opt In" Feature for newly added members. The Opt In document explains the strikethrough member information. Click Here to View the Post
5. When posting a New Topic , please include all relevant details and be specific. When did your issue 1st occur? What operating system, browser, & browser version are you using? Did you refresh your browser cache? Are your cookies enabled? Lastly, a screen shot is often helpful.
6. Please abide by the Terms of Use . We are volunteers contributing our spare time. We are happy to assist you, so long as you are respectful and courteous.
7. We are always looking for new FreeToastHost Ambassadors to join our team and support fellow Toastmasters in their use of the FreeToastHost website system. If you are familiar with the system and have some interest, send a Send Us a Private Message.
  • Page:
  • 1

TOPIC:

Couldn't connect to toastmastersclubs.org:25 11 years 2 months ago #34664

  • VPed5104
  • VPed5104's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 7
  • Thank you received: 2
When e-mailing our weekly meeting notice to our members in 5104 three of them bounced out of 30+ sent to our members list. First time this has happened. Double checked TM International and local toast host list and they agree. I sent note out to same list 10 days ago and everything worked fine with no bounces.
The topic has been locked.

Couldn't connect to toastmastersclubs.org:25 11 years 2 months ago #34665

  • Brian
  • Brian's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 10468
  • Thank you received: 3866
Which 3 bounced (names) and what was the exact message you got that tells you they bounced?
The topic has been locked.

Couldn't connect to toastmastersclubs.org:25 11 years 2 months ago #34667

  • VPed5104
  • VPed5104's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 7
  • Thank you received: 2

Forwarded message
From: <This email address is being protected from spambots. You need JavaScript enabled to view it.>
Date: Sun, Apr 6, 2014 at 6:45 PM
Subject: Message Not Delivered: Toastmasters April 10 lineup - PLEASE RESPOND
To: This email address is being protected from spambots. You need JavaScript enabled to view it.


Your message to (This email address is being protected from spambots. You need JavaScript enabled to view it. in This email address is being protected from spambots. You need JavaScript enabled to view it.) had the following error and was not delivered:
Couldn't connect to toastmastersclubs.org:25

Forwarded message
From: <This email address is being protected from spambots. You need JavaScript enabled to view it.>
Date: Sun, Apr 6, 2014 at 6:45 PM
Subject: Message Not Delivered: Toastmasters April 10 lineup - PLEASE RESPOND
To: This email address is being protected from spambots. You need JavaScript enabled to view it.


Your message to (This email address is being protected from spambots. You need JavaScript enabled to view it. in This email address is being protected from spambots. You need JavaScript enabled to view it.) had the following error and was not delivered


Couldn't connect to toastmastersclubs.org:25



Forwarded message
From: <This email address is being protected from spambots. You need JavaScript enabled to view it.>
Date: Sun, Apr 6, 2014 at 6:45 PM
Subject: Message Not Delivered: Toastmasters April 10 lineup - PLEASE RESPOND
To: This email address is being protected from spambots. You need JavaScript enabled to view it.


Your message to (This email address is being protected from spambots. You need JavaScript enabled to view it. in This email address is being protected from spambots. You need JavaScript enabled to view it.) had the following error and was not delivered:

Couldn't connect to toastmastersclubs.org:25
The topic has been locked.

Couldn't connect to toastmastersclubs.org:25 11 years 2 months ago #34668

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 11526
  • Thank you received: 3795

When e-mailing our weekly meeting notice to our members in 5104 three of them bounced out of 30+ sent to our members list. First time this has happened. Double checked TM International and local toast host list and they agree. I sent note out to same list 10 days ago and everything worked fine with no bounces.


There was a transmission error for those three, per the log. When I did the recent revisions of tcmail (mail handler), I added more rigorous error handling to it, including notifications of transmission errors. tcmail did not send notifications (bounces) of transmission errors in the past.

What I may do is to add a "retry loop"... again, this is something that has never been a part of tcmail in the past.

What you can do is just to resend those three.
Last edit: by SteveTheTechie.
The topic has been locked.

Couldn't connect to toastmastersclubs.org:25 11 years 2 months ago #34669

  • VPed5104
  • VPed5104's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 7
  • Thank you received: 2
Thanks for the response. The TMOD resent to the three individuals via separate e-mail. I wanted to make you aware as this will not be sustainable "as is". Extra work/rework is not a desirable piece for time constrained folks. As I mentioned in a previous note I did not see the delivery issue about 10 days ago when I sent a note to the group but our President encountered it on his note sent this week. Will monitor to see if it continues to be an issue. It is a tremendous help to know who is not receiving messages, we just need to know why.

Regards,

Ed Skarbek
VP Education
St Matthews/Lyndon Toastmasters Club #5104
The topic has been locked.

Couldn't connect to toastmastersclubs.org:25 11 years 2 months ago #34677

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 11526
  • Thank you received: 3795
I have implemented a retry loop. It is currently set for 25 retries on a transmission error before it quits and sends a bounce message.

Let's be clear, though. This is not some new problem that I have caused to happen. During my revisions of the email handling code, I identified a flaw where there was never a check implemented to determine whether the actual individual email sends were really successful. Therefore, some of the past SUCCESS's logged in the email log were probably erroneous since no check for transmission errors was done in the past. So, just because you are now aware of these issues does not mean that they did not exist before.

Of the ~285,000 emails processed last week, there were 574 transmission errors (~0.2%)

While I am sure that the people who had the transmission errors issues did not appreciate the problem, at least they are now aware of it, and the retry loop I just added will hopefully drive the fractional percentage even lower.

Until I implemented the check for transmission errors, none of us knew there was a possible issue with that either.

Email is *not* foolproof... errors do occur occasionally during transmission. That is why I decided to implement the retry loop.
Last edit: by SteveTheTechie.
The topic has been locked.

Couldn't connect to toastmastersclubs.org:25 11 years 2 months ago #34679

  • VPed5104
  • VPed5104's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 7
  • Thank you received: 2
Steve,

Thanks for the help and providing the explanation and I was not looking to "blame" anyone. Just wanted to make you aware of the issue and when it occurred. Thanks for implementing the retry loop. I realize some servers may not be as receptive to messages depending on their security setting. This brought up the potential to make certain people "whitelist" e-mail from our distribution list. I agree it is much better to know who is not receiving the messages rather than being lulled into a false sense of security that "everything went out". Terrific effort and response. While you may not hear this often it is indeed greatly appreciated. THANK YOU.......

Ed Skarbek
VP Education
St Matthews/Lyndon Toastmasters Club 5104
The following user(s) said Thank You: Jane Atkinson, SteveTheTechie
The topic has been locked.
  • Page:
  • 1
Moderators: Pamjliumarc33NotLiabledeedubbleyooNSBPhyllis Kirouac
Time to create page: 0.042 seconds
Powered by Kunena Forum