Python 2.3, spambayes from CVS, MacOSX 10.2.6,
pop3proxy.py started with -D.
When I click the "Configuration page" link I get this
traceback:
500 Server error
Traceback (most recent call last):
File "/Volumes/TitaData/Users/just/code/spambayes/
spambayes/Dibbler.py", line 398, in found_terminator
getattr(plugin, name)(**params)
File "/Volumes/TitaData/Users/just/code/spambayes/
spambayes/UserInterface.py", line 487, in onConfig
if type(options.valid_input(sect, opt)) in
types.StringTypes:
File "/Volumes/TitaData/Users/just/code/spambayes/
spambayes/OptionsClass.py", line 561, in valid_input
return self._options[sect, opt].valid_input()
KeyError: ('pop3proxy', 'add_mailid_to')
Logged In: YES
user_id=552329
Can you re cvs-up and see if this still happens? I removed
this option yesterday, but might have checked ProxyUI.py
and Options.py in separately (I was checking in lots of
changes and trying to split them up a bit). I think you got a
CVS in between the two check-ins.
Logged In: YES
user_id=85414
I'm bang up to date from CVS and this is happening to me too.
Logged In: YES
user_id=552329
Opps. Sorry, I hadn't checked ProxyUI.py in, which is why
this was happening. Did so just now.