~ubuntu-branches/ubuntu/natty/spamassassin/natty

« back to all changes in this revision

Viewing changes to t/README

  • Committer: Package Import Robot
  • Author(s): Noah Meyerhans
  • Date: 2010-03-21 23:20:31 UTC
  • mfrom: (0.4.1) (1.4.1) (29.2.1 maverick)
  • Revision ID: package-import@ubuntu.com-20100321232031-ryqjxh9cx27epnka
Tags: 3.3.1-1
* New upstream version.
* Update several patches now that bugfixes have been incorporated
  upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
customisation that they offer, you should be able to read the code in
73
73
SATest.pm to see how they are used.
74
74
 
75
 
Only SPAMD_HOST and SPAMD_PORT provide customisation that might be
76
 
required in common configurations. They are documented in the
77
 
following section. All the variables are listed here to document the
78
 
variables that will conflict with the regression tests if they happen
79
 
to be set to arbitrary values.
 
75
See the following sections for customisations that may be required in common
 
76
configurations.  All the variables are listed here to document which may
 
77
conflict with the regression tests if they happen to be set to arbitrary
 
78
values.
80
79
 
81
80
SPAMD_HOST
82
81
SPAMD_PORT
83
 
 
 
82
SPAMD_LOCALHOST
84
83
SCRIPT
85
84
SPAMC_SCRIPT
86
85
SALEARN_SCRIPT
135
134
 
136
135
to run the spamc tests.
137
136
 
 
137
Testing in a FreeBSD jail
 
138
-------------------------
 
139
 
 
140
see https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5761 for details;
 
141
basically, set SPAMD_LOCALHOST to indicate the IP address to use to contact
 
142
processes running on the same host, instead of 127.0.0.1.
 
143
 
138
144
 ------------------------------