Hi there!

Sometimes (not ever) an error is reported by tmda-cgi after I try to
release or delete mails in the queue.
The errormessage means, that the message was not found. 
This happens on messages that where shorter than 1 hour in the queue and
also on messages that where there for a few days...
The strange thing on this is, that the messages (after release) are
delivered pretty fine - so why could the message not be found, but
delivered?

Here is the output from tmda-cgi:


MessageError Python 2.2: /usr/bin/python
Wed Jun 11 09:25:36 2003 

A problem occurred in a Python script. Here is the sequence of function
calls leading up to the error, in the order they occurred.

 /usr/src/tmda-cgi-0.08/tmda-cgi.py  
  153   elif Cmd == "pending":
  154     import PendList
  155     Call(PendList)
  156   elif Cmd == "restore":
  157     pass

Call = <function Call>, PendList = <module 'PendList' from
'PendList.py'> 
 /usr/src/tmda-cgi-0.08/tmda-cgi.py in Call(Library=<module 'PendList'
from 'PendList.py'>, Str=None) 
   47     Library.Show(Str)
   48   else:
   49     Library.Show()
   50 
   51 # Capture WebUID
 
Library = <module 'PendList' from 'PendList.py'>, Library.Show =
<function Show> 

 /usr/src/tmda-cgi-0.08/PendList.py in Show() 
  201       # Print a single message record inside list loop
  202       try:
  203         MsgObj = Pending.Message(Msg)
  204       except IOError, ErrStr:
  205         continue
 
MsgObj = <TMDA.Pending.Message instance>, global Pending = <module
'TMDA.Pending' from '/usr/local/tmda/TMDA/Pending.pyc'>, Pending.Message
= <class TMDA.Pending.Message>, Msg = '1054670613.10333.msg' 

 ? in __init__(self=<TMDA.Pending.Message instance>,
msgid='1054670613.10333.msg', recipient=None) 

MessageError: 1054670613.10333.msg not found! 
      __doc__ = None 
      __getitem__ = <bound method MessageError.__getitem__ of
TMDA.Errors.MessageError: 1054670613.10333.msg not found!> 
      __init__ = <bound method MessageError.__init__ of
TMDA.Errors.MessageError: 1054670613.10333.msg not found!> 
      __module__ = 'TMDA.Errors' 
      __repr__ = <bound method MessageError.__repr__ of
TMDA.Errors.MessageError: 1054670613.10333.msg not found!> 
      __str__ = <bound method MessageError.__str__ of
TMDA.Errors.MessageError: 1054670613.10333.msg not found!> 
      args = '1054670613.10333.msg not found!' 


Hope anyone has an idea...

Kind regards,
Andreas Plachy
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to