[Spambayes-checkins] spambayes pop3proxy.py,1.16,1.17

Jeremy Hylton jeremy@alum.mit.edu
Wed Nov 20 13:08:34 2002


>>>>> "RH" == Richie Hindle <richiehindle@users.sourceforge.net> writes:

  RH> Update of /cvsroot/spambayes/spambayes In directory
  RH> sc8-pr-cvs1:/tmp/cvs-serv21143

  RH> Modified Files:
  RH> 	pop3proxy.py
  RH> Log Message:
  RH> o Multiple server support - the old ini-file settings are
  RH>    deprecated; see Options.py

I only glanced at the patch and didn't see what multiple server
support meant, but I wanted to suggest a feature from pspam/pop.py
that I've found very useful.  The proxy determines the real server to
use based on the USER name.  My pop client (VM in XEmacs) is
configured this way:
      "slothrop.zope.com:1110:pass:jeremy@mail.zope.com:"
      "slothrop.zope.com:1110:pass:jhylton@mail.speakeasy.net:"

There's a single server listening on port 1110.  It will act as a
proxy for whatever real server is lasted after the @ in the user
name.  It strips off the server name before passing the USER command
on to the real server.

Jeremy
 




More information about the Spambayes-checkins mailing list