[Spambayes-checkins] spambayes/spambayes Options.py,1.62,1.63

Tony Meyer anadelonbrin at users.sourceforge.net
Sun Aug 24 18:40:46 EDT 2003


Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv4020/spambayes

Modified Files:
	Options.py 
Log Message:
Check in Richie's suggestion about clarifying the naming of the pop3proxy
server/port options.

Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Options.py,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** Options.py	19 Aug 2003 08:52:04 -0000	1.62
--- Options.py	25 Aug 2003 00:40:44 -0000	1.63
***************
*** 645,649 ****
    # you must specify the same number of ports in pop3proxy_ports.
    "pop3proxy" : (
!     ("remote_servers", "Servers", (),
       """The Spambayes POP3 proxy intercepts incoming email and classifies
       it before sending it on to your email client.  You need to specify
--- 645,649 ----
    # you must specify the same number of ports in pop3proxy_ports.
    "pop3proxy" : (
!     ("remote_servers", "Remote Servers", (),
       """The Spambayes POP3 proxy intercepts incoming email and classifies
       it before sending it on to your email client.  You need to specify
***************
*** 659,663 ****
       SERVER, DO_NOT_RESTORE),
  
!     ("listen_ports", "Ports", (),
       """Each POP3 server that is being monitored must be assigned to a
       'port' in the Spambayes POP3 proxy.  This port must be different for
--- 659,663 ----
       SERVER, DO_NOT_RESTORE),
  
!     ("listen_ports", "SpamBayes Ports", (),
       """Each POP3 server that is being monitored must be assigned to a
       'port' in the Spambayes POP3 proxy.  This port must be different for
***************
*** 752,756 ****
    "smtpproxy" : (
  
!     ("remote_servers", "Servers", (),
       """The Spambayes SMTP proxy intercepts outgoing email - if you
       forward mail to one of the addresses below, it is examined for an id
--- 752,756 ----
    "smtpproxy" : (
  
!     ("remote_servers", "Remote Servers", (),
       """The Spambayes SMTP proxy intercepts outgoing email - if you
       forward mail to one of the addresses below, it is examined for an id
***************
*** 768,772 ****
       SERVER, DO_NOT_RESTORE),
  
!     ("listen_ports", "Ports", (),
       """Each SMTP server that is being monitored must be assigned to a
       'port' in the Spambayes SMTP proxy.  This port must be different for
--- 768,772 ----
       SERVER, DO_NOT_RESTORE),
  
!     ("listen_ports", "SpamBayes Ports", (),
       """Each SMTP server that is being monitored must be assigned to a
       'port' in the Spambayes SMTP proxy.  This port must be different for





More information about the Spambayes-checkins mailing list