[Spambayes] error in configuration

diego at blbhydraulic.com diego at blbhydraulic.com
Wed Nov 19 09:19:57 EST 2003


Hi there,

I'm tryng to install spambayes on my machine.
I have a XP Professional SP1 system, with python 2.3.
I need to connect to an Imap Domino server.
I get this error when I go to configure folders to filter.
What can I do?

Thanks,

Diego Balbinot





500 Server error
Traceback (most recent call last):

  File "C:\Python23\Lib\site-packages\spambayes\Dibbler.py", line 453, in 
found_terminator
    getattr(plugin, name)(**params)

  File "C:\Python23\Lib\site-packages\spambayes\ImapUI.py", line 163, in 
onFilterfolders
    self._login_to_imap()

  File "C:\Python23\Lib\site-packages\spambayes\ImapUI.py", line 208, in 
_login_to_imap
    self.imap.login(username, self.imap_pwd)

  File "C:\spambayes\spambayes-1.0a7\scripts\sb_imapfilter.py", line 205, 
in login
    BaseIMAP.login(self, username, pwd)  # superclass login

  File "C:\Python23\lib\imaplib.py", line 471, in login
    typ, dat = self._simple_command('LOGIN', user, self._quote(password))

  File "C:\Python23\lib\imaplib.py", line 992, in _quote
    arg = arg.replace('\\', '\\\\')

AttributeError: 'tuple' object has no attribute 'replace'


More information about the Spambayes mailing list