[Spambayes] New to this list and trying to get ths working onOutlook Express

Ton Machielsen tmachielsen at team.inter.net
Fri Sep 5 12:08:43 EDT 2003


Yo, that did it!!

Thanks!


Ton.


-----Original Message-----
From: Meyer, Tony [mailto:T.A.Meyer at massey.ac.nz] 
Sent: viernes, 05 de septiembre de 2003 10:46
To: Ton Machielsen; spambayes at python.org
Subject: RE: [Spambayes] New to this list and trying to get ths working
onOutlook Express


> Is there a
> step-by-step newbie-with-no-knowledge-at-all guide on how to 
> use spambayes with Outlook Express?

The readme.txt in the 1.0a5 release is as close as you get.  It's not
going to help with this problem ;)

> When i run pop3proxy.py -b i get:
[...]
>   File "C:\Python23\lib\asyncore.py", line 300, in bind
>     return self.socket.bind(addr)
>   File "<string>", line 1, in bind
> socket.error: (10013, 'Permission denied')

This probably means that the port that it's trying to bind is already
taken.  If you haven't set anything up, then this almost certainly is
port 8880, which it's trying to bind to put the interface on.  If you
have set it up, then it might be ports 25 or 110 (or whatever you've set
it to proxy on).

Try this and see if it works:
    pop3proxy.py -u 8881 -b
(or some other port number that you know is free).

=Tony Meyer







More information about the Spambayes mailing list