[Python-checkins] r55922 - tracker/instances/python-dev/detectors/spamcheck.py

skip.montanaro python-checkins at python.org
Tue Jun 12 04:58:09 CEST 2007


Author: skip.montanaro
Date: Tue Jun 12 04:58:04 2007
New Revision: 55922

Modified:
   tracker/instances/python-dev/detectors/spamcheck.py
Log:
adjust for the proxied server running on www.webfast.com

Modified: tracker/instances/python-dev/detectors/spamcheck.py
==============================================================================
--- tracker/instances/python-dev/detectors/spamcheck.py	(original)
+++ tracker/instances/python-dev/detectors/spamcheck.py	Tue Jun 12 04:58:04 2007
@@ -9,10 +9,8 @@
 which snuck by the screen.
 """
 
-# These must match the xmlrpc_{host,port,path} settings in the SpamBayes
-# server config.
-HOST = "localhost"
-PORT = "8001"
+HOST = "www.webfast.com"
+PORT = "80"
 PATH = "/sbrpc"
 
 # These must match the {ham,spam}_cutoff setting in the SpamBayes server


More information about the Python-checkins mailing list