[Spambayes] IMAP - it works!

Oliver Maunder lists at olivermaunder.co.uk
Thu Apr 24 12:36:52 EDT 2003


I wrote:

> But there was one small error - seems to be to do with the Options 
> setup -
>
> Attempted to set [imap] username with invalid value ('my-username',) 
> (<type 'tuple'>)

This is due to the regexes in Options.py. They only allow letters and 
digits in usernames and passwords. My username contains hyphens, and my 
passwords usually have punctuation in them too (but not in this case.

Changing the regexes to [\S]+ would seem reasonable.

Olly






More information about the Spambayes mailing list