[Spambayes] Re: Problem with POP3 Proxy: Attribute Error

Frank kerhop at oz.net
Mon Jul 12 04:31:52 CEST 2004


I fixed my own problem by resetting to defaults then reconfiguring it to 
use my preferred settings, the only difference between the new and old  
.INI file is the following line was missing. Apparently, if it's not 
within the INI file originally it doesn't automatically add this line 
and thus the 'tuple' object has no attribute 'split' error occurs while 
trying to update it. This happens regardless if one selects a True or 
False setting, if the line isn't there the error will occur.

use_cached_message:True

Thank you papaDoc for pointing me in the right direction! :-)


kerhop at oz.net wrote:

>I am using SpamBayes POP3 Proxy Version 1.0rc1 (May 2004) (binary),
>with version 2.3.3 (#51, Feb 13 2004, 14:39:56) [MSC v.1200 32 bit
>(Intel)] of Python; my operating system is Windows 5.1.2600.2 (Service
>Pack 1).  I have trained 483 ham and 2398 spam.
> 
>The problem I am having is AttributeError: 'tuple' object has no
>attribute 'split' when saving configuration settings as emailed out
>earlier. It has been suggested to me to include the contents of my
>bayescustomize.ini file so here it is (the reason why the servers are
>different is oz.net has a bring-your-own-access plan where one can
>still have an email account, oz.net is my former dial-up ISP:
> 
>[pop3proxy] 
>listen_ports:110 
>remote_servers:mail.oz.net 
>[smtpproxy] 
>ham_address:good at localhost 
>listen_ports:25 
>remote_servers:smtp.comcast.net 
>spam_address:spam at localhost 
>[Categorization] 
>ham_cutoff:0.2 
>spam_cutoff:0.7 
>[Headers] 
>notate_to:spam 
>[smtpproxy] 
>use_cached_message:True 
>  
>



More information about the Spambayes mailing list