Subject: The mailing list for listmasters using Sympa
List archive
- From: "address@concealed" <address@concealed>
- To: <address@concealed>
- Subject: wwsympa shows strange things
- Date: Fri, 06 Oct 2000 22:35:04 -0400
Title: wwsympa shows strange things Hello all,
I have been using Listar, today I would like to try sympa.
I installed Sympa, and wwsympa. When I check mydomain.com/wws, the page showed the following (I copied part of it..)
#!/usr/bin/perl
## Copyright 1999 Comité Réseaux des Universités
## web interface to Sympa mailing lists manager
## Sympa: http://listes.cru.fr/sympa/
## Authors :
## Serge Aumont <address@concealed>
## Olivier Salaün <address@concealed>
## Change this to point to your Sympa bin directory
use lib '/home/sympa/bin';
use lib '/home/sympa/bin';
## Template parser
require "/home/sympa/bin/parser.pl";
## Sympa API
use List;
use smtp;
use Conf;
use Commands;
use Log;
use Getopt::Std;
use Mail::Header;
use Mail::Address;
require "/home/sympa/bin/mail.pl";
require "/home/sympa/bin/msg.pl";
require "/home/sympa/bin/tools.pl";
## WWSympa librairies
require "/home/sympa/bin/wws-lib.pl";
require "/home/sympa/bin/cookie-lib.pl";
## Configuration
$wwsconf = {};
## Change to your wwsympa.conf location
$conf_file = '/etc/wwsympa.conf';
$sympa_conf_file = '/etc/sympa.conf';
## Load config
unless ($wwsconf = &load_config($conf_file)) {
&message('unable to load config file');
return undef;
}
## Load sympa config
unless (&Conf::load( $sympa_conf_file )) {
&message('config_error');
&do_log('info','unable to load sympa config file');
exit (-1);
}
$mime_types = &load_mime_types();
if ($wwsconf->{'use_fast_cgi'}) {
require CGI::Fast;
}else {
require CGI;
}
.......
(a lot of code)
.......
What's going on? I need help please.
- wwsympa shows strange things, address@concealed, 10/07/2000
Archive powered by MHonArc 2.6.19+.