trying to figure out what might
be going on, and here's the story:
-- 1. INetMail has a queue\ directory where it stores outgoing messages
that haven't been sent yet.
-- 2. Somebody signed up with a bad email address. The address they
used was k****@nospamdslextreme.com (the *'s are mine) which is
obviously not deliverable.
-- 3. INetMail doesn't use a database to figure out what message should
be sent next. Instead, it simply marches through the entire queue\
directory looking at each message and seeing if it's time to try to
deliver it again.
-- 4. INetMail is multithreaded.
-- 5. The SCOUG-Help list has been very active the past couple of days,
and there's still plenty of incoming spam.
-- 6. THEREFORE: INetMail finds a whole bunch of different messages in
its queue for k****@nospamdslextreme.com and starts a whole bunch of
threads to deliver them and each of those threads is doing message
processing, thus the cpu meter pegs at 100%. And this goes on forever
because by the time the last message in the queue\ directory is
processed more than 5 minutes has elapsed and it's time to start at the
beginning again.
-- 7. So what I just did is review "a whole bunch" of the queued
messages, noticed that "a whole bunch" of them were for
k****@nospamdslextreme.com, then went to the scoug-programming list and
deleted that address. As the pending messages in queue\ are deleted
after they time out, the queue should get a lot smaller and INetMail
will hopefully not "lock up" as much.
-- 8. This won't solve the looping problem where a message keeps being
returned to itself. That's a different problem.
-- 9. There isn't any report available from INetMail/Steward showing
which addresses could not be sent to. Such a report would be very
helpful.
- Peter
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-programming".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
Return to [ 30 |
March |
2004 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.