[spambayes-dev] training from IMAP folder? (with patch)

Kenny Pitt kennypitt at hotmail.com
Wed Jan 21 09:51:52 EST 2004


Tony Meyer wrote:
> Comments on the patch:
> 
> Rather than doing this:
>     message_flags = string.replace(message_flags, '\\Recent ', '')
> You could do this:
>     message_flags = message_flags.replace(message_flags, '\\Recent ',
'') 
> 

Wouldn't that be:
    message_flags = message_flags.replace('\\Recent ', '')
?

-- 
Kenny Pitt




More information about the spambayes-dev mailing list