Roundup Tracker - Issues

Issue 502342

classification
pipe interface
Type: Severity: normal
Components: Mail interface Versions:
process
Status: closed fixed
:
: richard : grubert, richard
Priority: normal :

Created on 2002-01-11 15:18 by grubert, last changed 2002-01-11 22:59 by richard.

Messages
msg122 Author: [hidden] (grubert) Date: 2002-01-11 15:18
gives following (are pipes supposed to be seekable ?)

Traceback 
(most recent call last):
  File "/opt/roundup/roundup-mailgw", 
line 177, in ?
    sys.exit(main(sys.argv))
  File 
"/opt/roundup/roundup-mailgw", line 157, in main
    return 
do_pipe(handler)
  File "/opt/roundup/roundup-mailgw", line 
32, in do_pipe
    handler.main(sys.stdin)
  File 
"roundup/mailgw.py", line 131, in main
  File 
"roundup/mailgw.py", line 172, in handle_Message
  File 
"roundup/mailgw.py", line 231, in bounce_message
  File 
"/opt/python2.2/lib/python2.2/rfc822.py", line 117, in 
rewindbody
    raise IOError, "unseekable file"
IOError: 
unseekable file
msg123 Author: [hidden] (richard) Date: 2002-01-11 22:59
Logged In: YES 
user_id=6405

We now handle IOError on the rewind

History
Date User Action Args
2002-01-11 15:18:51grubertcreate