[spambayes-bugs] [ spambayes-Bugs-935183 ] crash on run
SourceForge.net
noreply at sourceforge.net
Wed Apr 14 18:42:56 EDT 2004
Bugs item #935183, was opened at 2004-04-14 20:23
Message generated for change (Comment added) made by figuerres
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=935183&group_id=61702
Category: imapfilter
Group: Source code 1.0a9 (0.9)
Status: Open
Resolution: None
Priority: 5
Submitted By: Denny Figuerres (figuerres)
Assigned to: Tony Meyer (anadelonbrin)
Summary: crash on run
Initial Comment:
inital steps went fine....
I am ready to run "sb_imapfilter.py -c -t -l 5"
and it dumps a stack trace...
SpamBayes IMAP Filter Version 0.3 (April 2004)
and engine SpamBayes Engine Version 0.3 (January
2004).
Traceback (most recent call last):
File "E:\Python23\Scripts\sb_imapfilter.py", line 913,
in ?
run()
File "E:\Python23\Scripts\sb_imapfilter.py", line 903,
in run
imap_filter.Filter()
File "E:\Python23\Scripts\sb_imapfilter.py", line 774,
in Filter
self.unsure_folder)
File "E:\Python23\Scripts\sb_imapfilter.py", line 688,
in Filter
for msg in self:
File "E:\Python23\Scripts\sb_imapfilter.py", line 581,
in __iter__
for key in self.keys():
File "E:\Python23\Scripts\sb_imapfilter.py", line 599,
in keys
response = imap.uid("SEARCH", "UNDELETED")
File "E:\Python23\lib\imaplib.py", line 697, in uid
typ, dat = self._simple_command(name, command,
*args)
File "E:\Python23\lib\imaplib.py", line 1000, in
_simple_command
return self._command_complete(name,
self._command(name, *args))
File "E:\Python23\lib\imaplib.py", line 837, in
_command_complete
raise self.error('%s command error: %s %s' %
(name, typ, data))
imaplib.error: UID command error: BAD ['command not
implemented']
I'm not a Python coder so I'm just gonna guess that
response = imap.uid("SEARCH", "UNDELETED")
is what it's puking on??
system info:
Server is win 2003, current patches etc...
imap and mail server is from here:
http://www.lumisoft.ee/lsWWW/ENG/Products/WEB_Mai
l/webmail_index_eng.aspx?type=info
imap server works with Outlook 2003
not yet tested with other clients.
Help?
----------------------------------------------------------------------
>Comment By: Denny Figuerres (figuerres)
Date: 2004-04-14 22:42
Message:
Logged In: YES
user_id=175892
I am trying to determine if this is an imap server bug or a
spambayes bug... can anyone help?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=935183&group_id=61702
More information about the Spambayes-bugs
mailing list