[Spambayes] Re: [spambayes-dev] Remote access

Meyer, Tony T.A.Meyer at massey.ac.nz
Wed Jul 16 11:57:13 EDT 2003


> Why does this value have to be delimited with " = " while 
> everything else in the file uses ":" (no spaces)?

The previous messages were incorrect.  You can use ":" or "=", with as
many spaces either side as you like.

(Details about what is allowed can be found here:
http://python.org/doc/2.2/lib/module-ConfigParser.html
)

> Second, is there a way to change the display in the UI so 
> that it is more clear which proxy you are working with?

On the front page of the UI it should show which servers you are
proxying.  If the servers are different for each proxy, then you should
be able to distinguish them from this.

Alternatively, you could set the UI to use different ports on each
machine.  So you'd have machineone:8880 and machinetwo:8881, or
something like that.  (To do this have something like:
    [html_ul]
    port:8881
In your config file.

Not exactly what you asked for, but you can get it without any coding...
:)

=Tony Meyer



More information about the Spambayes mailing list