[Spambayes] Doh!

Tony Lownds tony-bayes at lownds.com
Mon Jan 27 23:01:53 EST 2003


pop3proxy.py has some syntax errors :)

% cvs diff
Index: pop3proxy.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/pop3proxy.py,v
retrieving revision 1.45
diff -u -d -b -w -r1.45 pop3proxy.py
--- pop3proxy.py        27 Jan 2003 18:07:11 -0000      1.45
+++ pop3proxy.py        28 Jan 2003 06:47:08 -0000
@@ -1515,13 +1515,13 @@
              state.runTestServer = True
          elif opt == '-b':
              state.launchUI = True
-        elif opt == '-d':   // dbm file
+        elif opt == '-d':   # dbm file
              state.useDB = True
              options.pop3proxy_persistent_storage_file = arg
-        elif opt == '-D':   // pickle file
+        elif opt == '-D':   # pickle file
              state.useDB = False
              options.pop3proxy_persistent_storage_file = arg
-        elif opt == '-p':   // dead option
+        elif opt == '-p':   # dead option
              print >>sys.stderr, "-p option is no longer supported, use -D\n"
              print >>sys.stderr, __doc__
              sys.exit()



More information about the Spambayes mailing list