You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2010/01/27 16:24:01 UTC

svn commit: r903675 - /spamassassin/trunk/t/README

Author: jm
Date: Wed Jan 27 15:24:01 2010
New Revision: 903675

URL: http://svn.apache.org/viewvc?rev=903675&view=rev
Log:
bug 5761: trivial doc fix: document SPAMD_LOCALHOST test-control env variable

Modified:
    spamassassin/trunk/t/README

Modified: spamassassin/trunk/t/README
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/README?rev=903675&r1=903674&r2=903675&view=diff
==============================================================================
--- spamassassin/trunk/t/README (original)
+++ spamassassin/trunk/t/README Wed Jan 27 15:24:01 2010
@@ -72,15 +72,14 @@
 customisation that they offer, you should be able to read the code in
 SATest.pm to see how they are used.
 
-Only SPAMD_HOST and SPAMD_PORT provide customisation that might be
-required in common configurations. They are documented in the
-following section. All the variables are listed here to document the
-variables that will conflict with the regression tests if they happen
-to be set to arbitrary values.
+See the following sections for customisations that may be required in common
+configurations.  All the variables are listed here to document which may
+conflict with the regression tests if they happen to be set to arbitrary
+values.
 
 SPAMD_HOST
 SPAMD_PORT
-
+SPAMD_LOCALHOST
 SCRIPT
 SPAMC_SCRIPT
 SALEARN_SCRIPT
@@ -135,4 +134,11 @@
 
 to run the spamc tests.
 
+Testing in a FreeBSD jail
+-------------------------
+
+see https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5761 for details;
+basically, set SPAMD_LOCALHOST to indicate the IP address to use to contact
+processes running on the same host, instead of 127.0.0.1.
+
  ------------------------------