PRandal
User
 Fresh Boarder
| Posts: 2 |   | Karma: 0
|
Domain feature broken - 2007/09/21 13:21
The domain feature in Vispan is broken.
Firstly, in Setup.pm
my @Doms = split(/,s/,Vispan::Config::Value(Domains));'
should be
my @Doms = split(/,s*/,Vispan::Config::Value(Domains));
so that domain1,domain2 or domain1, domain2 is recognised properly.
And then, the per-domain stats only report spam, not blocked and all the rest, and so are quite useless.
Tested on CentOS 5 x64 (and can be seen on this site's vispan page too).
Phil
Post edited by: PRandal, at: 2007/09/21 14:26
Post edited by: PRandal, at: 2007/09/21 14:26
|