mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Remove expired port mail/sympa5
Use supported versions in mail/sympa
This commit is contained in:
parent
69216bb3b6
commit
a84dc77538
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300592
1
MOVED
1
MOVED
@ -3544,3 +3544,4 @@ sysutils/devcpu||2012-07-06|Already included in base system
|
||||
mail/squirreloutlook||2012-07-06|Based on a vulnerable version of squirrelmail, use mail/squirrelmail for similar functionality
|
||||
x11-wm/e17-module-itask-ng|x11-wm/e17-module-engage|2012-07-06|Project has been renamed
|
||||
sysutils/rubygem-puppet-module||2012-07-07|Integrated in to sysutils/puppet since 2.7.14
|
||||
mail/sympa5|mail/sympa|2012-07-07|Has expired: Unsupported by upstream, Multiple vulnerabilities have been discovered in Sympa archive management that allow to skip the scenario-based authorization mechanisms. http://www.sympa.org/security_advisories
|
||||
|
@ -708,7 +708,6 @@
|
||||
SUBDIR += swaks
|
||||
SUBDIR += sylpheed
|
||||
SUBDIR += sympa
|
||||
SUBDIR += sympa5
|
||||
SUBDIR += synonym
|
||||
SUBDIR += t-prot
|
||||
SUBDIR += teapop
|
||||
|
@ -1,143 +0,0 @@
|
||||
# New ports collection makefile for: sympa5
|
||||
# Date created: 16 September 2005
|
||||
# Whom: Olivier Girard <Olivier.Girard@Univ-Angers.fr>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sympa
|
||||
PORTVERSION= 5.4.7
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES?= http://www.sympa.org/distribution/
|
||||
|
||||
MAINTAINER= crees@FreeBSD.org
|
||||
COMMENT= Sympa is an electronic mailing list manager
|
||||
|
||||
BUILD_DEPENDS+= \
|
||||
p5-Archive-Zip>0:${PORTSDIR}/archivers/p5-Archive-Zip \
|
||||
p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy \
|
||||
p5-SOAP-Lite>0:${PORTSDIR}/net/p5-SOAP-Lite \
|
||||
p5-MIME-EncWords>0:${PORTSDIR}/mail/p5-MIME-EncWords \
|
||||
p5-File-NFSLock>0:${PORTSDIR}/devel/p5-File-NFSLock \
|
||||
p5-Locale-libintl>0:${PORTSDIR}/devel/p5-Locale-libintl \
|
||||
p5-Regexp-Common>0:${PORTSDIR}/textproc/p5-Regexp-Common \
|
||||
p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||
p5-Crypt-CipherSaber>0:${PORTSDIR}/security/p5-Crypt-CipherSaber \
|
||||
p5-Crypt-OpenSSL-X509>0:${PORTSDIR}/security/p5-Crypt-OpenSSL-X509 \
|
||||
p5-perl-ldap>0:${PORTSDIR}/net/p5-perl-ldap \
|
||||
p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
${LOCALBASE}/bin/mhonarc:${PORTSDIR}/www/mhonarc
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
FORBIDDEN= Multiple vulnerabilities have been discovered in Sympa archive management that allow to skip the scenario-based authorization mechanisms. http://www.sympa.org/security_advisories#security_breaches_in_archives_management
|
||||
DEPRECATED= Unsupported by upstream, ${FORBIDDEN}
|
||||
EXPIRATION_DATE=2012-07-05
|
||||
|
||||
USERS= sympa
|
||||
GROUPS= sympa
|
||||
SUB_FILES= pkg-install
|
||||
SUB_LIST= DB_TYPE=${DB_TYPE}
|
||||
|
||||
LATEST_LINK= sympa5
|
||||
USE_APACHE= 20+
|
||||
HAS_CONFIGURE= yes
|
||||
USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
CONFIGURE_ARGS+=--prefix=${PREFIX} \
|
||||
--with-confdir=${PREFIX}/etc/sympa \
|
||||
--with-initdir=${PREFIX}/etc/rc.d \
|
||||
--with-etcdir=${PREFIX}/etc/sympa \
|
||||
--with-cgidir=${PREFIX}/sympa/cgi-bin \
|
||||
--with-iconsdir=${PREFIX}/sympa/icons \
|
||||
--with-sbindir=${PREFIX}/sbin \
|
||||
--with-libdir=${PREFIX}/lib/sympa \
|
||||
--with-libexecdir=${PREFIX}/libexec/sympa \
|
||||
--with-datadir=${DATADIR} \
|
||||
--with-expldir=${PREFIX}/sympa/expl \
|
||||
--with-lockdir=/var/spool/lock \
|
||||
--with-piddir=/var/run \
|
||||
--with-localedir=${PREFIX}/share/locale \
|
||||
--with-docdir=${DOCSDIR} \
|
||||
--with-sampledir=${EXAMPLESDIR} \
|
||||
--with-spooldir=${PREFIX}/sympa/spool \
|
||||
--enable-secure
|
||||
CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN}
|
||||
MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip
|
||||
|
||||
MAN8= alias_manager.8 archived.8 bounced.8 sympa.8
|
||||
|
||||
CONFLICTS= sympa-[0-46-9]*
|
||||
|
||||
DB_TYPE?=mysql
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
.if defined(WITHOUT_NLS)
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.else
|
||||
PLIST_SUB+= NLS=""
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_FASTCGI)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
|
||||
BUILD_DEPENDS+= p5-FCGI>=0:${PORTSDIR}/www/p5-FCGI
|
||||
SUB_LIST+= WITH_FASTCGI=yes
|
||||
.endif
|
||||
|
||||
.if ${DB_TYPE} == "Oracle"
|
||||
BUILD_DEPENDS+= p5-DBD-Oracle>=0:${PORTSDIR}/databases/p5-DBD-Oracle
|
||||
.else
|
||||
.if ${DB_TYPE} == "Pg"
|
||||
BUILD_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
|
||||
.else
|
||||
.if ${DB_TYPE} == "Sybase"
|
||||
BUILD_DEPENDS+= p5-DBD-Sybase>=0:${PORTSDIR}/databases/p5-DBD-Sybase
|
||||
.else
|
||||
.if ${DB_TYPE} == "mysql"
|
||||
BUILD_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
@${ECHO} ""
|
||||
@${ECHO} "You may use the following build options:"
|
||||
@${ECHO} ""
|
||||
@${ECHO} " DB_TYPE=type Optional: mysql, Oracle, Pg or Sybase"
|
||||
@${ECHO} " WITHOUT_FASTCGI Use plain CGI instead of FastCGI"
|
||||
@${ECHO} ""
|
||||
|
||||
post-patch:
|
||||
${MV} ${WRKSRC}/src/etc/script/sympa ${WRKSRC}/src/etc/script/sympa.sh
|
||||
@${REINPLACE_CMD} -E 's,^(INITSRC.*=.*sympa)$$,\1.sh,' \
|
||||
${WRKSRC}/src/etc/script/Makefile
|
||||
.if defined(WITHOUT_NLS)
|
||||
@${REINPLACE_CMD} -e 's, locale$$,,g' \
|
||||
-e 's, installlocale,,g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
.else
|
||||
@${REINPLACE_CMD} -e 's, checklocales,,' \
|
||||
${WRKSRC}/po/Makefile
|
||||
.endif
|
||||
.if defined(NOPORTDOCS)
|
||||
@${REINPLACE_CMD} -e 's, installdoc,,g' -e 's, $$(DOCDIR),,g'\
|
||||
${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
@${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \;
|
||||
|
||||
post-install:
|
||||
@${SETENV} PKG_PREFIX=${PREFIX} \
|
||||
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
@${INSTALL_MAN} ${WRKSRC}/doc/man8/alias_manager.8 ${MAN8PREFIX}/man/man8/
|
||||
@${INSTALL_MAN} ${WRKSRC}/doc/man8/archived.8 ${MAN8PREFIX}/man/man8/
|
||||
@${INSTALL_MAN} ${WRKSRC}/doc/man8/bounced.8 ${MAN8PREFIX}/man/man8/
|
||||
@${INSTALL_MAN} ${WRKSRC}/doc/man8/sympa.8 ${MAN8PREFIX}/man/man8/
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (sympa-5.4.7.tar.gz) = f35e123fbe4cf296893e90f06565f32ffbf54805af076e77c525f9a932a530a4
|
||||
SIZE (sympa-5.4.7.tar.gz) = 6622044
|
@ -1,72 +0,0 @@
|
||||
--- Makefile.in.orig 2008-10-29 19:13:14.000000000 +0100
|
||||
+++ Makefile.in 2008-10-29 19:10:51.000000000 +0100
|
||||
@@ -219,6 +219,8 @@
|
||||
PERL_VERSION = `$(PERL) -e ' print $$]'`
|
||||
SYMPA_VERSION = @VERSION@
|
||||
DIR = ${prefix}
|
||||
+ARC_DIR = ${prefix}/sympa/arc
|
||||
+BOUNCE_DIR = ${prefix}/sympa/bounce
|
||||
EXPL_DIR = @EXPLDIR@
|
||||
MAILERPROGDIR = @BINDIR@
|
||||
RPMTOPDIR = `rpm --eval %_topdir`
|
||||
@@ -508,7 +510,7 @@
|
||||
@CVS2CL@
|
||||
#endif
|
||||
|
||||
-all: warning checkperl checkcpan sources wrapper soap_wrapper man locale
|
||||
+all: sources wrapper soap_wrapper man locale
|
||||
|
||||
rpm: build_rh_rpm build_mdk_rpm
|
||||
|
||||
@@ -612,7 +614,7 @@
|
||||
$(MAKE) PERL='${PERL}' clean) || exit 1; \
|
||||
done;
|
||||
|
||||
-install: importantchanges installdir installsrc installwws installwebtt2 installmailtt2 installlocale installman installscript installsample installconfig installdoc installsoap nextstep
|
||||
+install: installdir installsrc installwws installwebtt2 installmailtt2 installlocale installman installscript installsample installconfig installdoc installsoap nextstep
|
||||
|
||||
nextstep:
|
||||
@echo ""
|
||||
@@ -751,7 +753,7 @@
|
||||
|
||||
installdir:
|
||||
@echo "Creating required directories"
|
||||
- @for dir in $(DIR) $(EXPL_DIR) $(CONFDIR) $(SAMPLEDIR) $(ETCDIR) $(BINDIR) $(LOCALEDIR) $(DOCDIR) $(DIR)/static_content $(DIR)/static_content/icons ; do \
|
||||
+ @for dir in $(DIR) $(EXPL_DIR) $(CONFDIR) $(SAMPLEDIR) $(ETCDIR) $(BINDIR) $(LOCALEDIR) $(DOCDIR) $(DIR)/static_content $(DIR)/static_content/icons $(ARC_DIR) $(BOUNCE_DIR); do \
|
||||
if [ ! -d $(DESTDIR)$$dir ] ; then \
|
||||
echo "Creating $(DESTDIR)$$dir"; \
|
||||
mkdir -p $(DESTDIR)$$dir; \
|
||||
@@ -797,17 +799,6 @@
|
||||
fi \
|
||||
done \
|
||||
fi
|
||||
- @if [ ! -f $(DESTDIR)$(CONFDIR)/sympa.conf ] ; then \
|
||||
- echo "First installation : creating archives and bounce directories..."; \
|
||||
- for dir in bounce arc ; do \
|
||||
- if [ ! -d $(DESTDIR)$(DIR)/$$dir ] ; then \
|
||||
- echo "Creating $(DESTDIR)$(DIR)/$$dir"; \
|
||||
- mkdir -p $(DESTDIR)$(DIR)/$$dir; \
|
||||
- chown $(USER) $(DESTDIR)$(DIR)/$$dir; \
|
||||
- chgrp $(GROUP) $(DESTDIR)$(DIR)/$$dir; \
|
||||
- fi \
|
||||
- done \
|
||||
- fi
|
||||
|
||||
installconfig:
|
||||
mkdir -p $(DESTDIR)$(CONFDIR)
|
||||
@@ -823,14 +814,7 @@
|
||||
INITCONF='1'; \
|
||||
fi \
|
||||
fi \
|
||||
- done; \
|
||||
- if [ "$$INITCONF" ] ; then \
|
||||
- echo "###############################################"; \
|
||||
- echo "It seems to be your first installation of Sympa"; \
|
||||
- echo "The following wizard will help you create your $(CONFDIR)/sympa.conf and $(CONFDIR)/wwsympa.conf :"; \
|
||||
- DESTDIR=$(DESTDIR); export DESTDIR; \
|
||||
- $(PERL) -I $(DESTDIR)$(LIBDIR) $(DESTDIR)$(SBINDIR)/sympa_wizard.pl; \
|
||||
- fi
|
||||
+ done;
|
||||
|
||||
build_rh_rpm: clean
|
||||
@echo "Building RedHat RPM in $(RPMTOPDIR) ..."
|
@ -1,11 +0,0 @@
|
||||
--- src/alias_manager.pl Tue Aug 9 09:02:35 2005
|
||||
+++ src/alias_manager.pl Sat Feb 18 01:51:52 2006
|
||||
@@ -43,7 +43,7 @@
|
||||
my $tmp_alias_file = $Conf{'tmpdir'}.'/sympa_aliases.'.time;
|
||||
|
||||
|
||||
-my $alias_wrapper = '--MAILERPROGDIR--/aliaswrapper';
|
||||
+my $alias_wrapper = '--LIBEXECDIR--/aliaswrapper';
|
||||
my $lock_file = '--EXPL_DIR--/alias_manager.lock';
|
||||
my $default_domain;
|
||||
my $path_to_queue = '--MAILERPROGDIR--/queue';
|
@ -1,20 +0,0 @@
|
||||
--- src/etc/script/sympa.old Wed Jun 13 11:44:45 2007
|
||||
+++ src/etc/script/sympa Wed Jun 13 11:49:32 2007
|
||||
@@ -106,7 +106,7 @@
|
||||
# startparam=""
|
||||
# fi
|
||||
|
||||
- if [ ${OSTYPE} = "Slack" -o ${OSTYPE} = "IRIX" -o ${OSTYPE} = "SunOS" -o ${OSTYPE} = "Debian" -o ${OSTYPE} = "Suse" ]; then
|
||||
+ if [ ${OSTYPE} = "FreeBSD" -o ${OSTYPE} = "Slack" -o ${OSTYPE} = "IRIX" -o ${OSTYPE} = "SunOS" -o ${OSTYPE} = "Debian" -o ${OSTYPE} = "Suse" ]; then
|
||||
$sympadir/$1.pl $startparam && echo "success" || echo "failure"
|
||||
else
|
||||
$sympadir/$1.pl $startparam && success || failure
|
||||
@@ -164,7 +164,7 @@
|
||||
pid=`head -1 --PIDDIR--/$1.pid`
|
||||
running=`ps -A | grep "$pid"`
|
||||
if [ "$running" != "" ]; then
|
||||
- if [ ${OSTYPE} = "Slack" -o ${OSTYPE} = "IRIX" -o ${OSTYPE} = "SunOS" -o ${OSTYPE} = "Debian" -o ${OSTYPE} = "Suse" ]; then
|
||||
+ if [ ${OSTYPE} = "FreeBSD" -o ${OSTYPE} = "Slack" -o ${OSTYPE} = "IRIX" -o ${OSTYPE} = "SunOS" -o ${OSTYPE} = "Debian" -o ${OSTYPE} = "Suse" ]; then
|
||||
kill -TERM $pid && echo "success" || echo "failure"
|
||||
else
|
||||
kill -TERM $pid && success || failure
|
@ -1,35 +0,0 @@
|
||||
--- src/sympa_wizard.pl.orig Mon Oct 16 16:24:39 2006
|
||||
+++ src/sympa_wizard.pl Tue Mar 13 10:48:40 2007
|
||||
@@ -92,13 +92,13 @@
|
||||
'advice' =>''},
|
||||
|
||||
{'name' => 'arc_path',
|
||||
- 'default' => '--DIR--/arc',
|
||||
+ 'default' => '--DIR--/sympa/arc',
|
||||
'query' => 'Where to store HTML archives',
|
||||
'file' => 'wwsympa.conf','edit' => '1',
|
||||
'advice' =>'Better if not in a critical partition'},
|
||||
|
||||
{'name' => 'bounce_path',
|
||||
- 'default' => '--DIR--/bounce',
|
||||
+ 'default' => '--DIR--/sympa/bounce',
|
||||
'query' => 'Where to store bounces',
|
||||
'file' => 'wwsympa.conf',
|
||||
'advice' =>'Better if not in a critical partition'},
|
||||
@@ -316,14 +316,14 @@
|
||||
'advice' =>''},
|
||||
|
||||
{'name' => 'mhonarc',
|
||||
- 'default' => '/usr/bin/mhonarc',
|
||||
+ 'default' => '/usr/local/bin/mhonarc',
|
||||
'query' => 'Path to MhOnarc mail2html pluggin',
|
||||
'file' => 'wwsympa.conf','edit' => '1',
|
||||
'advice' =>'This is required for HTML mail archiving'},
|
||||
|
||||
{'title' => 'S/MIME pluggin'},
|
||||
{'name' => 'openssl',
|
||||
- 'sample' => '/usr/local/bin/openssl',
|
||||
+ 'sample' => '/usr/bin/openssl',
|
||||
'query' => 'Path to OpenSSL',
|
||||
'file' => 'sympa.conf','edit' => '1',
|
||||
'advice' =>'Sympa knowns S/MIME if openssl is installed'},
|
@ -1,11 +0,0 @@
|
||||
--- wwsympa/wwsympa-wrapper.c Sat Oct 23 20:42:47 2004
|
||||
+++ wwsympa/wwsympa-wrapper.c Sat Oct 23 20:42:30 2004
|
||||
@@ -0,0 +1,8 @@
|
||||
+#include <unistd.h>
|
||||
+
|
||||
+#define WWSYMPA "/usr/local/sympa/cgi-bin/wwsympa.fcgi"
|
||||
+
|
||||
+int main(int argn, char **argv, char **envp) {
|
||||
+ argv[0] = WWSYMPA;
|
||||
+ execve(WWSYMPA,argv,envp);
|
||||
+}
|
@ -1,43 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/mail/sympa5/files/Attic/pkg-install.in,v 1.1 2012-03-17 00:17:05 crees Exp $
|
||||
#
|
||||
|
||||
if [ x"$2" = xPOST-INSTALL ]; then
|
||||
echo "============================================================"
|
||||
if [ x"%%DB_TYPE%%" != "x" ]; then
|
||||
echo "If this is your first installation of sympa, please load"
|
||||
echo "this file with your %%DB_TYPE%% database client:"
|
||||
echo " ${PKG_PREFIX}/bin/create_db.%%DB_TYPE%%"
|
||||
echo ""
|
||||
fi
|
||||
echo "A default configuration is installed,"
|
||||
echo "to configure sympa interactively, please run:"
|
||||
echo " perl ${PKG_PREFIX}/sbin/sympa_wizard.pl"
|
||||
echo ""
|
||||
echo "You may also manually edit the two configuration files:"
|
||||
echo " ${PKG_PREFIX}/etc/sympa/sympa.conf"
|
||||
echo " ${PKG_PREFIX}/etc/sympa/wwsympa.conf"
|
||||
echo "============================================================"
|
||||
echo "To set up the wwsympa server, add something like this to"
|
||||
echo "your Apache configuration file:"
|
||||
echo ""
|
||||
echo " DocumentRoot \"${PKG_PREFIX}/sympa\""
|
||||
echo " AddDefaultCharset UTF-8"
|
||||
echo " DirectoryIndex wws"
|
||||
echo " Options +Indexes"
|
||||
if [ x"%%WITH_FASTCGI%%" != x ]; then
|
||||
echo " LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so"
|
||||
echo " <Location /wws>"
|
||||
echo " SetHandler fastcgi-script"
|
||||
echo " </Location>"
|
||||
fi
|
||||
echo " <Directory \"${PKG_PREFIX}/sympa\">"
|
||||
echo " Allow from all"
|
||||
echo " </Directory>"
|
||||
echo " ScriptAlias /wws ${PKG_PREFIX}/sympa/cgi-bin/wwsympa-wrapper"
|
||||
echo "============================================================"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
exit 0
|
@ -1,12 +0,0 @@
|
||||
SYMPA -- Systeme de Multi-Postage Automatique
|
||||
|
||||
SYMPA is an electronic mailing list manager. It is used to automate list
|
||||
management functions such as subscription, moderation and management of
|
||||
archives. SYMPA also manages sending of messages to the lists, and
|
||||
makes it possible to reduce the load on the system. Provided that you
|
||||
have enough memory on your system, Sympa is especially well adapted for big
|
||||
lists. For a list with 20 000 subscribers, it takes 5 minutes to send a
|
||||
message to 90% of subscribers, of course considering that the network is
|
||||
available.
|
||||
|
||||
WWW: http://www.sympa.org/
|
@ -1,514 +0,0 @@
|
||||
bin/arc2webarc.pl
|
||||
bin/bouncequeue
|
||||
bin/create_db.Oracle
|
||||
bin/create_db.Pg
|
||||
bin/create_db.SQLite
|
||||
bin/create_db.Sybase
|
||||
bin/create_db.mysql
|
||||
bin/crypt_passwd.pl
|
||||
bin/familyqueue
|
||||
bin/init_comment.pl
|
||||
bin/ldap_alias_manager.pl
|
||||
bin/mod2html.pl
|
||||
bin/mysql_alias_manager.pl
|
||||
bin/p12topem.pl
|
||||
bin/queue
|
||||
bin/sympa_soap_client.pl
|
||||
bin/testldap.pl
|
||||
bin/testlogs.pl
|
||||
bin/tpl2tt2.pl
|
||||
etc/rc.d/sympa.sh
|
||||
etc/sympa/README
|
||||
lib/sympa/Archive.pm
|
||||
lib/sympa/Auth.pm
|
||||
lib/sympa/CAS.pm
|
||||
lib/sympa/Commands.pm
|
||||
lib/sympa/Conf.pm
|
||||
lib/sympa/Config_XML.pm
|
||||
lib/sympa/Datasource.pm
|
||||
lib/sympa/Family.pm
|
||||
lib/sympa/Fetch.pm
|
||||
lib/sympa/LDAPSource.pm
|
||||
lib/sympa/Language.pm
|
||||
lib/sympa/Ldap.pm
|
||||
lib/sympa/List.pm
|
||||
lib/sympa/Lock.pm
|
||||
lib/sympa/Log.pm
|
||||
lib/sympa/Marc.pm
|
||||
lib/sympa/Marc/Search.pm
|
||||
lib/sympa/Message.pm
|
||||
lib/sympa/PlainDigest.pm
|
||||
lib/sympa/SQLSource.pm
|
||||
lib/sympa/Scenario.pm
|
||||
lib/sympa/SharedDocument.pm
|
||||
lib/sympa/SympaSession.pm
|
||||
lib/sympa/SympaTransport.pm
|
||||
lib/sympa/Task.pm
|
||||
lib/sympa/Upgrade.pm
|
||||
lib/sympa/Version.pm
|
||||
lib/sympa/admin.pm
|
||||
lib/sympa/bounce-lib.pl
|
||||
lib/sympa/cookielib.pm
|
||||
lib/sympa/mail.pm
|
||||
lib/sympa/report.pm
|
||||
lib/sympa/sympasoap.pm
|
||||
lib/sympa/time_utils.pl
|
||||
lib/sympa/tools.pl
|
||||
lib/sympa/tt2.pl
|
||||
lib/sympa/wwslib.pm
|
||||
libexec/sympa/aliaswrapper
|
||||
libexec/sympa/virtualwrapper
|
||||
sbin/alias_manager.pl
|
||||
sbin/archived.pl
|
||||
sbin/bounced.pl
|
||||
sbin/sympa.pl
|
||||
sbin/sympa_wizard.pl
|
||||
sbin/task_manager.pl
|
||||
%%EXAMPLESDIR%%/README
|
||||
%%EXAMPLESDIR%%/employees.ldap
|
||||
%%EXAMPLESDIR%%/robot.conf
|
||||
%%EXAMPLESDIR%%/sample-list/config
|
||||
%%EXAMPLESDIR%%/sample-list/info
|
||||
%%EXAMPLESDIR%%/sample-list/message.footer
|
||||
%%EXAMPLESDIR%%/sample-list/welcome.tpl
|
||||
%%EXAMPLESDIR%%/trusted_applications.conf
|
||||
%%NLS%%share/locale/af/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/af/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/br/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/br/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/en_US/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/en_US/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/et/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/et/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/ml/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/ml/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/nb_NO/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/nb_NO/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/nn_NO/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/nn_NO/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/oc/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/oc/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/web_help.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/sympa.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/web_help.mo
|
||||
%%DATADIR%%/README
|
||||
%%DATADIR%%/auth.conf
|
||||
%%DATADIR%%/ca-bundle.crt
|
||||
%%DATADIR%%/crawlers_detection.conf
|
||||
%%DATADIR%%/create_list.conf
|
||||
%%DATADIR%%/create_list_templates/discussion_list/comment.tt2
|
||||
%%DATADIR%%/create_list_templates/discussion_list/config.tt2
|
||||
%%DATADIR%%/create_list_templates/hotline/comment.tt2
|
||||
%%DATADIR%%/create_list_templates/hotline/config.tt2
|
||||
%%DATADIR%%/create_list_templates/html-news-letter/comment.tt2
|
||||
%%DATADIR%%/create_list_templates/html-news-letter/config.tt2
|
||||
%%DATADIR%%/create_list_templates/intranet_list/comment.tt2
|
||||
%%DATADIR%%/create_list_templates/intranet_list/config.tt2
|
||||
%%DATADIR%%/create_list_templates/news-letter/comment.tt2
|
||||
%%DATADIR%%/create_list_templates/news-letter/config.tt2
|
||||
%%DATADIR%%/create_list_templates/private_working_group/comment.tt2
|
||||
%%DATADIR%%/create_list_templates/private_working_group/config.tt2
|
||||
%%DATADIR%%/create_list_templates/public_web_forum/comment.tt2
|
||||
%%DATADIR%%/create_list_templates/public_web_forum/config.tt2
|
||||
%%DATADIR%%/edit_list.conf
|
||||
%%DATADIR%%/global_task_models/chk_cert_expiration.daily.task
|
||||
%%DATADIR%%/global_task_models/crl_update.daily.task
|
||||
%%DATADIR%%/global_task_models/eval_bouncers.daily.task
|
||||
%%DATADIR%%/global_task_models/expire_bounce.daily.task
|
||||
%%DATADIR%%/global_task_models/process_bouncers.weekly.task
|
||||
%%DATADIR%%/global_task_models/purge_logs_table.daily.task
|
||||
%%DATADIR%%/global_task_models/purge_orphan_bounces.monthly.task
|
||||
%%DATADIR%%/global_task_models/purge_session_table.daily.task
|
||||
%%DATADIR%%/global_task_models/purge_user_table.monthly.task
|
||||
%%DATADIR%%/ldap_alias_manager.conf
|
||||
%%DATADIR%%/list_aliases.tt2
|
||||
%%DATADIR%%/list_task_models/expire.yearly.task
|
||||
%%DATADIR%%/list_task_models/remind.2month.task
|
||||
%%DATADIR%%/list_task_models/remind.monthly.task
|
||||
%%DATADIR%%/list_task_models/remind.yearly.task
|
||||
%%DATADIR%%/list_task_models/sync_include.ttl.task
|
||||
%%DATADIR%%/mail_tt2/authorization_reject.tt2
|
||||
%%DATADIR%%/mail_tt2/bye.tt2
|
||||
%%DATADIR%%/mail_tt2/certif_warning.tt2
|
||||
%%DATADIR%%/mail_tt2/command_report.tt2
|
||||
%%DATADIR%%/mail_tt2/d_install_shared.tt2
|
||||
%%DATADIR%%/mail_tt2/d_reject_shared.tt2
|
||||
%%DATADIR%%/mail_tt2/digest.tt2
|
||||
%%DATADIR%%/mail_tt2/digest_plain.tt2
|
||||
%%DATADIR%%/mail_tt2/expire_deletion.tt2
|
||||
%%DATADIR%%/mail_tt2/expire_warning1.tt2
|
||||
%%DATADIR%%/mail_tt2/expire_warning2.tt2
|
||||
%%DATADIR%%/mail_tt2/get_archive.tt2
|
||||
%%DATADIR%%/mail_tt2/global_remind.tt2
|
||||
%%DATADIR%%/mail_tt2/helpfile.tt2
|
||||
%%DATADIR%%/mail_tt2/index_archive.tt2
|
||||
%%DATADIR%%/mail_tt2/info_report.tt2
|
||||
%%DATADIR%%/mail_tt2/invite.tt2
|
||||
%%DATADIR%%/mail_tt2/list_created.tt2
|
||||
%%DATADIR%%/mail_tt2/list_rejected.tt2
|
||||
%%DATADIR%%/mail_tt2/list_unknown.tt2
|
||||
%%DATADIR%%/mail_tt2/listeditor_notification.tt2
|
||||
%%DATADIR%%/mail_tt2/listmaster_notification.tt2
|
||||
%%DATADIR%%/mail_tt2/listowner_notification.tt2
|
||||
%%DATADIR%%/mail_tt2/lists.tt2
|
||||
%%DATADIR%%/mail_tt2/message_report.tt2
|
||||
%%DATADIR%%/mail_tt2/moderate.tt2
|
||||
%%DATADIR%%/mail_tt2/modindex.tt2
|
||||
%%DATADIR%%/mail_tt2/reject.tt2
|
||||
%%DATADIR%%/mail_tt2/remind.tt2
|
||||
%%DATADIR%%/mail_tt2/removed.tt2
|
||||
%%DATADIR%%/mail_tt2/request_auth.tt2
|
||||
%%DATADIR%%/mail_tt2/review.tt2
|
||||
%%DATADIR%%/mail_tt2/send_auth.tt2
|
||||
%%DATADIR%%/mail_tt2/sendpasswd.tt2
|
||||
%%DATADIR%%/mail_tt2/sendssopasswd.tt2
|
||||
%%DATADIR%%/mail_tt2/stats_report.tt2
|
||||
%%DATADIR%%/mail_tt2/summary.tt2
|
||||
%%DATADIR%%/mail_tt2/urlized_part.tt2
|
||||
%%DATADIR%%/mail_tt2/user_notification.tt2
|
||||
%%DATADIR%%/mail_tt2/welcome.tt2
|
||||
%%DATADIR%%/mail_tt2/which.tt2
|
||||
%%DATADIR%%/mail_tt2/x509-user-cert-missing.tt2
|
||||
%%DATADIR%%/mail_tt2/your_infected_msg.tt2
|
||||
%%DATADIR%%/mhonarc-ressources.tt2
|
||||
%%DATADIR%%/mime.types
|
||||
%%DATADIR%%/nrcpt_by_domain.conf
|
||||
%%DATADIR%%/scenari/access_web_archive.closed
|
||||
%%DATADIR%%/scenari/access_web_archive.intranet
|
||||
%%DATADIR%%/scenari/access_web_archive.listmaster
|
||||
%%DATADIR%%/scenari/access_web_archive.owner
|
||||
%%DATADIR%%/scenari/access_web_archive.private
|
||||
%%DATADIR%%/scenari/access_web_archive.public
|
||||
%%DATADIR%%/scenari/add.auth
|
||||
%%DATADIR%%/scenari/add.closed
|
||||
%%DATADIR%%/scenari/add.default
|
||||
%%DATADIR%%/scenari/add.owner
|
||||
%%DATADIR%%/scenari/add.owner_notify
|
||||
%%DATADIR%%/scenari/automatic_list_creation.listmaster
|
||||
%%DATADIR%%/scenari/automatic_list_creation.public
|
||||
%%DATADIR%%/scenari/create_list.intranet
|
||||
%%DATADIR%%/scenari/create_list.listmaster
|
||||
%%DATADIR%%/scenari/create_list.public_listmaster
|
||||
%%DATADIR%%/scenari/d_edit.default
|
||||
%%DATADIR%%/scenari/d_edit.editor
|
||||
%%DATADIR%%/scenari/d_edit.owner
|
||||
%%DATADIR%%/scenari/d_edit.private
|
||||
%%DATADIR%%/scenari/d_edit.private-https
|
||||
%%DATADIR%%/scenari/d_edit.public
|
||||
%%DATADIR%%/scenari/d_read.default
|
||||
%%DATADIR%%/scenari/d_read.owner
|
||||
%%DATADIR%%/scenari/d_read.private
|
||||
%%DATADIR%%/scenari/d_read.private-https
|
||||
%%DATADIR%%/scenari/d_read.public
|
||||
%%DATADIR%%/scenari/del.auth
|
||||
%%DATADIR%%/scenari/del.closed
|
||||
%%DATADIR%%/scenari/del.default
|
||||
%%DATADIR%%/scenari/del.owner
|
||||
%%DATADIR%%/scenari/del.owner_notify
|
||||
%%DATADIR%%/scenari/global_remind.listmaster
|
||||
%%DATADIR%%/scenari/info.default
|
||||
%%DATADIR%%/scenari/info.open
|
||||
%%DATADIR%%/scenari/info.private
|
||||
%%DATADIR%%/scenari/invite.closed
|
||||
%%DATADIR%%/scenari/invite.default
|
||||
%%DATADIR%%/scenari/invite.owner
|
||||
%%DATADIR%%/scenari/invite.private
|
||||
%%DATADIR%%/scenari/invite.public
|
||||
%%DATADIR%%/scenari/remind.default
|
||||
%%DATADIR%%/scenari/remind.listmaster
|
||||
%%DATADIR%%/scenari/remind.owner
|
||||
%%DATADIR%%/scenari/review.closed
|
||||
%%DATADIR%%/scenari/review.default
|
||||
%%DATADIR%%/scenari/review.intranet
|
||||
%%DATADIR%%/scenari/review.listmaster
|
||||
%%DATADIR%%/scenari/review.owner
|
||||
%%DATADIR%%/scenari/review.private
|
||||
%%DATADIR%%/scenari/review.public
|
||||
%%DATADIR%%/scenari/send.closed
|
||||
%%DATADIR%%/scenari/send.default
|
||||
%%DATADIR%%/scenari/send.editorkey
|
||||
%%DATADIR%%/scenari/send.editorkeyonly
|
||||
%%DATADIR%%/scenari/send.editorkeyonlyauth
|
||||
%%DATADIR%%/scenari/send.intranet
|
||||
%%DATADIR%%/scenari/send.intranetorprivate
|
||||
%%DATADIR%%/scenari/send.newsletter
|
||||
%%DATADIR%%/scenari/send.newsletterkeyonly
|
||||
%%DATADIR%%/scenari/send.private
|
||||
%%DATADIR%%/scenari/send.private_smime
|
||||
%%DATADIR%%/scenari/send.privateandeditorkey
|
||||
%%DATADIR%%/scenari/send.privateandnomultipartoreditorkey
|
||||
%%DATADIR%%/scenari/send.privatekey
|
||||
%%DATADIR%%/scenari/send.privatekeyandeditorkeyonly
|
||||
%%DATADIR%%/scenari/send.privateoreditorkey
|
||||
%%DATADIR%%/scenari/send.privateorpublickey
|
||||
%%DATADIR%%/scenari/send.public
|
||||
%%DATADIR%%/scenari/send.public_nobcc
|
||||
%%DATADIR%%/scenari/send.publickey
|
||||
%%DATADIR%%/scenari/send.publicnoattachment
|
||||
%%DATADIR%%/scenari/send.publicnomultipart
|
||||
%%DATADIR%%/scenari/subscribe.auth
|
||||
%%DATADIR%%/scenari/subscribe.auth_notify
|
||||
%%DATADIR%%/scenari/subscribe.auth_owner
|
||||
%%DATADIR%%/scenari/subscribe.closed
|
||||
%%DATADIR%%/scenari/subscribe.default
|
||||
%%DATADIR%%/scenari/subscribe.intranet
|
||||
%%DATADIR%%/scenari/subscribe.intranetorowner
|
||||
%%DATADIR%%/scenari/subscribe.open
|
||||
%%DATADIR%%/scenari/subscribe.open_notify
|
||||
%%DATADIR%%/scenari/subscribe.open_quiet
|
||||
%%DATADIR%%/scenari/subscribe.owner
|
||||
%%DATADIR%%/scenari/subscribe.smime
|
||||
%%DATADIR%%/scenari/subscribe.smimeorowner
|
||||
%%DATADIR%%/scenari/topics_visibility.conceal
|
||||
%%DATADIR%%/scenari/topics_visibility.default
|
||||
%%DATADIR%%/scenari/topics_visibility.identified
|
||||
%%DATADIR%%/scenari/topics_visibility.noconceal
|
||||
%%DATADIR%%/scenari/unsubscribe.auth
|
||||
%%DATADIR%%/scenari/unsubscribe.auth_notify
|
||||
%%DATADIR%%/scenari/unsubscribe.closed
|
||||
%%DATADIR%%/scenari/unsubscribe.default
|
||||
%%DATADIR%%/scenari/unsubscribe.open
|
||||
%%DATADIR%%/scenari/unsubscribe.open_notify
|
||||
%%DATADIR%%/scenari/unsubscribe.owner
|
||||
%%DATADIR%%/scenari/visibility.conceal
|
||||
%%DATADIR%%/scenari/visibility.default
|
||||
%%DATADIR%%/scenari/visibility.intranet
|
||||
%%DATADIR%%/scenari/visibility.noconceal
|
||||
%%DATADIR%%/scenari/visibility.secret
|
||||
%%DATADIR%%/sympa.wsdl
|
||||
%%DATADIR%%/topics.conf
|
||||
%%DATADIR%%/web_tt2/active_lists.tt2
|
||||
%%DATADIR%%/web_tt2/add_request.tt2
|
||||
%%DATADIR%%/web_tt2/admin.tt2
|
||||
%%DATADIR%%/web_tt2/admin_menu.tt2
|
||||
%%DATADIR%%/web_tt2/arc.tt2
|
||||
%%DATADIR%%/web_tt2/arc_manage.tt2
|
||||
%%DATADIR%%/web_tt2/arc_protect.tt2
|
||||
%%DATADIR%%/web_tt2/arcsearch.tt2
|
||||
%%DATADIR%%/web_tt2/arcsearch_form.tt2
|
||||
%%DATADIR%%/web_tt2/authorization_reject.tt2
|
||||
%%DATADIR%%/web_tt2/blacklist.tt2
|
||||
%%DATADIR%%/web_tt2/button_footer.tt2
|
||||
%%DATADIR%%/web_tt2/button_header.tt2
|
||||
%%DATADIR%%/web_tt2/change_email.tt2
|
||||
%%DATADIR%%/web_tt2/choosepasswd.tt2
|
||||
%%DATADIR%%/web_tt2/close_list.tt2
|
||||
%%DATADIR%%/web_tt2/compose_mail.tt2
|
||||
%%DATADIR%%/web_tt2/copy_template.tt2
|
||||
%%DATADIR%%/web_tt2/create_list.tt2
|
||||
%%DATADIR%%/web_tt2/create_list_request.tt2
|
||||
%%DATADIR%%/web_tt2/css.tt2
|
||||
%%DATADIR%%/web_tt2/d_control.tt2
|
||||
%%DATADIR%%/web_tt2/d_editfile.tt2
|
||||
%%DATADIR%%/web_tt2/d_install_shared.tt2
|
||||
%%DATADIR%%/web_tt2/d_properties.tt2
|
||||
%%DATADIR%%/web_tt2/d_read.tt2
|
||||
%%DATADIR%%/web_tt2/d_upload.tt2
|
||||
%%DATADIR%%/web_tt2/dump_scenario.tt2
|
||||
%%DATADIR%%/web_tt2/dumpvars.tt2
|
||||
%%DATADIR%%/web_tt2/edit_attributes.tt2
|
||||
%%DATADIR%%/web_tt2/edit_list_request.tt2
|
||||
%%DATADIR%%/web_tt2/edit_template.tt2
|
||||
%%DATADIR%%/web_tt2/editfile.tt2
|
||||
%%DATADIR%%/web_tt2/editsubscriber.tt2
|
||||
%%DATADIR%%/web_tt2/error.tt2
|
||||
%%DATADIR%%/web_tt2/footer.tt2
|
||||
%%DATADIR%%/web_tt2/get_closed_lists.tt2
|
||||
%%DATADIR%%/web_tt2/get_inactive_lists.tt2
|
||||
%%DATADIR%%/web_tt2/get_latest_lists.tt2
|
||||
%%DATADIR%%/web_tt2/get_pending_lists.tt2
|
||||
%%DATADIR%%/web_tt2/help.tt2
|
||||
%%DATADIR%%/web_tt2/help_admin.tt2
|
||||
%%DATADIR%%/web_tt2/help_arc.tt2
|
||||
%%DATADIR%%/web_tt2/help_editfile.tt2
|
||||
%%DATADIR%%/web_tt2/help_editlist.tt2
|
||||
%%DATADIR%%/web_tt2/help_faqadmin.tt2
|
||||
%%DATADIR%%/web_tt2/help_faquser.tt2
|
||||
%%DATADIR%%/web_tt2/help_introduction.tt2
|
||||
%%DATADIR%%/web_tt2/help_listconfig.tt2
|
||||
%%DATADIR%%/web_tt2/help_mail_commands.tt2
|
||||
%%DATADIR%%/web_tt2/help_sendmsg.tt2
|
||||
%%DATADIR%%/web_tt2/help_shared.tt2
|
||||
%%DATADIR%%/web_tt2/help_user.tt2
|
||||
%%DATADIR%%/web_tt2/help_user_options.tt2
|
||||
%%DATADIR%%/web_tt2/home.tt2
|
||||
%%DATADIR%%/web_tt2/info.tt2
|
||||
%%DATADIR%%/web_tt2/install_pending_list.tt2
|
||||
%%DATADIR%%/web_tt2/javascript.tt2
|
||||
%%DATADIR%%/web_tt2/latest_arc.tt2
|
||||
%%DATADIR%%/web_tt2/latest_d_read.tt2
|
||||
%%DATADIR%%/web_tt2/latest_lists.tt2
|
||||
%%DATADIR%%/web_tt2/list_admin_menu.tt2
|
||||
%%DATADIR%%/web_tt2/list_button_footer.tt2
|
||||
%%DATADIR%%/web_tt2/list_button_header.tt2
|
||||
%%DATADIR%%/web_tt2/list_menu.tt2
|
||||
%%DATADIR%%/web_tt2/list_panel.tt2
|
||||
%%DATADIR%%/web_tt2/lists.tt2
|
||||
%%DATADIR%%/web_tt2/login.tt2
|
||||
%%DATADIR%%/web_tt2/login_menu.tt2
|
||||
%%DATADIR%%/web_tt2/loginbanner.tt2
|
||||
%%DATADIR%%/web_tt2/loginrequest.tt2
|
||||
%%DATADIR%%/web_tt2/ls_templates.tt2
|
||||
%%DATADIR%%/web_tt2/main.tt2
|
||||
%%DATADIR%%/web_tt2/maintenance.tt2
|
||||
%%DATADIR%%/web_tt2/menu.tt2
|
||||
%%DATADIR%%/web_tt2/modindex.tt2
|
||||
%%DATADIR%%/web_tt2/notice.tt2
|
||||
%%DATADIR%%/web_tt2/picture_upload.tt2
|
||||
%%DATADIR%%/web_tt2/pref.tt2
|
||||
%%DATADIR%%/web_tt2/remindpasswd.tt2
|
||||
%%DATADIR%%/web_tt2/remove_arc.tt2
|
||||
%%DATADIR%%/web_tt2/rename_list_request.tt2
|
||||
%%DATADIR%%/web_tt2/request_topic.tt2
|
||||
%%DATADIR%%/web_tt2/review.tt2
|
||||
%%DATADIR%%/web_tt2/review_family.tt2
|
||||
%%DATADIR%%/web_tt2/reviewbouncing.tt2
|
||||
%%DATADIR%%/web_tt2/rss.tt2
|
||||
%%DATADIR%%/web_tt2/rss_request.tt2
|
||||
%%DATADIR%%/web_tt2/scenario_test.tt2
|
||||
%%DATADIR%%/web_tt2/search.tt2
|
||||
%%DATADIR%%/web_tt2/search_list.tt2
|
||||
%%DATADIR%%/web_tt2/search_user.tt2
|
||||
%%DATADIR%%/web_tt2/serveradmin.tt2
|
||||
%%DATADIR%%/web_tt2/set_pending_list_request.tt2
|
||||
%%DATADIR%%/web_tt2/setlang.tt2
|
||||
%%DATADIR%%/web_tt2/show_cert.tt2
|
||||
%%DATADIR%%/web_tt2/show_sessions.tt2
|
||||
%%DATADIR%%/web_tt2/sigrequest.tt2
|
||||
%%DATADIR%%/web_tt2/skinsedit.tt2
|
||||
%%DATADIR%%/web_tt2/sso_login.tt2
|
||||
%%DATADIR%%/web_tt2/stats.tt2
|
||||
%%DATADIR%%/web_tt2/subindex.tt2
|
||||
%%DATADIR%%/web_tt2/suboptions.tt2
|
||||
%%DATADIR%%/web_tt2/subrequest.tt2
|
||||
%%DATADIR%%/web_tt2/title.tt2
|
||||
%%DATADIR%%/web_tt2/tt2_error.tt2
|
||||
%%DATADIR%%/web_tt2/view_template.tt2
|
||||
%%DATADIR%%/web_tt2/viewbounce.tt2
|
||||
%%DATADIR%%/web_tt2/viewlogs.tt2
|
||||
%%DATADIR%%/web_tt2/viewmod.tt2
|
||||
%%DATADIR%%/web_tt2/which.tt2
|
||||
%%DATADIR%%/web_tt2/your_lists.tt2
|
||||
static_content/icons/back.png
|
||||
static_content/icons/begin.png
|
||||
static_content/icons/binary.png
|
||||
static_content/icons/down.png
|
||||
static_content/icons/end.png
|
||||
static_content/icons/folder.open.png
|
||||
static_content/icons/folder.png
|
||||
static_content/icons/image2.png
|
||||
static_content/icons/left.png
|
||||
static_content/icons/link.png
|
||||
static_content/icons/locked.png
|
||||
static_content/icons/logo-s-lock.png
|
||||
static_content/icons/logo-s.png
|
||||
static_content/icons/movie.png
|
||||
static_content/icons/right.png
|
||||
static_content/icons/sound1.png
|
||||
static_content/icons/text.png
|
||||
static_content/icons/unknown.png
|
||||
sympa/cgi-bin/sympa_soap_server-wrapper.fcgi
|
||||
sympa/cgi-bin/sympa_soap_server.fcgi
|
||||
sympa/cgi-bin/wwsympa-wrapper.fcgi
|
||||
sympa/cgi-bin/wwsympa.fcgi
|
||||
sympa/cgi-bin/wwsympa_sudo_wrapper.pl
|
||||
@dirrm sympa/spool/tmp
|
||||
@dirrm sympa/spool/task
|
||||
@dirrm sympa/spool/outgoing
|
||||
@dirrm sympa/spool/msg
|
||||
@dirrm sympa/spool/moderation
|
||||
@dirrm sympa/spool/expire
|
||||
@dirrm sympa/spool/digest
|
||||
@dirrm sympa/spool/auth
|
||||
@dirrm sympa/spool
|
||||
@dirrm sympa/expl
|
||||
@dirrm sympa/cgi-bin
|
||||
@dirrm sympa/bounce
|
||||
@dirrm sympa/arc
|
||||
@dirrm sympa
|
||||
@dirrm static_content/icons
|
||||
@dirrm static_content
|
||||
@dirrm %%DATADIR%%/web_tt2
|
||||
@dirrm %%DATADIR%%/scenari
|
||||
@dirrm %%DATADIR%%/mail_tt2
|
||||
@dirrm %%DATADIR%%/list_task_models
|
||||
@dirrm %%DATADIR%%/global_task_models
|
||||
@dirrm %%DATADIR%%/families
|
||||
@dirrm %%DATADIR%%/create_list_templates/public_web_forum
|
||||
@dirrm %%DATADIR%%/create_list_templates/private_working_group
|
||||
@dirrm %%DATADIR%%/create_list_templates/news-letter
|
||||
@dirrm %%DATADIR%%/create_list_templates/intranet_list
|
||||
@dirrm %%DATADIR%%/create_list_templates/html-news-letter
|
||||
@dirrm %%DATADIR%%/create_list_templates/hotline
|
||||
@dirrm %%DATADIR%%/create_list_templates/discussion_list
|
||||
@dirrm %%DATADIR%%/create_list_templates
|
||||
@dirrm %%DATADIR%%
|
||||
%%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/oc
|
||||
%%NLS%%@dirrmtry share/locale/nn_NO/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/nn_NO
|
||||
%%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/nb_NO
|
||||
%%NLS%%@dirrmtry share/locale/en_US/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/en_US
|
||||
@dirrm %%EXAMPLESDIR%%/sample-list
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
@dirrm libexec/sympa
|
||||
@dirrm lib/sympa/Marc
|
||||
@dirrm lib/sympa
|
||||
@dirrm etc/sympa/web_tt2
|
||||
@dirrm etc/sympa/task_models
|
||||
@dirrm etc/sympa/scenari
|
||||
@dirrm etc/sympa/mail_tt2
|
||||
@dirrm etc/sympa/general_task_models
|
||||
@dirrm etc/sympa/create_list_templates
|
||||
@dirrm etc/sympa
|
Loading…
Reference in New Issue
Block a user