From d6e9519708b2f740babd9d2567591d7df2cbc904 Mon Sep 17 00:00:00 2001 From: seb Date: Sun, 26 Sep 2004 20:13:34 +0000 Subject: Update to version 4.1.2 Too many changes and bugfixes to list here, see installed file ${PREFIX}/share/doc/sympa/NEWS. Highlights of package changes: use regular PREFIX, pervasive use of bsd.pkg.install.mk framework, add dependencies on mhonarc package and openssl, use bsd.options.mk framework to select MySQL or PostgreSQL support, introduce SYMPA_VARBASE to select "/var" directory (defaults to ${VARBASE}/sympa). Take stewardship with previous maintainer blessing. XXX Better startup script(s) than the ones I use should be provided, so I'm not including them in this package. --- mail/sympa/MESSAGE | 13 +- mail/sympa/Makefile | 134 ++- mail/sympa/PLIST | 2629 ++++++++++++++++++++++--------------------- mail/sympa/distinfo | 14 +- mail/sympa/patches/patch-aa | 43 +- mail/sympa/patches/patch-ab | 54 +- mail/sympa/patches/patch-ac | 27 +- mail/sympa/patches/patch-ad | 16 - mail/sympa/patches/patch-ae | 13 - 9 files changed, 1587 insertions(+), 1356 deletions(-) delete mode 100644 mail/sympa/patches/patch-ad delete mode 100644 mail/sympa/patches/patch-ae (limited to 'mail/sympa') diff --git a/mail/sympa/MESSAGE b/mail/sympa/MESSAGE index a457851715e..1320ada4bac 100644 --- a/mail/sympa/MESSAGE +++ b/mail/sympa/MESSAGE @@ -1,6 +1,15 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2003/01/22 15:56:33 manu Exp $ +$NetBSD: MESSAGE,v 1.2 2004/09/26 20:13:34 seb Exp $ -Sympa's documentation can be found at http://www.sympa.org/doc/sympa/ +Run ${SYMPA_BIN}/sympa_wizard.pl -c sympa.conf +and ${SYMPA_BIN}/sympa_wizard.pl -c wwsympa.conf +to create default configuration files in ${PKG_SYSCONFDIR}. + +Then re-run ${SYMPA_BIN}/sympa_wizard.pl +for interactive configuration. + +If you are upgrading from a previous version please consult +${PREFIX}/share/doc/sympa/NEWS +for incompatible changes. =========================================================================== diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index 45af7290ddf..563979d2588 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -1,47 +1,135 @@ -# $NetBSD: Makefile,v 1.9 2004/05/13 22:27:38 snj Exp $ +# $NetBSD: Makefile,v 1.10 2004/09/26 20:13:34 seb Exp $ # -DISTNAME= sympa-3.4.2 -PKGREVISION= 1 +DISTNAME= sympa-4.1.2 CATEGORIES= mail MASTER_SITES= http://www.sympa.org/distribution/ -MAINTAINER= manu@NetBSD.org +MAINTAINER= seb@NetBSD.org HOMEPAGE= http://www.sympa.org/ COMMENT= Mailing list manager -DEPENDS+= p5-CGI>=2.52:../../www/p5-CGI -DEPENDS+= p5-FCGI>=0.48:../../www/p5-FCGI -DEPENDS+= p5-Digest-MD5>=2.00:../../security/p5-Digest-MD5 -DEPENDS+= p5-IO-stringy>=1.0:../../devel/p5-IO-stringy -DEPENDS+= p5-Msgcat>=1.01:../../misc/p5-Msgcat +DEPENDS+= p5-Archive-Zip>=1.05:../../archivers/p5-Archive-Zip DEPENDS+= p5-MIME-Base64>=1.0:../../converters/p5-MIME-Base64 -DEPENDS+= p5-MIME-tools>=5.209:../../mail/p5-MIME-tools -DEPENDS+= p5-MailTools>=1.32:../../mail/p5-MailTools -DEPENDS+= p5-DBI>=1.06:../../databases/p5-DBI DEPENDS+= p5-DBD-Sybase>=0.90:../../databases/p5-DBD-Sybase -DEPENDS+= p5-DBD-mysql>=2.0407:../../databases/p5-DBD-mysql -DEPENDS+= p5-DBD-postgresql>=0.90:../../databases/p5-DBD-postgresql -DEPENDS+= p5-perl-ldap>=0.10:../../databases/p5-perl-ldap -DEPENDS.SunOS+= p5-DB_File-[0-9]*:../../databases/p5-DB_File +DEPENDS+= p5-DBI>=1.06:../../databases/p5-DBI +DEPENDS+= p5-perl-ldap>=0.27:../../databases/p5-perl-ldap +DEPENDS+= p5-File-Spec>=0.8:../../devel/p5-File-Spec +DEPENDS+= p5-IO-stringy>=1.0:../../devel/p5-IO-stringy +DEPENDS+= mhonarc-[0-9]*:../../mail/mhonarc +DEPENDS+= p5-MIME-tools>=5.209:../../mail/p5-MIME-tools +DEPENDS+= p5-MailTools>=1.51:../../mail/p5-MailTools +DEPENDS+= p5-Net>=1.0:../../net/p5-Net +DEPENDS+= p5-SOAP-Lite-[0-9]*:../../net/p5-SOAP-Lite +DEPENDS+= p5-Crypt-CipherSaber>=0.50:../../security/p5-Crypt-CipherSaber +DEPENDS+= p5-Digest-MD5>=2.00:../../security/p5-Digest-MD5 +DEPENDS+= p5-IO-Socket-SSL>=0.90:../../security/p5-IO-Socket-SSL +DEPENDS+= p5-Net-SSLeay>=1.16:../../security/p5-Net-SSLeay +DEPENDS+= p5-CGI>=2.52:../../www/p5-CGI +DEPENDS+= p5-FCGI>=0.67:../../www/p5-FCGI +DEPENDS+= p5-libwww>=1.09:../../www/p5-libwww +DEPENDS.SunOS+= p5-DB_File>=1.75:../../databases/p5-DB_File OPSYSVARS+= DEPENDS USE_BUILDLINK3= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --with-piddir=/var/run +CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --with-cgidir=${SYMPA_BIN} +CONFIGURE_ARGS+= --with-iconsdir=${SYMPA_PREFIX}/httpd/icons +CONFIGURE_ARGS+= --with-bindir=${SYMPA_BIN} +CONFIGURE_ARGS+= --with-sbindir=${SYMPA_BIN} +CONFIGURE_ARGS+= --with-libexecdir=${SYMPA_BIN} +CONFIGURE_ARGS+= --with-libdir=${SYMPA_BIN} +CONFIGURE_ARGS+= --with-datadir=${SYMPA_BIN}/etc +CONFIGURE_ARGS+= --with-expldir=${SYMPA_VARBASE}/expl +CONFIGURE_ARGS+= --with-mandir=${PREFIX}/man +CONFIGURE_ARGS+= --with-lockdir=${SYMPA_VARBASE}/lock +CONFIGURE_ARGS+= --with-piddir=${SYMPA_VARBASE}/run +CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}/sympa +CONFIGURE_ARGS+= --with-nlsdir=${SYMPA_PREFIX}/nls +CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/html/sympa +CONFIGURE_ARGS+= --with-scriptdir=${SYMPA_BIN} +CONFIGURE_ARGS+= --with-sampledir=${PREFIX}/share/examples/sympa +CONFIGURE_ARGS+= --with-spooldir=${SYMPA_SPOOL} +CONFIGURE_ARGS+= --with-perl=${PERL5} +CONFIGURE_ARGS+= --with-mhonarc=${MHONARC_PREFIX}/bin/mhonarc +CONFIGURE_ARGS+= --with-openssl=${SSLBASE}/bin/openssl +CONFIGURE_ARGS+= --with-user=${SYMPA_USER} +CONFIGURE_ARGS+= --with-group=${SYMPA_GROUP} + +MHONARC_PREFIX_DEFAULT= ${LOCALBASE} +EVAL_PREFIX+= MHONARC_PREFIX=mhonarc PERL5_REQD+= 5.005 -PKG_GROUPS?= sympa -PKG_USERS?= sympa:sympa +PKG_OPTIONS_VAR= PKG_OPTIONS.sympa +PKG_SUPPORTED_OPTIONS= mysql pgsql +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Mmysql) +DEPENDS+= p5-DBD-mysql>=2.0407:../../databases/p5-DBD-mysql +.endif + +.if !empty(PKG_OPTIONS:Mpgsql) +DEPENDS+= p5-DBD-postgresql>=0.90:../../databases/p5-DBD-postgresql +.endif + +SYMPA_USER?= sympa +SYMPA_GROUP?= sympa +SYMPA_VARBASE?= ${VARBASE}/sympa + +BUILD_DEFS+= SYMPA_USER SYMPA_GROUP SYMPA_VARBASE + +SYMPA_PREFIX= ${PREFIX}/sympa +SYMPA_SPOOL= ${SYMPA_VARBASE}/spool +SYMPA_BIN= ${SYMPA_PREFIX}/bin + +PKG_GROUPS= ${SYMPA_GROUP} +PKG_USERS= ${SYMPA_USER}:${SYMPA_GROUP}::Sympa\\ user:${SYMPA_VARBASE} + +.for d in sympa sympa/create_list_templates sympa/general_task_models \ + sympa/scenari sympa/task_models sympa/templates sympa/wws_templates +OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/${d} ${SYMPA_USER} ${SYMPA_GROUP} 755 +.endfor +OWN_DIRS_PERMS+= ${SYMPA_VARBASE} ${SYMPA_USER} ${SYMPA_GROUP} 770 +OWN_DIRS_PERMS+= ${SYMPA_VARBASE}/expl ${SYMPA_USER} ${SYMPA_GROUP} 770 +OWN_DIRS_PERMS+= ${SYMPA_VARBASE}/lock ${SYMPA_USER} ${SYMPA_GROUP} 770 +OWN_DIRS_PERMS+= ${SYMPA_VARBASE}/run ${SYMPA_USER} ${SYMPA_GROUP} 770 +OWN_DIRS_PERMS+= ${SYMPA_SPOOL} ${SYMPA_USER} ${SYMPA_GROUP} 770 +OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/msg ${SYMPA_USER} ${SYMPA_GROUP} 770 +OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/digest ${SYMPA_USER} ${SYMPA_GROUP} 770 +OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/moderation ${SYMPA_USER} ${SYMPA_GROUP} 770 +OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/expire ${SYMPA_USER} ${SYMPA_GROUP} 770 +OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/auth ${SYMPA_USER} ${SYMPA_GROUP} 770 +OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/outgoing ${SYMPA_USER} ${SYMPA_GROUP} 770 +OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/task ${SYMPA_USER} ${SYMPA_GROUP} 770 +OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/tmp ${SYMPA_USER} ${SYMPA_GROUP} 770 + +SPECIAL_PERMS+= ${SYMPA_BIN}/aliaswrapper ${ROOT_USER} ${SYMPA_GROUP} 4750 +SPECIAL_PERMS+= ${SYMPA_BIN}/bouncequeue ${SYMPA_USER} ${SYMPA_GROUP} 4755 +SPECIAL_PERMS+= ${SYMPA_BIN}/queue ${SYMPA_USER} ${SYMPA_GROUP} 4755 +SPECIAL_PERMS+= ${SYMPA_BIN}/virtualwrapper ${ROOT_USER} ${SYMPA_GROUP} 4750 + +# Which pkgsrc platforms support set-uid scripts? +#SPECIAL_PERMS+= ${SYMPA_BIN}/sympa_soap_server.fcgi ${SYMPA_USER} ${SYMPA_GROUP} 6755 +#SPECIAL_PERMS+= ${SYMPA_BIN}/wwsympa.fcgi ${SYMPA_USER} ${SYMPA_GROUP} 6755 + +MESSAGE_SUBST+= SYMPA_BIN=${SYMPA_BIN} + +INSTALLATION_DIRS+= share/doc/sympa + +.include "../../mk/bsd.prefs.mk" -# We do not support set-uid scripts... post-install: - ${CHMOD} ug-s ${PREFIX}/bin/wwsympa.fcgi +.if ${OPSYS} == "NetBSD" + : We do not support set-uid scripts... + ${CHMOD} ug-s ${SYMPA_BIN}/sympa_soap_server.fcgi + ${CHMOD} ug-s ${SYMPA_BIN}/wwsympa.fcgi +.endif + ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/sympa/NEWS .include "../../lang/perl5/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" - -PREFIX= ${LOCALBASE}/sympa diff --git a/mail/sympa/PLIST b/mail/sympa/PLIST index c9decd7030f..c46fb16c92a 100644 --- a/mail/sympa/PLIST +++ b/mail/sympa/PLIST @@ -1,1254 +1,1375 @@ -@comment $NetBSD: PLIST,v 1.2 2003/01/28 09:40:16 uebayasi Exp $ -bin/Archive.pm -bin/Commands.pm -bin/Conf.pm -bin/Language.pm -bin/Ldap.pm -bin/List.pm -bin/Log.pm -bin/Marc.pm -bin/Marc/Search.pm -bin/Message.pm -bin/Version.pm -bin/X509.pm -bin/alias_manager.pl -bin/aliaswrapper -bin/arc2webarc.pl -bin/archived.pl -bin/bounce-lib.pl -bin/bounced.pl -bin/bouncequeue -bin/cookielib.pm -bin/create_db.Oracle -bin/create_db.Pg -bin/create_db.Sybase -bin/create_db.mysql -bin/crypt_passwd.pl -bin/etc/ca-bundle.crt -bin/etc/create_list.conf -bin/etc/create_list_templates/discussion_list/comment -bin/etc/create_list_templates/discussion_list/config.tpl -bin/etc/create_list_templates/hotline/comment -bin/etc/create_list_templates/hotline/config.tpl -bin/etc/create_list_templates/html-news-letter/comment -bin/etc/create_list_templates/html-news-letter/config.tpl -bin/etc/create_list_templates/intranet_list/comment -bin/etc/create_list_templates/intranet_list/config.tpl -bin/etc/create_list_templates/news-letter/comment -bin/etc/create_list_templates/news-letter/config.tpl -bin/etc/create_list_templates/private_working_group/comment -bin/etc/create_list_templates/private_working_group/config.tpl -bin/etc/create_list_templates/public_web_forum/comment -bin/etc/create_list_templates/public_web_forum/config.tpl -bin/etc/edit_list.conf -bin/etc/global_task_models/chk_cert_expiration.daily.task -bin/etc/global_task_models/crl_update.daily.task -bin/etc/global_task_models/expire_bounce.daily.task -bin/etc/global_task_models/purge_user_table.monthly.task -bin/etc/list_aliases.tpl -bin/etc/list_task_models/expire.yearly.task -bin/etc/list_task_models/remind.2month.task -bin/etc/list_task_models/remind.monthly.task -bin/etc/list_task_models/remind.yearly.task -bin/etc/list_task_models/sync_include.ttl.task -bin/etc/mhonarc-ressources -bin/etc/mime.types -bin/etc/scenari/access_web_archive.closed -bin/etc/scenari/access_web_archive.intranet -bin/etc/scenari/access_web_archive.listmaster -bin/etc/scenari/access_web_archive.owner -bin/etc/scenari/access_web_archive.private -bin/etc/scenari/access_web_archive.public -bin/etc/scenari/add.auth -bin/etc/scenari/add.closed -bin/etc/scenari/add.default -bin/etc/scenari/add.owner -bin/etc/scenari/add.owner_notify -bin/etc/scenari/create_list.intranet -bin/etc/scenari/create_list.listmaster -bin/etc/scenari/create_list.public_listmaster -bin/etc/scenari/d_edit.default -bin/etc/scenari/d_edit.owner -bin/etc/scenari/d_edit.private -bin/etc/scenari/d_edit.public -bin/etc/scenari/d_read.default -bin/etc/scenari/d_read.owner -bin/etc/scenari/d_read.private -bin/etc/scenari/d_read.public -bin/etc/scenari/del.auth -bin/etc/scenari/del.closed -bin/etc/scenari/del.default -bin/etc/scenari/del.owner -bin/etc/scenari/del.owner_notify -bin/etc/scenari/edit_list.closed -bin/etc/scenari/edit_list.owner -bin/etc/scenari/global_remind.listmaster -bin/etc/scenari/info.default -bin/etc/scenari/info.open -bin/etc/scenari/info.private -bin/etc/scenari/invite.closed -bin/etc/scenari/invite.default -bin/etc/scenari/invite.owner -bin/etc/scenari/invite.private -bin/etc/scenari/invite.public -bin/etc/scenari/remind.default -bin/etc/scenari/remind.listmaster -bin/etc/scenari/remind.owner -bin/etc/scenari/review.closed -bin/etc/scenari/review.default -bin/etc/scenari/review.intranet -bin/etc/scenari/review.listmaster -bin/etc/scenari/review.owner -bin/etc/scenari/review.private -bin/etc/scenari/review.public -bin/etc/scenari/send.closed -bin/etc/scenari/send.default -bin/etc/scenari/send.editor -bin/etc/scenari/send.editorkey -bin/etc/scenari/send.editorkeyonly -bin/etc/scenari/send.editorkeyonlyauth -bin/etc/scenari/send.intranet -bin/etc/scenari/send.intranetorprivate -bin/etc/scenari/send.newsletter -bin/etc/scenari/send.newsletterkeyonly -bin/etc/scenari/send.private -bin/etc/scenari/send.private_smime -bin/etc/scenari/send.privateandeditorkey -bin/etc/scenari/send.privateandnomultipartoreditorkey -bin/etc/scenari/send.privatekey -bin/etc/scenari/send.privatekeyandeditorkeyonly -bin/etc/scenari/send.privateoreditorkey -bin/etc/scenari/send.privateorpublickey -bin/etc/scenari/send.public -bin/etc/scenari/send.public_nobcc -bin/etc/scenari/send.publickey -bin/etc/scenari/send.publicnoattachment -bin/etc/scenari/send.publicnomultipart -bin/etc/scenari/subscribe.auth -bin/etc/scenari/subscribe.auth_notify -bin/etc/scenari/subscribe.auth_owner -bin/etc/scenari/subscribe.closed -bin/etc/scenari/subscribe.default -bin/etc/scenari/subscribe.intranet -bin/etc/scenari/subscribe.intranetorowner -bin/etc/scenari/subscribe.open -bin/etc/scenari/subscribe.open_notify -bin/etc/scenari/subscribe.open_quiet -bin/etc/scenari/subscribe.owner -bin/etc/scenari/subscribe.smime -bin/etc/scenari/subscribe.smimeorowner -bin/etc/scenari/topics_visibility.conceal -bin/etc/scenari/topics_visibility.default -bin/etc/scenari/topics_visibility.identified -bin/etc/scenari/topics_visibility.noconceal -bin/etc/scenari/unsubscribe.auth -bin/etc/scenari/unsubscribe.auth_notify -bin/etc/scenari/unsubscribe.closed -bin/etc/scenari/unsubscribe.default -bin/etc/scenari/unsubscribe.open -bin/etc/scenari/unsubscribe.open_notify -bin/etc/scenari/unsubscribe.owner -bin/etc/scenari/visibility.conceal -bin/etc/scenari/visibility.default -bin/etc/scenari/visibility.intranet -bin/etc/scenari/visibility.noconceal -bin/etc/scenari/visibility.private -bin/etc/scenari/visibility.secret -bin/etc/templates/bye.cz.tpl -bin/etc/templates/bye.de.tpl -bin/etc/templates/bye.es.tpl -bin/etc/templates/bye.et.tpl -bin/etc/templates/bye.fi.tpl -bin/etc/templates/bye.fr.tpl -bin/etc/templates/bye.hu.tpl -bin/etc/templates/bye.it.tpl -bin/etc/templates/bye.nl.tpl -bin/etc/templates/bye.pl.tpl -bin/etc/templates/bye.pt.tpl -bin/etc/templates/bye.ro.tpl -bin/etc/templates/bye.tpl -bin/etc/templates/bye.us.tpl -bin/etc/templates/certif_warning.et.tpl -bin/etc/templates/certif_warning.fi.tpl -bin/etc/templates/certif_warning.fr.tpl -bin/etc/templates/certif_warning.nl.tpl -bin/etc/templates/certif_warning.ro.tpl -bin/etc/templates/certif_warning.tpl -bin/etc/templates/certif_warning.us.tpl -bin/etc/templates/expire_deletion.et.tpl -bin/etc/templates/expire_deletion.fi.tpl -bin/etc/templates/expire_deletion.fr.tpl -bin/etc/templates/expire_deletion.nl.tpl -bin/etc/templates/expire_deletion.ro.tpl -bin/etc/templates/expire_deletion.tpl -bin/etc/templates/expire_deletion.us.tpl -bin/etc/templates/expire_warning1.et.tpl -bin/etc/templates/expire_warning1.fi.tpl -bin/etc/templates/expire_warning1.fr.tpl -bin/etc/templates/expire_warning1.nl.tpl -bin/etc/templates/expire_warning1.ro.tpl -bin/etc/templates/expire_warning1.tpl -bin/etc/templates/expire_warning1.us.tpl -bin/etc/templates/expire_warning2.et.tpl -bin/etc/templates/expire_warning2.fi.tpl -bin/etc/templates/expire_warning2.fr.tpl -bin/etc/templates/expire_warning2.nl.tpl -bin/etc/templates/expire_warning2.ro.tpl -bin/etc/templates/expire_warning2.tpl -bin/etc/templates/expire_warning2.us.tpl -bin/etc/templates/global_remind.cz.tpl -bin/etc/templates/global_remind.de.tpl -bin/etc/templates/global_remind.es.tpl -bin/etc/templates/global_remind.et.tpl -bin/etc/templates/global_remind.fi.tpl -bin/etc/templates/global_remind.fr.tpl -bin/etc/templates/global_remind.hu.tpl -bin/etc/templates/global_remind.it.tpl -bin/etc/templates/global_remind.nl.tpl -bin/etc/templates/global_remind.pl.tpl -bin/etc/templates/global_remind.pt.tpl -bin/etc/templates/global_remind.ro.tpl -bin/etc/templates/global_remind.tpl -bin/etc/templates/global_remind.us.tpl -bin/etc/templates/helpfile.cz.tpl -bin/etc/templates/helpfile.de.tpl -bin/etc/templates/helpfile.es.tpl -bin/etc/templates/helpfile.et.tpl -bin/etc/templates/helpfile.fi.tpl -bin/etc/templates/helpfile.fr.tpl -bin/etc/templates/helpfile.hu.tpl -bin/etc/templates/helpfile.it.tpl -bin/etc/templates/helpfile.nl.tpl -bin/etc/templates/helpfile.pl.tpl -bin/etc/templates/helpfile.pt.tpl -bin/etc/templates/helpfile.ro.tpl -bin/etc/templates/helpfile.tpl -bin/etc/templates/helpfile.us.tpl -bin/etc/templates/info_report.cz.tpl -bin/etc/templates/info_report.de.tpl -bin/etc/templates/info_report.es.tpl -bin/etc/templates/info_report.et.tpl -bin/etc/templates/info_report.fi.tpl -bin/etc/templates/info_report.fr.tpl -bin/etc/templates/info_report.hu.tpl -bin/etc/templates/info_report.it.tpl -bin/etc/templates/info_report.nl.tpl -bin/etc/templates/info_report.pl.tpl -bin/etc/templates/info_report.ro.tpl -bin/etc/templates/info_report.tpl -bin/etc/templates/info_report.us.tpl -bin/etc/templates/invite.cz.tpl -bin/etc/templates/invite.de.tpl -bin/etc/templates/invite.es.tpl -bin/etc/templates/invite.et.tpl -bin/etc/templates/invite.fi.tpl -bin/etc/templates/invite.fr.tpl -bin/etc/templates/invite.hu.tpl -bin/etc/templates/invite.it.tpl -bin/etc/templates/invite.nl.tpl -bin/etc/templates/invite.pl.tpl -bin/etc/templates/invite.pt.tpl -bin/etc/templates/invite.ro.tpl -bin/etc/templates/invite.tpl -bin/etc/templates/invite.us.tpl -bin/etc/templates/list_created.et.tpl -bin/etc/templates/list_created.fi.tpl -bin/etc/templates/list_created.fr.tpl -bin/etc/templates/list_created.nl.tpl -bin/etc/templates/list_created.ro.tpl -bin/etc/templates/list_created.tpl -bin/etc/templates/list_created.us.tpl -bin/etc/templates/list_unknown.et.tpl -bin/etc/templates/list_unknown.fi.tpl -bin/etc/templates/list_unknown.nl.tpl -bin/etc/templates/list_unknown.ro.tpl -bin/etc/templates/list_unknown.tpl -bin/etc/templates/list_unknown.us.tpl -bin/etc/templates/listmaster_notification.et.tpl -bin/etc/templates/listmaster_notification.fi.tpl -bin/etc/templates/listmaster_notification.fr.tpl -bin/etc/templates/listmaster_notification.nl.tpl -bin/etc/templates/listmaster_notification.tpl -bin/etc/templates/listmaster_notification.us.tpl -bin/etc/templates/listowner_notification.fi.tpl -bin/etc/templates/listowner_notification.fr.tpl -bin/etc/templates/listowner_notification.nl.tpl -bin/etc/templates/listowner_notification.tpl -bin/etc/templates/listowner_notification.us.tpl -bin/etc/templates/listowner_notification2.ro.tpl -bin/etc/templates/lists.cz.tpl -bin/etc/templates/lists.de.tpl -bin/etc/templates/lists.es.tpl -bin/etc/templates/lists.et.tpl -bin/etc/templates/lists.fi.tpl -bin/etc/templates/lists.fr.tpl -bin/etc/templates/lists.hu.tpl -bin/etc/templates/lists.it.tpl -bin/etc/templates/lists.nl.tpl -bin/etc/templates/lists.pt.tpl -bin/etc/templates/lists.ro.tpl -bin/etc/templates/lists.tpl -bin/etc/templates/lists.us.tpl -bin/etc/templates/moderate.cz.tpl -bin/etc/templates/moderate.de.tpl -bin/etc/templates/moderate.es.tpl -bin/etc/templates/moderate.et.tpl -bin/etc/templates/moderate.fi.tpl -bin/etc/templates/moderate.fr.tpl -bin/etc/templates/moderate.hu.tpl -bin/etc/templates/moderate.it.tpl -bin/etc/templates/moderate.nl.tpl -bin/etc/templates/moderate.pl.tpl -bin/etc/templates/moderate.ro.tpl -bin/etc/templates/moderate.tpl -bin/etc/templates/moderate.us.tpl -bin/etc/templates/modindex.cz.tpl -bin/etc/templates/modindex.de.tpl -bin/etc/templates/modindex.es.tpl -bin/etc/templates/modindex.et.tpl -bin/etc/templates/modindex.fi.tpl -bin/etc/templates/modindex.fr.tpl -bin/etc/templates/modindex.hu.tpl -bin/etc/templates/modindex.it.tpl -bin/etc/templates/modindex.nl.tpl -bin/etc/templates/modindex.pl.tpl -bin/etc/templates/modindex.ro.tpl -bin/etc/templates/modindex.tpl -bin/etc/templates/modindex.us.tpl -bin/etc/templates/reject.cz.tpl -bin/etc/templates/reject.de.tpl -bin/etc/templates/reject.es.tpl -bin/etc/templates/reject.et.tpl -bin/etc/templates/reject.fi.tpl -bin/etc/templates/reject.fr.tpl -bin/etc/templates/reject.hu.tpl -bin/etc/templates/reject.nl.tpl -bin/etc/templates/reject.pl.tpl -bin/etc/templates/reject.pt.tpl -bin/etc/templates/reject.ro.tpl -bin/etc/templates/reject.tpl -bin/etc/templates/reject.us.tpl -bin/etc/templates/remind.cz.tpl -bin/etc/templates/remind.de.tpl -bin/etc/templates/remind.es.tpl -bin/etc/templates/remind.et.tpl -bin/etc/templates/remind.fi.tpl -bin/etc/templates/remind.fr.tpl -bin/etc/templates/remind.hu.tpl -bin/etc/templates/remind.it.tpl -bin/etc/templates/remind.nl.tpl -bin/etc/templates/remind.pl.tpl -bin/etc/templates/remind.pt.tpl -bin/etc/templates/remind.ro.tpl -bin/etc/templates/remind.tpl -bin/etc/templates/remind.us.tpl -bin/etc/templates/removed.cz.tpl -bin/etc/templates/removed.de.tpl -bin/etc/templates/removed.es.tpl -bin/etc/templates/removed.et.tpl -bin/etc/templates/removed.fi.tpl -bin/etc/templates/removed.fr.tpl -bin/etc/templates/removed.hu.tpl -bin/etc/templates/removed.it.tpl -bin/etc/templates/removed.nl.tpl -bin/etc/templates/removed.pl.tpl -bin/etc/templates/removed.pt.tpl -bin/etc/templates/removed.ro.tpl -bin/etc/templates/removed.tpl -bin/etc/templates/removed.us.tpl -bin/etc/templates/review.cz.tpl -bin/etc/templates/review.de.tpl -bin/etc/templates/review.es.tpl -bin/etc/templates/review.et.tpl -bin/etc/templates/review.fi.tpl -bin/etc/templates/review.fr.tpl -bin/etc/templates/review.hu.tpl -bin/etc/templates/review.it.tpl -bin/etc/templates/review.nl.tpl -bin/etc/templates/review.pl.tpl -bin/etc/templates/review.ro.tpl -bin/etc/templates/review.tpl -bin/etc/templates/review.us.tpl -bin/etc/templates/sendpasswd.cn.tpl -bin/etc/templates/sendpasswd.cz.tpl -bin/etc/templates/sendpasswd.de.tpl -bin/etc/templates/sendpasswd.es.tpl -bin/etc/templates/sendpasswd.et.tpl -bin/etc/templates/sendpasswd.fi.tpl -bin/etc/templates/sendpasswd.fr.tpl -bin/etc/templates/sendpasswd.hu.tpl -bin/etc/templates/sendpasswd.it.tpl -bin/etc/templates/sendpasswd.nl.tpl -bin/etc/templates/sendpasswd.ro.tpl -bin/etc/templates/sendpasswd.tpl -bin/etc/templates/sendpasswd.us.tpl -bin/etc/templates/stats_report.cz.tpl -bin/etc/templates/stats_report.de.tpl -bin/etc/templates/stats_report.es.tpl -bin/etc/templates/stats_report.et.tpl -bin/etc/templates/stats_report.fi.tpl -bin/etc/templates/stats_report.fr.tpl -bin/etc/templates/stats_report.hu.tpl -bin/etc/templates/stats_report.it.tpl -bin/etc/templates/stats_report.nl.tpl -bin/etc/templates/stats_report.pl.tpl -bin/etc/templates/stats_report.ro.tpl -bin/etc/templates/stats_report.tpl -bin/etc/templates/stats_report.us.tpl -bin/etc/templates/summary.et.tpl -bin/etc/templates/summary.fi.tpl -bin/etc/templates/summary.nl.tpl -bin/etc/templates/summary.ro.tpl -bin/etc/templates/summary.tpl -bin/etc/templates/summary.us.tpl -bin/etc/templates/welcome.cz.tpl -bin/etc/templates/welcome.de.tpl -bin/etc/templates/welcome.es.tpl -bin/etc/templates/welcome.et.tpl -bin/etc/templates/welcome.fi.tpl -bin/etc/templates/welcome.fr.tpl -bin/etc/templates/welcome.hu.tpl -bin/etc/templates/welcome.it.tpl -bin/etc/templates/welcome.nl.tpl -bin/etc/templates/welcome.pl.tpl -bin/etc/templates/welcome.pt.tpl -bin/etc/templates/welcome.ro.tpl -bin/etc/templates/welcome.tpl -bin/etc/templates/welcome.us.tpl -bin/etc/templates/x509-user-cert-missing.cz.tpl -bin/etc/templates/x509-user-cert-missing.de.tpl -bin/etc/templates/x509-user-cert-missing.et.tpl -bin/etc/templates/x509-user-cert-missing.fi.tpl -bin/etc/templates/x509-user-cert-missing.fr.tpl -bin/etc/templates/x509-user-cert-missing.hu.tpl -bin/etc/templates/x509-user-cert-missing.nl.tpl -bin/etc/templates/x509-user-cert-missing.ro.tpl -bin/etc/templates/x509-user-cert-missing.tpl -bin/etc/templates/x509-user-cert-missing.us.tpl -bin/etc/templates/your_infected_msg.de.tpl -bin/etc/templates/your_infected_msg.et.tpl -bin/etc/templates/your_infected_msg.fi.tpl -bin/etc/templates/your_infected_msg.fr.tpl -bin/etc/templates/your_infected_msg.it.tpl -bin/etc/templates/your_infected_msg.nl.tpl -bin/etc/templates/your_infected_msg.ro.tpl -bin/etc/templates/your_infected_msg.tpl -bin/etc/templates/your_infected_msg.us.tpl -bin/etc/wws_templates/add_request.cn.tpl -bin/etc/wws_templates/add_request.cz.tpl -bin/etc/wws_templates/add_request.de.tpl -bin/etc/wws_templates/add_request.es.tpl -bin/etc/wws_templates/add_request.et.tpl -bin/etc/wws_templates/add_request.fi.tpl -bin/etc/wws_templates/add_request.fr.tpl -bin/etc/wws_templates/add_request.hu.tpl -bin/etc/wws_templates/add_request.it.tpl -bin/etc/wws_templates/add_request.nl.tpl -bin/etc/wws_templates/add_request.ro.tpl -bin/etc/wws_templates/add_request.tpl -bin/etc/wws_templates/add_request.us.tpl -bin/etc/wws_templates/admin.cn.tpl -bin/etc/wws_templates/admin.cz.tpl -bin/etc/wws_templates/admin.de.tpl -bin/etc/wws_templates/admin.es.tpl -bin/etc/wws_templates/admin.et.tpl -bin/etc/wws_templates/admin.fi.tpl -bin/etc/wws_templates/admin.fr.tpl -bin/etc/wws_templates/admin.hu.tpl -bin/etc/wws_templates/admin.it.tpl -bin/etc/wws_templates/admin.ro.tpl -bin/etc/wws_templates/admin.tpl -bin/etc/wws_templates/admin.us.tpl -bin/etc/wws_templates/admin_menu.cn.tpl -bin/etc/wws_templates/admin_menu.cz.tpl -bin/etc/wws_templates/admin_menu.de.tpl -bin/etc/wws_templates/admin_menu.es.tpl -bin/etc/wws_templates/admin_menu.et.tpl -bin/etc/wws_templates/admin_menu.fi.tpl -bin/etc/wws_templates/admin_menu.fr.tpl -bin/etc/wws_templates/admin_menu.hu.tpl -bin/etc/wws_templates/admin_menu.it.tpl -bin/etc/wws_templates/admin_menu.nl.tpl -bin/etc/wws_templates/admin_menu.ro.tpl -bin/etc/wws_templates/admin_menu.tpl -bin/etc/wws_templates/admin_menu.us.tpl -bin/etc/wws_templates/arc.cn.tpl -bin/etc/wws_templates/arc.cz.tpl -bin/etc/wws_templates/arc.de.tpl -bin/etc/wws_templates/arc.es.tpl -bin/etc/wws_templates/arc.et.tpl -bin/etc/wws_templates/arc.fi.tpl -bin/etc/wws_templates/arc.fr.tpl -bin/etc/wws_templates/arc.hu.tpl -bin/etc/wws_templates/arc.it.tpl -bin/etc/wws_templates/arc.nl.tpl -bin/etc/wws_templates/arc.ro.tpl -bin/etc/wws_templates/arc.tpl -bin/etc/wws_templates/arc.us.tpl -bin/etc/wws_templates/arc_protect.cn.tpl -bin/etc/wws_templates/arc_protect.cz.tpl -bin/etc/wws_templates/arc_protect.de.tpl -bin/etc/wws_templates/arc_protect.es.tpl -bin/etc/wws_templates/arc_protect.et.tpl -bin/etc/wws_templates/arc_protect.fi.tpl -bin/etc/wws_templates/arc_protect.fr.tpl -bin/etc/wws_templates/arc_protect.hu.tpl -bin/etc/wws_templates/arc_protect.it.tpl -bin/etc/wws_templates/arc_protect.nl.tpl -bin/etc/wws_templates/arc_protect.ro.tpl -bin/etc/wws_templates/arc_protect.tpl -bin/etc/wws_templates/arc_protect.us.tpl -bin/etc/wws_templates/arcsearch.cn.tpl -bin/etc/wws_templates/arcsearch.cz.tpl -bin/etc/wws_templates/arcsearch.de.tpl -bin/etc/wws_templates/arcsearch.es.tpl -bin/etc/wws_templates/arcsearch.et.tpl -bin/etc/wws_templates/arcsearch.fi.tpl -bin/etc/wws_templates/arcsearch.fr.tpl -bin/etc/wws_templates/arcsearch.hu.tpl -bin/etc/wws_templates/arcsearch.it.tpl -bin/etc/wws_templates/arcsearch.nl.tpl -bin/etc/wws_templates/arcsearch.ro.tpl -bin/etc/wws_templates/arcsearch.tpl -bin/etc/wws_templates/arcsearch.us.tpl -bin/etc/wws_templates/arcsearch_form.cn.tpl -bin/etc/wws_templates/arcsearch_form.cz.tpl -bin/etc/wws_templates/arcsearch_form.de.tpl -bin/etc/wws_templates/arcsearch_form.es.tpl -bin/etc/wws_templates/arcsearch_form.et.tpl -bin/etc/wws_templates/arcsearch_form.fi.tpl -bin/etc/wws_templates/arcsearch_form.fr.tpl -bin/etc/wws_templates/arcsearch_form.hu.tpl -bin/etc/wws_templates/arcsearch_form.it.tpl -bin/etc/wws_templates/arcsearch_form.nl.tpl -bin/etc/wws_templates/arcsearch_form.ro.tpl -bin/etc/wws_templates/arcsearch_form.tpl -bin/etc/wws_templates/arcsearch_form.us.tpl -bin/etc/wws_templates/button_footer.fi.tpl -bin/etc/wws_templates/button_footer.tpl -bin/etc/wws_templates/button_footer.us.tpl -bin/etc/wws_templates/button_header.fi.tpl -bin/etc/wws_templates/button_header.tpl -bin/etc/wws_templates/button_header.us.tpl -bin/etc/wws_templates/change_email.cn.tpl -bin/etc/wws_templates/change_email.cz.tpl -bin/etc/wws_templates/change_email.de.tpl -bin/etc/wws_templates/change_email.es.tpl -bin/etc/wws_templates/change_email.et.tpl -bin/etc/wws_templates/change_email.fi.tpl -bin/etc/wws_templates/change_email.fr.tpl -bin/etc/wws_templates/change_email.hu.tpl -bin/etc/wws_templates/change_email.it.tpl -bin/etc/wws_templates/change_email.nl.tpl -bin/etc/wws_templates/change_email.ro.tpl -bin/etc/wws_templates/change_email.tpl -bin/etc/wws_templates/change_email.us.tpl -bin/etc/wws_templates/choosepasswd.cn.tpl -bin/etc/wws_templates/choosepasswd.cz.tpl -bin/etc/wws_templates/choosepasswd.de.tpl -bin/etc/wws_templates/choosepasswd.es.tpl -bin/etc/wws_templates/choosepasswd.et.tpl -bin/etc/wws_templates/choosepasswd.fi.tpl -bin/etc/wws_templates/choosepasswd.fr.tpl -bin/etc/wws_templates/choosepasswd.hu.tpl -bin/etc/wws_templates/choosepasswd.it.tpl -bin/etc/wws_templates/choosepasswd.nl.tpl -bin/etc/wws_templates/choosepasswd.ro.tpl -bin/etc/wws_templates/choosepasswd.tpl -bin/etc/wws_templates/choosepasswd.us.tpl -bin/etc/wws_templates/close_list.cn.tpl -bin/etc/wws_templates/close_list.cz.tpl -bin/etc/wws_templates/close_list.de.tpl -bin/etc/wws_templates/close_list.es.tpl -bin/etc/wws_templates/close_list.et.tpl -bin/etc/wws_templates/close_list.fi.tpl -bin/etc/wws_templates/close_list.fr.tpl -bin/etc/wws_templates/close_list.hu.tpl -bin/etc/wws_templates/close_list.it.tpl -bin/etc/wws_templates/close_list.nl.tpl -bin/etc/wws_templates/close_list.ro.tpl -bin/etc/wws_templates/close_list.tpl -bin/etc/wws_templates/close_list.us.tpl -bin/etc/wws_templates/close_list_request.es.tpl -bin/etc/wws_templates/compose_mail.cn.tpl -bin/etc/wws_templates/compose_mail.cz.tpl -bin/etc/wws_templates/compose_mail.de.tpl -bin/etc/wws_templates/compose_mail.es.tpl -bin/etc/wws_templates/compose_mail.et.tpl -bin/etc/wws_templates/compose_mail.fi.tpl -bin/etc/wws_templates/compose_mail.fr.tpl -bin/etc/wws_templates/compose_mail.hu.tpl -bin/etc/wws_templates/compose_mail.nl.tpl -bin/etc/wws_templates/compose_mail.ro.tpl -bin/etc/wws_templates/compose_mail.tpl -bin/etc/wws_templates/compose_mail.us.tpl -bin/etc/wws_templates/create_list.cn.tpl -bin/etc/wws_templates/create_list.cz.tpl -bin/etc/wws_templates/create_list.de.tpl -bin/etc/wws_templates/create_list.es.tpl -bin/etc/wws_templates/create_list.et.tpl -bin/etc/wws_templates/create_list.fi.tpl -bin/etc/wws_templates/create_list.fr.tpl -bin/etc/wws_templates/create_list.hu.tpl -bin/etc/wws_templates/create_list.it.tpl -bin/etc/wws_templates/create_list.nl.tpl -bin/etc/wws_templates/create_list.ro.tpl -bin/etc/wws_templates/create_list.tpl -bin/etc/wws_templates/create_list.us.tpl -bin/etc/wws_templates/create_list_request.cn.tpl -bin/etc/wws_templates/create_list_request.cz.tpl -bin/etc/wws_templates/create_list_request.de.tpl -bin/etc/wws_templates/create_list_request.es.tpl -bin/etc/wws_templates/create_list_request.et.tpl -bin/etc/wws_templates/create_list_request.fi.tpl -bin/etc/wws_templates/create_list_request.fr.tpl -bin/etc/wws_templates/create_list_request.hu.tpl -bin/etc/wws_templates/create_list_request.it.tpl -bin/etc/wws_templates/create_list_request.nl.tpl -bin/etc/wws_templates/create_list_request.ro.tpl -bin/etc/wws_templates/create_list_request.tpl -bin/etc/wws_templates/create_list_request.us.tpl -bin/etc/wws_templates/d_control.cn.tpl -bin/etc/wws_templates/d_control.cz.tpl -bin/etc/wws_templates/d_control.de.tpl -bin/etc/wws_templates/d_control.es.tpl -bin/etc/wws_templates/d_control.et.tpl -bin/etc/wws_templates/d_control.fi.tpl -bin/etc/wws_templates/d_control.fr.tpl -bin/etc/wws_templates/d_control.hu.tpl -bin/etc/wws_templates/d_control.it.tpl -bin/etc/wws_templates/d_control.nl.tpl -bin/etc/wws_templates/d_control.ro.tpl -bin/etc/wws_templates/d_control.tpl -bin/etc/wws_templates/d_control.us.tpl -bin/etc/wws_templates/d_editfile.cn.tpl -bin/etc/wws_templates/d_editfile.cz.tpl -bin/etc/wws_templates/d_editfile.de.tpl -bin/etc/wws_templates/d_editfile.es.tpl -bin/etc/wws_templates/d_editfile.et.tpl -bin/etc/wws_templates/d_editfile.fi.tpl -bin/etc/wws_templates/d_editfile.fr.tpl -bin/etc/wws_templates/d_editfile.hu.tpl -bin/etc/wws_templates/d_editfile.it.tpl -bin/etc/wws_templates/d_editfile.nl.tpl -bin/etc/wws_templates/d_editfile.ro.tpl -bin/etc/wws_templates/d_editfile.tpl -bin/etc/wws_templates/d_editfile.us.tpl -bin/etc/wws_templates/d_read.cn.tpl -bin/etc/wws_templates/d_read.cz.tpl -bin/etc/wws_templates/d_read.de.tpl -bin/etc/wws_templates/d_read.es.tpl -bin/etc/wws_templates/d_read.et.tpl -bin/etc/wws_templates/d_read.fi.tpl -bin/etc/wws_templates/d_read.fr.tpl -bin/etc/wws_templates/d_read.hu.tpl -bin/etc/wws_templates/d_read.it.tpl -bin/etc/wws_templates/d_read.nl.tpl -bin/etc/wws_templates/d_read.ro.tpl -bin/etc/wws_templates/d_read.tpl -bin/etc/wws_templates/d_read.us.tpl -bin/etc/wws_templates/edit_list_request.cn.tpl -bin/etc/wws_templates/edit_list_request.cz.tpl -bin/etc/wws_templates/edit_list_request.de.tpl -bin/etc/wws_templates/edit_list_request.es.tpl -bin/etc/wws_templates/edit_list_request.et.tpl -bin/etc/wws_templates/edit_list_request.fi.tpl -bin/etc/wws_templates/edit_list_request.fr.tpl -bin/etc/wws_templates/edit_list_request.hu.tpl -bin/etc/wws_templates/edit_list_request.it.tpl -bin/etc/wws_templates/edit_list_request.nl.tpl -bin/etc/wws_templates/edit_list_request.ro.tpl -bin/etc/wws_templates/edit_list_request.tpl -bin/etc/wws_templates/edit_list_request.us.tpl -bin/etc/wws_templates/editfile.cn.tpl -bin/etc/wws_templates/editfile.cz.tpl -bin/etc/wws_templates/editfile.de.tpl -bin/etc/wws_templates/editfile.es.tpl -bin/etc/wws_templates/editfile.et.tpl -bin/etc/wws_templates/editfile.fi.tpl -bin/etc/wws_templates/editfile.fr.tpl -bin/etc/wws_templates/editfile.hu.tpl -bin/etc/wws_templates/editfile.it.tpl -bin/etc/wws_templates/editfile.nl.tpl -bin/etc/wws_templates/editfile.ro.tpl -bin/etc/wws_templates/editfile.tpl -bin/etc/wws_templates/editfile.us.tpl -bin/etc/wws_templates/editsubscriber.cn.tpl -bin/etc/wws_templates/editsubscriber.cz.tpl -bin/etc/wws_templates/editsubscriber.de.tpl -bin/etc/wws_templates/editsubscriber.es.tpl -bin/etc/wws_templates/editsubscriber.et.tpl -bin/etc/wws_templates/editsubscriber.fi.tpl -bin/etc/wws_templates/editsubscriber.fr.tpl -bin/etc/wws_templates/editsubscriber.hu.tpl -bin/etc/wws_templates/editsubscriber.it.tpl -bin/etc/wws_templates/editsubscriber.nl.tpl -bin/etc/wws_templates/editsubscriber.ro.tpl -bin/etc/wws_templates/editsubscriber.tpl -bin/etc/wws_templates/editsubscriber.us.tpl -bin/etc/wws_templates/error.cn.tpl -bin/etc/wws_templates/error.cz.tpl -bin/etc/wws_templates/error.de.tpl -bin/etc/wws_templates/error.es.tpl -bin/etc/wws_templates/error.et.tpl -bin/etc/wws_templates/error.fi.tpl -bin/etc/wws_templates/error.fr.tpl -bin/etc/wws_templates/error.hu.tpl -bin/etc/wws_templates/error.it.tpl -bin/etc/wws_templates/error.nl.tpl -bin/etc/wws_templates/error.ro.tpl -bin/etc/wws_templates/error.tpl -bin/etc/wws_templates/error.us.tpl -bin/etc/wws_templates/get_closed_lists.es.tpl -bin/etc/wws_templates/get_closed_lists.et.tpl -bin/etc/wws_templates/get_closed_lists.fi.tpl -bin/etc/wws_templates/get_closed_lists.nl.tpl -bin/etc/wws_templates/get_closed_lists.ro.tpl -bin/etc/wws_templates/get_closed_lists.tpl -bin/etc/wws_templates/get_closed_lists.us.tpl -bin/etc/wws_templates/get_latest_lists.es.tpl -bin/etc/wws_templates/get_latest_lists.et.tpl -bin/etc/wws_templates/get_latest_lists.fi.tpl -bin/etc/wws_templates/get_latest_lists.nl.tpl -bin/etc/wws_templates/get_latest_lists.ro.tpl -bin/etc/wws_templates/get_latest_lists.tpl -bin/etc/wws_templates/get_latest_lists.us.tpl -bin/etc/wws_templates/get_pending_lists.cn.tpl -bin/etc/wws_templates/get_pending_lists.cz.tpl -bin/etc/wws_templates/get_pending_lists.de.tpl -bin/etc/wws_templates/get_pending_lists.es.tpl -bin/etc/wws_templates/get_pending_lists.et.tpl -bin/etc/wws_templates/get_pending_lists.fi.tpl -bin/etc/wws_templates/get_pending_lists.fr.tpl -bin/etc/wws_templates/get_pending_lists.hu.tpl -bin/etc/wws_templates/get_pending_lists.it.tpl -bin/etc/wws_templates/get_pending_lists.nl.tpl -bin/etc/wws_templates/get_pending_lists.ro.tpl -bin/etc/wws_templates/get_pending_lists.tpl -bin/etc/wws_templates/get_pending_lists.us.tpl -bin/etc/wws_templates/help.cn.tpl -bin/etc/wws_templates/help.cz.tpl -bin/etc/wws_templates/help.de.tpl -bin/etc/wws_templates/help.es.tpl -bin/etc/wws_templates/help.et.tpl -bin/etc/wws_templates/help.fi.tpl -bin/etc/wws_templates/help.fr.tpl -bin/etc/wws_templates/help.hu.tpl -bin/etc/wws_templates/help.it.tpl -bin/etc/wws_templates/help.nl.tpl -bin/etc/wws_templates/help.ro.tpl -bin/etc/wws_templates/help.tpl -bin/etc/wws_templates/help.us.tpl -bin/etc/wws_templates/help_admin.cn.tpl -bin/etc/wws_templates/help_admin.cz.tpl -bin/etc/wws_templates/help_admin.de.tpl -bin/etc/wws_templates/help_admin.es.tpl -bin/etc/wws_templates/help_admin.et.tpl -bin/etc/wws_templates/help_admin.fi.tpl -bin/etc/wws_templates/help_admin.fr.tpl -bin/etc/wws_templates/help_admin.hu.tpl -bin/etc/wws_templates/help_admin.it.tpl -bin/etc/wws_templates/help_admin.nl.tpl -bin/etc/wws_templates/help_admin.ro.tpl -bin/etc/wws_templates/help_admin.tpl -bin/etc/wws_templates/help_admin.us.tpl -bin/etc/wws_templates/help_editfile.cn.tpl -bin/etc/wws_templates/help_editfile.cz.tpl -bin/etc/wws_templates/help_editfile.de.tpl -bin/etc/wws_templates/help_editfile.es.tpl -bin/etc/wws_templates/help_editfile.et.tpl -bin/etc/wws_templates/help_editfile.fi.tpl -bin/etc/wws_templates/help_editfile.fr.tpl -bin/etc/wws_templates/help_editfile.hu.tpl -bin/etc/wws_templates/help_editfile.it.tpl -bin/etc/wws_templates/help_editfile.nl.tpl -bin/etc/wws_templates/help_editfile.ro.tpl -bin/etc/wws_templates/help_editfile.tpl -bin/etc/wws_templates/help_editfile.us.tpl -bin/etc/wws_templates/help_editlist.cn.tpl -bin/etc/wws_templates/help_editlist.cz.tpl -bin/etc/wws_templates/help_editlist.de.tpl -bin/etc/wws_templates/help_editlist.es.tpl -bin/etc/wws_templates/help_editlist.et.tpl -bin/etc/wws_templates/help_editlist.fi.tpl -bin/etc/wws_templates/help_editlist.fr.tpl -bin/etc/wws_templates/help_editlist.hu.tpl -bin/etc/wws_templates/help_editlist.it.tpl -bin/etc/wws_templates/help_editlist.nl.tpl -bin/etc/wws_templates/help_editlist.ro.tpl -bin/etc/wws_templates/help_editlist.tpl -bin/etc/wws_templates/help_editlist.us.tpl -bin/etc/wws_templates/help_user_options.es.tpl -bin/etc/wws_templates/help_user_options.et.tpl -bin/etc/wws_templates/help_user_options.fi.tpl -bin/etc/wws_templates/help_user_options.fr.tpl -bin/etc/wws_templates/help_user_options.nl.tpl -bin/etc/wws_templates/help_user_options.ro.tpl -bin/etc/wws_templates/help_user_options.tpl -bin/etc/wws_templates/help_user_options.us.tpl -bin/etc/wws_templates/home.cn.tpl -bin/etc/wws_templates/home.cz.tpl -bin/etc/wws_templates/home.de.tpl -bin/etc/wws_templates/home.es.tpl -bin/etc/wws_templates/home.et.tpl -bin/etc/wws_templates/home.fi.tpl -bin/etc/wws_templates/home.fr.tpl -bin/etc/wws_templates/home.hu.tpl -bin/etc/wws_templates/home.it.tpl -bin/etc/wws_templates/home.nl.tpl -bin/etc/wws_templates/home.ro.tpl -bin/etc/wws_templates/home.tpl -bin/etc/wws_templates/home.us.tpl -bin/etc/wws_templates/info.de.tpl -bin/etc/wws_templates/info.fi.tpl -bin/etc/wws_templates/info.tpl -bin/etc/wws_templates/info.us.tpl -bin/etc/wws_templates/install_pending_list.cn.tpl -bin/etc/wws_templates/install_pending_list.cz.tpl -bin/etc/wws_templates/install_pending_list.de.tpl -bin/etc/wws_templates/install_pending_list.es.tpl -bin/etc/wws_templates/install_pending_list.et.tpl -bin/etc/wws_templates/install_pending_list.fi.tpl -bin/etc/wws_templates/install_pending_list.fr.tpl -bin/etc/wws_templates/install_pending_list.hu.tpl -bin/etc/wws_templates/install_pending_list.it.tpl -bin/etc/wws_templates/install_pending_list.nl.tpl -bin/etc/wws_templates/install_pending_list.ro.tpl -bin/etc/wws_templates/install_pending_list.tpl -bin/etc/wws_templates/install_pending_list.us.tpl -bin/etc/wws_templates/list_button_footer.fi.tpl -bin/etc/wws_templates/list_button_footer.tpl -bin/etc/wws_templates/list_button_footer.us.tpl -bin/etc/wws_templates/list_button_header.fi.tpl -bin/etc/wws_templates/list_button_header.tpl -bin/etc/wws_templates/list_button_header.us.tpl -bin/etc/wws_templates/list_menu.cn.tpl -bin/etc/wws_templates/list_menu.cz.tpl -bin/etc/wws_templates/list_menu.de.tpl -bin/etc/wws_templates/list_menu.es.tpl -bin/etc/wws_templates/list_menu.et.tpl -bin/etc/wws_templates/list_menu.fi.tpl -bin/etc/wws_templates/list_menu.fr.tpl -bin/etc/wws_templates/list_menu.hu.tpl -bin/etc/wws_templates/list_menu.it.tpl -bin/etc/wws_templates/list_menu.nl.tpl -bin/etc/wws_templates/list_menu.ro.tpl -bin/etc/wws_templates/list_menu.tpl -bin/etc/wws_templates/list_menu.us.tpl -bin/etc/wws_templates/lists.cn.tpl -bin/etc/wws_templates/lists.cz.tpl -bin/etc/wws_templates/lists.de.tpl -bin/etc/wws_templates/lists.es.tpl -bin/etc/wws_templates/lists.et.tpl -bin/etc/wws_templates/lists.fi.tpl -bin/etc/wws_templates/lists.fr.tpl -bin/etc/wws_templates/lists.hu.tpl -bin/etc/wws_templates/lists.it.tpl -bin/etc/wws_templates/lists.nl.tpl -bin/etc/wws_templates/lists.ro.tpl -bin/etc/wws_templates/lists.tpl -bin/etc/wws_templates/lists.us.tpl -bin/etc/wws_templates/login.cn.tpl -bin/etc/wws_templates/login.de.tpl -bin/etc/wws_templates/login.es.tpl -bin/etc/wws_templates/login.et.tpl -bin/etc/wws_templates/login.fi.tpl -bin/etc/wws_templates/login.fr.tpl -bin/etc/wws_templates/login.hu.tpl -bin/etc/wws_templates/login.nl.tpl -bin/etc/wws_templates/login.ro.tpl -bin/etc/wws_templates/login.tpl -bin/etc/wws_templates/login.us.tpl -bin/etc/wws_templates/loginbanner.cn.tpl -bin/etc/wws_templates/loginbanner.cz.tpl -bin/etc/wws_templates/loginbanner.de.tpl -bin/etc/wws_templates/loginbanner.es.tpl -bin/etc/wws_templates/loginbanner.et.tpl -bin/etc/wws_templates/loginbanner.fi.tpl -bin/etc/wws_templates/loginbanner.fr.tpl -bin/etc/wws_templates/loginbanner.hu.tpl -bin/etc/wws_templates/loginbanner.it.tpl -bin/etc/wws_templates/loginbanner.nl.tpl -bin/etc/wws_templates/loginbanner.ro.tpl -bin/etc/wws_templates/loginbanner.tpl -bin/etc/wws_templates/loginbanner.us.tpl -bin/etc/wws_templates/loginrequest.cn.tpl -bin/etc/wws_templates/loginrequest.cz.tpl -bin/etc/wws_templates/loginrequest.de.tpl -bin/etc/wws_templates/loginrequest.es.tpl -bin/etc/wws_templates/loginrequest.et.tpl -bin/etc/wws_templates/loginrequest.fi.tpl -bin/etc/wws_templates/loginrequest.fr.tpl -bin/etc/wws_templates/loginrequest.hu.tpl -bin/etc/wws_templates/loginrequest.it.tpl -bin/etc/wws_templates/loginrequest.ro.tpl -bin/etc/wws_templates/loginrequest.tpl -bin/etc/wws_templates/loginrequest.us.tpl -bin/etc/wws_templates/main.et.tpl -bin/etc/wws_templates/main.fi.tpl -bin/etc/wws_templates/main.nl.tpl -bin/etc/wws_templates/main.tpl -bin/etc/wws_templates/main.us.tpl -bin/etc/wws_templates/menu.cn.tpl -bin/etc/wws_templates/menu.cz.tpl -bin/etc/wws_templates/menu.de.tpl -bin/etc/wws_templates/menu.es.tpl -bin/etc/wws_templates/menu.et.tpl -bin/etc/wws_templates/menu.fi.tpl -bin/etc/wws_templates/menu.fr.tpl -bin/etc/wws_templates/menu.hu.tpl -bin/etc/wws_templates/menu.it.tpl -bin/etc/wws_templates/menu.nl.tpl -bin/etc/wws_templates/menu.ro.tpl -bin/etc/wws_templates/menu.tpl -bin/etc/wws_templates/menu.us.tpl -bin/etc/wws_templates/modindex.cn.tpl -bin/etc/wws_templates/modindex.cz.tpl -bin/etc/wws_templates/modindex.de.tpl -bin/etc/wws_templates/modindex.es.tpl -bin/etc/wws_templates/modindex.et.tpl -bin/etc/wws_templates/modindex.fi.tpl -bin/etc/wws_templates/modindex.fr.tpl -bin/etc/wws_templates/modindex.hu.tpl -bin/etc/wws_templates/modindex.it.tpl -bin/etc/wws_templates/modindex.nl.tpl -bin/etc/wws_templates/modindex.ro.tpl -bin/etc/wws_templates/modindex.tpl -bin/etc/wws_templates/modindex.us.tpl -bin/etc/wws_templates/notice.cn.tpl -bin/etc/wws_templates/notice.cz.tpl -bin/etc/wws_templates/notice.de.tpl -bin/etc/wws_templates/notice.es.tpl -bin/etc/wws_templates/notice.et.tpl -bin/etc/wws_templates/notice.fi.tpl -bin/etc/wws_templates/notice.fr.tpl -bin/etc/wws_templates/notice.hu.tpl -bin/etc/wws_templates/notice.it.tpl -bin/etc/wws_templates/notice.nl.tpl -bin/etc/wws_templates/notice.ro.tpl -bin/etc/wws_templates/notice.tpl -bin/etc/wws_templates/notice.us.tpl -bin/etc/wws_templates/pref.cn.tpl -bin/etc/wws_templates/pref.cz.tpl -bin/etc/wws_templates/pref.de.tpl -bin/etc/wws_templates/pref.es.tpl -bin/etc/wws_templates/pref.et.tpl -bin/etc/wws_templates/pref.fi.tpl -bin/etc/wws_templates/pref.fr.tpl -bin/etc/wws_templates/pref.hu.tpl -bin/etc/wws_templates/pref.it.tpl -bin/etc/wws_templates/pref.nl.tpl -bin/etc/wws_templates/pref.ro.tpl -bin/etc/wws_templates/pref.tpl -bin/etc/wws_templates/pref.us.tpl -bin/etc/wws_templates/remindpasswd.cn.tpl -bin/etc/wws_templates/remindpasswd.cz.tpl -bin/etc/wws_templates/remindpasswd.de.tpl -bin/etc/wws_templates/remindpasswd.es.tpl -bin/etc/wws_templates/remindpasswd.et.tpl -bin/etc/wws_templates/remindpasswd.fi.tpl -bin/etc/wws_templates/remindpasswd.fr.tpl -bin/etc/wws_templates/remindpasswd.hu.tpl -bin/etc/wws_templates/remindpasswd.it.tpl -bin/etc/wws_templates/remindpasswd.nl.tpl -bin/etc/wws_templates/remindpasswd.ro.tpl -bin/etc/wws_templates/remindpasswd.tpl -bin/etc/wws_templates/remindpasswd.us.tpl -bin/etc/wws_templates/remove_arc.cn.tpl -bin/etc/wws_templates/remove_arc.cz.tpl -bin/etc/wws_templates/remove_arc.de.tpl -bin/etc/wws_templates/remove_arc.es.tpl -bin/etc/wws_templates/remove_arc.et.tpl -bin/etc/wws_templates/remove_arc.fi.tpl -bin/etc/wws_templates/remove_arc.fr.tpl -bin/etc/wws_templates/remove_arc.hu.tpl -bin/etc/wws_templates/remove_arc.it.tpl -bin/etc/wws_templates/remove_arc.nl.tpl -bin/etc/wws_templates/remove_arc.ro.tpl -bin/etc/wws_templates/remove_arc.tpl -bin/etc/wws_templates/remove_arc.us.tpl -bin/etc/wws_templates/review.cn.tpl -bin/etc/wws_templates/review.cz.tpl -bin/etc/wws_templates/review.de.tpl -bin/etc/wws_templates/review.es.tpl -bin/etc/wws_templates/review.et.tpl -bin/etc/wws_templates/review.fi.tpl -bin/etc/wws_templates/review.fr.tpl -bin/etc/wws_templates/review.hu.tpl -bin/etc/wws_templates/review.it.tpl -bin/etc/wws_templates/review.nl.tpl -bin/etc/wws_templates/review.ro.tpl -bin/etc/wws_templates/review.tpl -bin/etc/wws_templates/review.us.tpl -bin/etc/wws_templates/reviewbouncing.cn.tpl -bin/etc/wws_templates/reviewbouncing.cz.tpl -bin/etc/wws_templates/reviewbouncing.de.tpl -bin/etc/wws_templates/reviewbouncing.es.tpl -bin/etc/wws_templates/reviewbouncing.et.tpl -bin/etc/wws_templates/reviewbouncing.fi.tpl -bin/etc/wws_templates/reviewbouncing.fr.tpl -bin/etc/wws_templates/reviewbouncing.hu.tpl -bin/etc/wws_templates/reviewbouncing.it.tpl -bin/etc/wws_templates/reviewbouncing.nl.tpl -bin/etc/wws_templates/reviewbouncing.ro.tpl -bin/etc/wws_templates/reviewbouncing.tpl -bin/etc/wws_templates/reviewbouncing.us.tpl -bin/etc/wws_templates/scenario_test.cn.tpl -bin/etc/wws_templates/scenario_test.cz.tpl -bin/etc/wws_templates/scenario_test.de.tpl -bin/etc/wws_templates/scenario_test.es.tpl -bin/etc/wws_templates/scenario_test.et.tpl -bin/etc/wws_templates/scenario_test.fi.tpl -bin/etc/wws_templates/scenario_test.hu.tpl -bin/etc/wws_templates/scenario_test.it.tpl -bin/etc/wws_templates/scenario_test.nl.tpl -bin/etc/wws_templates/scenario_test.ro.tpl -bin/etc/wws_templates/scenario_test.tpl -bin/etc/wws_templates/scenario_test.us.tpl -bin/etc/wws_templates/search.cn.tpl -bin/etc/wws_templates/search.cz.tpl -bin/etc/wws_templates/search.de.tpl -bin/etc/wws_templates/search.es.tpl -bin/etc/wws_templates/search.et.tpl -bin/etc/wws_templates/search.fi.tpl -bin/etc/wws_templates/search.fr.tpl -bin/etc/wws_templates/search.hu.tpl -bin/etc/wws_templates/search.it.tpl -bin/etc/wws_templates/search.nl.tpl -bin/etc/wws_templates/search.ro.tpl -bin/etc/wws_templates/search.tpl -bin/etc/wws_templates/search.us.tpl -bin/etc/wws_templates/search_list.cn.tpl -bin/etc/wws_templates/search_list.cz.tpl -bin/etc/wws_templates/search_list.de.tpl -bin/etc/wws_templates/search_list.es.tpl -bin/etc/wws_templates/search_list.et.tpl -bin/etc/wws_templates/search_list.fi.tpl -bin/etc/wws_templates/search_list.fr.tpl -bin/etc/wws_templates/search_list.hu.tpl -bin/etc/wws_templates/search_list.it.tpl -bin/etc/wws_templates/search_list.nl.tpl -bin/etc/wws_templates/search_list.ro.tpl -bin/etc/wws_templates/search_list.tpl -bin/etc/wws_templates/search_list.us.tpl -bin/etc/wws_templates/search_user.cn.tpl -bin/etc/wws_templates/search_user.cz.tpl -bin/etc/wws_templates/search_user.de.tpl -bin/etc/wws_templates/search_user.es.tpl -bin/etc/wws_templates/search_user.et.tpl -bin/etc/wws_templates/search_user.fi.tpl -bin/etc/wws_templates/search_user.fr.tpl -bin/etc/wws_templates/search_user.hu.tpl -bin/etc/wws_templates/search_user.it.tpl -bin/etc/wws_templates/search_user.nl.tpl -bin/etc/wws_templates/search_user.ro.tpl -bin/etc/wws_templates/search_user.tpl -bin/etc/wws_templates/search_user.us.tpl -bin/etc/wws_templates/serveradmin.cn.tpl -bin/etc/wws_templates/serveradmin.cz.tpl -bin/etc/wws_templates/serveradmin.de.tpl -bin/etc/wws_templates/serveradmin.es.tpl -bin/etc/wws_templates/serveradmin.et.tpl -bin/etc/wws_templates/serveradmin.fi.tpl -bin/etc/wws_templates/serveradmin.fr.tpl -bin/etc/wws_templates/serveradmin.hu.tpl -bin/etc/wws_templates/serveradmin.it.tpl -bin/etc/wws_templates/serveradmin.nl.tpl -bin/etc/wws_templates/serveradmin.ro.tpl -bin/etc/wws_templates/serveradmin.tpl -bin/etc/wws_templates/serveradmin.us.tpl -bin/etc/wws_templates/set_pending_list_request.cn.tpl -bin/etc/wws_templates/set_pending_list_request.cz.tpl -bin/etc/wws_templates/set_pending_list_request.de.tpl -bin/etc/wws_templates/set_pending_list_request.es.tpl -bin/etc/wws_templates/set_pending_list_request.et.tpl -bin/etc/wws_templates/set_pending_list_request.fi.tpl -bin/etc/wws_templates/set_pending_list_request.hu.tpl -bin/etc/wws_templates/set_pending_list_request.it.tpl -bin/etc/wws_templates/set_pending_list_request.nl.tpl -bin/etc/wws_templates/set_pending_list_request.ro.tpl -bin/etc/wws_templates/set_pending_list_request.tpl -bin/etc/wws_templates/set_pending_list_request.us.tpl -bin/etc/wws_templates/show_cert.cn.tpl -bin/etc/wws_templates/show_cert.cz.tpl -bin/etc/wws_templates/show_cert.de.tpl -bin/etc/wws_templates/show_cert.es.tpl -bin/etc/wws_templates/show_cert.et.tpl -bin/etc/wws_templates/show_cert.fi.tpl -bin/etc/wws_templates/show_cert.fr.tpl -bin/etc/wws_templates/show_cert.hu.tpl -bin/etc/wws_templates/show_cert.nl.tpl -bin/etc/wws_templates/show_cert.ro.tpl -bin/etc/wws_templates/show_cert.tpl -bin/etc/wws_templates/show_cert.us.tpl -bin/etc/wws_templates/sigrequest.cn.tpl -bin/etc/wws_templates/sigrequest.cz.tpl -bin/etc/wws_templates/sigrequest.de.tpl -bin/etc/wws_templates/sigrequest.es.tpl -bin/etc/wws_templates/sigrequest.et.tpl -bin/etc/wws_templates/sigrequest.fi.tpl -bin/etc/wws_templates/sigrequest.fr.tpl -bin/etc/wws_templates/sigrequest.hu.tpl -bin/etc/wws_templates/sigrequest.it.tpl -bin/etc/wws_templates/sigrequest.nl.tpl -bin/etc/wws_templates/sigrequest.ro.tpl -bin/etc/wws_templates/sigrequest.tpl -bin/etc/wws_templates/sigrequest.us.tpl -bin/etc/wws_templates/stats.fi.tpl -bin/etc/wws_templates/stats.nl.tpl -bin/etc/wws_templates/stats.tpl -bin/etc/wws_templates/stats.us.tpl -bin/etc/wws_templates/subindex.cn.tpl -bin/etc/wws_templates/subindex.es.tpl -bin/etc/wws_templates/subindex.et.tpl -bin/etc/wws_templates/subindex.fi.tpl -bin/etc/wws_templates/subindex.fr.tpl -bin/etc/wws_templates/subindex.nl.tpl -bin/etc/wws_templates/subindex.ro.tpl -bin/etc/wws_templates/subindex.tpl -bin/etc/wws_templates/subindex.us.tpl -bin/etc/wws_templates/suboptions.cn.tpl -bin/etc/wws_templates/suboptions.cz.tpl -bin/etc/wws_templates/suboptions.de.tpl -bin/etc/wws_templates/suboptions.es.tpl -bin/etc/wws_templates/suboptions.et.tpl -bin/etc/wws_templates/suboptions.fi.tpl -bin/etc/wws_templates/suboptions.fr.tpl -bin/etc/wws_templates/suboptions.hu.tpl -bin/etc/wws_templates/suboptions.it.tpl -bin/etc/wws_templates/suboptions.nl.tpl -bin/etc/wws_templates/suboptions.ro.tpl -bin/etc/wws_templates/suboptions.tpl -bin/etc/wws_templates/suboptions.us.tpl -bin/etc/wws_templates/subrequest.cn.tpl -bin/etc/wws_templates/subrequest.cz.tpl -bin/etc/wws_templates/subrequest.de.tpl -bin/etc/wws_templates/subrequest.es.tpl -bin/etc/wws_templates/subrequest.et.tpl -bin/etc/wws_templates/subrequest.fi.tpl -bin/etc/wws_templates/subrequest.fr.tpl -bin/etc/wws_templates/subrequest.hu.tpl -bin/etc/wws_templates/subrequest.it.tpl -bin/etc/wws_templates/subrequest.nl.tpl -bin/etc/wws_templates/subrequest.ro.tpl -bin/etc/wws_templates/subrequest.tpl -bin/etc/wws_templates/subrequest.us.tpl -bin/etc/wws_templates/title.cn.tpl -bin/etc/wws_templates/title.cz.tpl -bin/etc/wws_templates/title.de.tpl -bin/etc/wws_templates/title.es.tpl -bin/etc/wws_templates/title.et.tpl -bin/etc/wws_templates/title.fi.tpl -bin/etc/wws_templates/title.fr.tpl -bin/etc/wws_templates/title.hu.tpl -bin/etc/wws_templates/title.it.tpl -bin/etc/wws_templates/title.nl.tpl -bin/etc/wws_templates/title.ro.tpl -bin/etc/wws_templates/title.tpl -bin/etc/wws_templates/title.us.tpl -bin/etc/wws_templates/view_translations.cn.tpl -bin/etc/wws_templates/view_translations.cz.tpl -bin/etc/wws_templates/view_translations.de.tpl -bin/etc/wws_templates/view_translations.es.tpl -bin/etc/wws_templates/view_translations.et.tpl -bin/etc/wws_templates/view_translations.fi.tpl -bin/etc/wws_templates/view_translations.fr.tpl -bin/etc/wws_templates/view_translations.hu.tpl -bin/etc/wws_templates/view_translations.it.tpl -bin/etc/wws_templates/view_translations.nl.tpl -bin/etc/wws_templates/view_translations.ro.tpl -bin/etc/wws_templates/view_translations.tpl -bin/etc/wws_templates/view_translations.us.tpl -bin/etc/wws_templates/viewbounce.de.tpl -bin/etc/wws_templates/viewbounce.fi.tpl -bin/etc/wws_templates/viewbounce.tpl -bin/etc/wws_templates/viewbounce.us.tpl -bin/etc/wws_templates/viewmod.cn.tpl -bin/etc/wws_templates/viewmod.cz.tpl -bin/etc/wws_templates/viewmod.de.tpl -bin/etc/wws_templates/viewmod.es.tpl -bin/etc/wws_templates/viewmod.et.tpl -bin/etc/wws_templates/viewmod.fi.tpl -bin/etc/wws_templates/viewmod.fr.tpl -bin/etc/wws_templates/viewmod.hu.tpl -bin/etc/wws_templates/viewmod.it.tpl -bin/etc/wws_templates/viewmod.nl.tpl -bin/etc/wws_templates/viewmod.ro.tpl -bin/etc/wws_templates/viewmod.tpl -bin/etc/wws_templates/viewmod.us.tpl -bin/etc/wws_templates/which.cn.tpl -bin/etc/wws_templates/which.cz.tpl -bin/etc/wws_templates/which.de.tpl -bin/etc/wws_templates/which.es.tpl -bin/etc/wws_templates/which.et.tpl -bin/etc/wws_templates/which.fi.tpl -bin/etc/wws_templates/which.fr.tpl -bin/etc/wws_templates/which.hu.tpl -bin/etc/wws_templates/which.it.tpl -bin/etc/wws_templates/which.nl.tpl -bin/etc/wws_templates/which.ro.tpl -bin/etc/wws_templates/which.tpl -bin/etc/wws_templates/which.us.tpl -bin/init_comment.pl -bin/load_subscribers.pl -bin/mail.pm -bin/msg.pl -bin/p12topem.pl -bin/parser.pl -bin/queue -bin/smtp.pm -bin/sympa.pl -bin/sympa_wizard.pl -bin/task_manager.pl -bin/testldap.pl -bin/tools.pl -bin/virtualwrapper -bin/wwslib.pm -bin/wwsympa.fcgi -expl/test/config -expl/test/info -expl/test/message.footer -expl/test/welcome.tpl -nls/cn.cat -nls/cz.cat -nls/de.cat -nls/es.cat -nls/et.cat -nls/fi.cat -nls/fr.cat -nls/hu.cat -nls/it.cat -nls/nl.cat -nls/pl.cat -nls/ro.cat -nls/tw.cat -nls/us.cat -sample/README -sample/config.digest -sample/config.include -sample/config.moderation -sample/config.privateorpublickey -sample/config.public -sample/sympa.conf -sample/topics.conf -sample/wwsympa.conf -@dirrm sample -@dirrm nls -@dirrm expl/test -@dirrm expl -@dirrm bin/etc/wws_templates -@dirrm bin/etc/templates -@dirrm bin/etc/scenari -@dirrm bin/etc/list_task_models -@dirrm bin/etc/global_task_models -@dirrm bin/etc/create_list_templates/public_web_forum -@dirrm bin/etc/create_list_templates/private_working_group -@dirrm bin/etc/create_list_templates/news-letter -@dirrm bin/etc/create_list_templates/intranet_list -@dirrm bin/etc/create_list_templates/html-news-letter -@dirrm bin/etc/create_list_templates/hotline -@dirrm bin/etc/create_list_templates/discussion_list -@dirrm bin/etc/create_list_templates -@dirrm bin/etc -@dirrm bin/Marc -@dirrm bin +@comment $NetBSD: PLIST,v 1.3 2004/09/26 20:13:34 seb Exp $ +man/man8/alias_manager.8 +man/man8/archived.8 +man/man8/bounced.8 +man/man8/sympa.8 +share/doc/html/sympa/contents.png +share/doc/html/sympa/crossref.png +share/doc/html/sympa/img1.old +share/doc/html/sympa/img1.png +share/doc/html/sympa/img2.old +share/doc/html/sympa/img2.png +share/doc/html/sympa/index.html +share/doc/html/sympa/index.png +share/doc/html/sympa/next.png +share/doc/html/sympa/next_g.png +share/doc/html/sympa/node1.html +share/doc/html/sympa/node10.html +share/doc/html/sympa/node11.html +share/doc/html/sympa/node12.html +share/doc/html/sympa/node13.html +share/doc/html/sympa/node14.html +share/doc/html/sympa/node15.html +share/doc/html/sympa/node16.html +share/doc/html/sympa/node17.html +share/doc/html/sympa/node18.html +share/doc/html/sympa/node19.html +share/doc/html/sympa/node2.html +share/doc/html/sympa/node20.html +share/doc/html/sympa/node21.html +share/doc/html/sympa/node22.html +share/doc/html/sympa/node23.html +share/doc/html/sympa/node24.html +share/doc/html/sympa/node3.html +share/doc/html/sympa/node4.html +share/doc/html/sympa/node5.html +share/doc/html/sympa/node6.html +share/doc/html/sympa/node7.html +share/doc/html/sympa/node8.html +share/doc/html/sympa/node9.html +share/doc/html/sympa/prev.png +share/doc/html/sympa/prev_g.png +share/doc/html/sympa/sympa.css +share/doc/html/sympa/sympa.html +share/doc/html/sympa/sympa.pdf +share/doc/html/sympa/sympa.ps +share/doc/html/sympa/sympa.tex +share/doc/html/sympa/up.png +share/doc/html/sympa/up_g.png +share/doc/sympa/NEWS +share/examples/sympa/README +share/examples/sympa/config.digest +share/examples/sympa/config.include +share/examples/sympa/config.moderation +share/examples/sympa/config.privateorpublickey +share/examples/sympa/config.public +share/examples/sympa/sample-list/config +share/examples/sympa/sample-list/info +share/examples/sympa/sample-list/message.footer +share/examples/sympa/sample-list/welcome.tpl +share/examples/sympa/sympa.conf +share/examples/sympa/topics.fr.conf +share/examples/sympa/topics.hu.conf +share/examples/sympa/wwsympa.conf +sympa/bin/Archive.pm +sympa/bin/Auth.pm +sympa/bin/CAS.pm +sympa/bin/Commands.pm +sympa/bin/Conf.pm +sympa/bin/Language.pm +sympa/bin/Ldap.pm +sympa/bin/List.pm +sympa/bin/Log.pm +sympa/bin/Marc.pm +sympa/bin/Marc/Search.pm +sympa/bin/Message.pm +sympa/bin/SympaTransport.pm +sympa/bin/Version.pm +sympa/bin/X509.pm +sympa/bin/alias_manager.pl +sympa/bin/aliaswrapper +sympa/bin/arc2webarc.pl +sympa/bin/archived.pl +sympa/bin/bounce-lib.pl +sympa/bin/bounced.pl +sympa/bin/bouncequeue +sympa/bin/cookielib.pm +sympa/bin/create_db.Oracle +sympa/bin/create_db.Pg +sympa/bin/create_db.Sybase +sympa/bin/create_db.mysql +sympa/bin/crypt_passwd.pl +sympa/bin/etc/README +sympa/bin/etc/auth.conf +sympa/bin/etc/ca-bundle.crt +sympa/bin/etc/create_list.conf +sympa/bin/etc/create_list_templates/discussion_list/comment +sympa/bin/etc/create_list_templates/discussion_list/config.tpl +sympa/bin/etc/create_list_templates/hotline/comment +sympa/bin/etc/create_list_templates/hotline/config.tpl +sympa/bin/etc/create_list_templates/html-news-letter/comment +sympa/bin/etc/create_list_templates/html-news-letter/config.tpl +sympa/bin/etc/create_list_templates/intranet_list/comment +sympa/bin/etc/create_list_templates/intranet_list/config.tpl +sympa/bin/etc/create_list_templates/news-letter/comment +sympa/bin/etc/create_list_templates/news-letter/config.tpl +sympa/bin/etc/create_list_templates/private_working_group/comment +sympa/bin/etc/create_list_templates/private_working_group/config.tpl +sympa/bin/etc/create_list_templates/public_web_forum/comment +sympa/bin/etc/create_list_templates/public_web_forum/config.tpl +sympa/bin/etc/edit_list.conf +sympa/bin/etc/global_task_models/chk_cert_expiration.daily.task +sympa/bin/etc/global_task_models/crl_update.daily.task +sympa/bin/etc/global_task_models/eval_bouncers.daily.task +sympa/bin/etc/global_task_models/expire_bounce.daily.task +sympa/bin/etc/global_task_models/process_bouncers.weekly.task +sympa/bin/etc/global_task_models/purge_orphan_bounces.monthly.task +sympa/bin/etc/global_task_models/purge_user_table.monthly.task +sympa/bin/etc/list_aliases.tpl +sympa/bin/etc/list_task_models/expire.yearly.task +sympa/bin/etc/list_task_models/remind.2month.task +sympa/bin/etc/list_task_models/remind.monthly.task +sympa/bin/etc/list_task_models/remind.yearly.task +sympa/bin/etc/list_task_models/sync_include.ttl.task +sympa/bin/etc/mhonarc-ressources +sympa/bin/etc/mime.types +sympa/bin/etc/scenari/access_web_archive.closed +sympa/bin/etc/scenari/access_web_archive.intranet +sympa/bin/etc/scenari/access_web_archive.listmaster +sympa/bin/etc/scenari/access_web_archive.owner +sympa/bin/etc/scenari/access_web_archive.private +sympa/bin/etc/scenari/access_web_archive.public +sympa/bin/etc/scenari/add.auth +sympa/bin/etc/scenari/add.closed +sympa/bin/etc/scenari/add.default +sympa/bin/etc/scenari/add.owner +sympa/bin/etc/scenari/add.owner_notify +sympa/bin/etc/scenari/create_list.intranet +sympa/bin/etc/scenari/create_list.listmaster +sympa/bin/etc/scenari/create_list.public_listmaster +sympa/bin/etc/scenari/d_edit.default +sympa/bin/etc/scenari/d_edit.owner +sympa/bin/etc/scenari/d_edit.private +sympa/bin/etc/scenari/d_edit.public +sympa/bin/etc/scenari/d_read.default +sympa/bin/etc/scenari/d_read.owner +sympa/bin/etc/scenari/d_read.private +sympa/bin/etc/scenari/d_read.public +sympa/bin/etc/scenari/del.auth +sympa/bin/etc/scenari/del.closed +sympa/bin/etc/scenari/del.default +sympa/bin/etc/scenari/del.owner +sympa/bin/etc/scenari/del.owner_notify +sympa/bin/etc/scenari/edit_list.closed +sympa/bin/etc/scenari/edit_list.owner +sympa/bin/etc/scenari/global_remind.listmaster +sympa/bin/etc/scenari/info.default +sympa/bin/etc/scenari/info.open +sympa/bin/etc/scenari/info.private +sympa/bin/etc/scenari/invite.closed +sympa/bin/etc/scenari/invite.default +sympa/bin/etc/scenari/invite.owner +sympa/bin/etc/scenari/invite.private +sympa/bin/etc/scenari/invite.public +sympa/bin/etc/scenari/remind.default +sympa/bin/etc/scenari/remind.listmaster +sympa/bin/etc/scenari/remind.owner +sympa/bin/etc/scenari/review.closed +sympa/bin/etc/scenari/review.default +sympa/bin/etc/scenari/review.intranet +sympa/bin/etc/scenari/review.listmaster +sympa/bin/etc/scenari/review.owner +sympa/bin/etc/scenari/review.private +sympa/bin/etc/scenari/review.public +sympa/bin/etc/scenari/send.closed +sympa/bin/etc/scenari/send.default +sympa/bin/etc/scenari/send.editor +sympa/bin/etc/scenari/send.editorkey +sympa/bin/etc/scenari/send.editorkeyonly +sympa/bin/etc/scenari/send.editorkeyonlyauth +sympa/bin/etc/scenari/send.intranet +sympa/bin/etc/scenari/send.intranetorprivate +sympa/bin/etc/scenari/send.newsletter +sympa/bin/etc/scenari/send.newsletterkeyonly +sympa/bin/etc/scenari/send.private +sympa/bin/etc/scenari/send.private_smime +sympa/bin/etc/scenari/send.privateandeditorkey +sympa/bin/etc/scenari/send.privateandnomultipartoreditorkey +sympa/bin/etc/scenari/send.privatekey +sympa/bin/etc/scenari/send.privatekeyandeditorkeyonly +sympa/bin/etc/scenari/send.privateoreditorkey +sympa/bin/etc/scenari/send.privateorpublickey +sympa/bin/etc/scenari/send.public +sympa/bin/etc/scenari/send.public_nobcc +sympa/bin/etc/scenari/send.publickey +sympa/bin/etc/scenari/send.publicnoattachment +sympa/bin/etc/scenari/send.publicnomultipart +sympa/bin/etc/scenari/subscribe.auth +sympa/bin/etc/scenari/subscribe.auth_notify +sympa/bin/etc/scenari/subscribe.auth_owner +sympa/bin/etc/scenari/subscribe.closed +sympa/bin/etc/scenari/subscribe.default +sympa/bin/etc/scenari/subscribe.intranet +sympa/bin/etc/scenari/subscribe.intranetorowner +sympa/bin/etc/scenari/subscribe.open +sympa/bin/etc/scenari/subscribe.open_notify +sympa/bin/etc/scenari/subscribe.open_quiet +sympa/bin/etc/scenari/subscribe.owner +sympa/bin/etc/scenari/subscribe.smime +sympa/bin/etc/scenari/subscribe.smimeorowner +sympa/bin/etc/scenari/topics_visibility.conceal +sympa/bin/etc/scenari/topics_visibility.default +sympa/bin/etc/scenari/topics_visibility.identified +sympa/bin/etc/scenari/topics_visibility.noconceal +sympa/bin/etc/scenari/unsubscribe.auth +sympa/bin/etc/scenari/unsubscribe.auth_notify +sympa/bin/etc/scenari/unsubscribe.closed +sympa/bin/etc/scenari/unsubscribe.default +sympa/bin/etc/scenari/unsubscribe.open +sympa/bin/etc/scenari/unsubscribe.open_notify +sympa/bin/etc/scenari/unsubscribe.owner +sympa/bin/etc/scenari/visibility.conceal +sympa/bin/etc/scenari/visibility.default +sympa/bin/etc/scenari/visibility.intranet +sympa/bin/etc/scenari/visibility.noconceal +sympa/bin/etc/scenari/visibility.secret +sympa/bin/etc/sympa.wsdl +sympa/bin/etc/templates/bye.cz.tpl +sympa/bin/etc/templates/bye.de.tpl +sympa/bin/etc/templates/bye.es.tpl +sympa/bin/etc/templates/bye.et.tpl +sympa/bin/etc/templates/bye.fi.tpl +sympa/bin/etc/templates/bye.fr.tpl +sympa/bin/etc/templates/bye.hu.tpl +sympa/bin/etc/templates/bye.it.tpl +sympa/bin/etc/templates/bye.nl.tpl +sympa/bin/etc/templates/bye.pl.tpl +sympa/bin/etc/templates/bye.pt.tpl +sympa/bin/etc/templates/bye.ro.tpl +sympa/bin/etc/templates/bye.tpl +sympa/bin/etc/templates/bye.us.tpl +sympa/bin/etc/templates/certif_warning.et.tpl +sympa/bin/etc/templates/certif_warning.fi.tpl +sympa/bin/etc/templates/certif_warning.fr.tpl +sympa/bin/etc/templates/certif_warning.nl.tpl +sympa/bin/etc/templates/certif_warning.ro.tpl +sympa/bin/etc/templates/certif_warning.tpl +sympa/bin/etc/templates/certif_warning.us.tpl +sympa/bin/etc/templates/digest.cn.tpl +sympa/bin/etc/templates/digest.cz.tpl +sympa/bin/etc/templates/digest.de.tpl +sympa/bin/etc/templates/digest.es.tpl +sympa/bin/etc/templates/digest.et.tpl +sympa/bin/etc/templates/digest.fi.tpl +sympa/bin/etc/templates/digest.fr.tpl +sympa/bin/etc/templates/digest.hu.tpl +sympa/bin/etc/templates/digest.it.tpl +sympa/bin/etc/templates/digest.nl.tpl +sympa/bin/etc/templates/digest.pl.tpl +sympa/bin/etc/templates/digest.ro.tpl +sympa/bin/etc/templates/digest.tpl +sympa/bin/etc/templates/digest.tw.tpl +sympa/bin/etc/templates/digest.us.tpl +sympa/bin/etc/templates/expire_deletion.et.tpl +sympa/bin/etc/templates/expire_deletion.fi.tpl +sympa/bin/etc/templates/expire_deletion.fr.tpl +sympa/bin/etc/templates/expire_deletion.nl.tpl +sympa/bin/etc/templates/expire_deletion.ro.tpl +sympa/bin/etc/templates/expire_deletion.tpl +sympa/bin/etc/templates/expire_deletion.us.tpl +sympa/bin/etc/templates/expire_warning1.et.tpl +sympa/bin/etc/templates/expire_warning1.fi.tpl +sympa/bin/etc/templates/expire_warning1.fr.tpl +sympa/bin/etc/templates/expire_warning1.nl.tpl +sympa/bin/etc/templates/expire_warning1.ro.tpl +sympa/bin/etc/templates/expire_warning1.tpl +sympa/bin/etc/templates/expire_warning1.us.tpl +sympa/bin/etc/templates/expire_warning2.et.tpl +sympa/bin/etc/templates/expire_warning2.fi.tpl +sympa/bin/etc/templates/expire_warning2.fr.tpl +sympa/bin/etc/templates/expire_warning2.nl.tpl +sympa/bin/etc/templates/expire_warning2.ro.tpl +sympa/bin/etc/templates/expire_warning2.tpl +sympa/bin/etc/templates/expire_warning2.us.tpl +sympa/bin/etc/templates/global_remind.cz.tpl +sympa/bin/etc/templates/global_remind.de.tpl +sympa/bin/etc/templates/global_remind.es.tpl +sympa/bin/etc/templates/global_remind.et.tpl +sympa/bin/etc/templates/global_remind.fi.tpl +sympa/bin/etc/templates/global_remind.fr.tpl +sympa/bin/etc/templates/global_remind.hu.tpl +sympa/bin/etc/templates/global_remind.it.tpl +sympa/bin/etc/templates/global_remind.nl.tpl +sympa/bin/etc/templates/global_remind.pl.tpl +sympa/bin/etc/templates/global_remind.pt.tpl +sympa/bin/etc/templates/global_remind.ro.tpl +sympa/bin/etc/templates/global_remind.tpl +sympa/bin/etc/templates/global_remind.us.tpl +sympa/bin/etc/templates/helpfile.cz.tpl +sympa/bin/etc/templates/helpfile.de.tpl +sympa/bin/etc/templates/helpfile.es.tpl +sympa/bin/etc/templates/helpfile.et.tpl +sympa/bin/etc/templates/helpfile.fi.tpl +sympa/bin/etc/templates/helpfile.fr.tpl +sympa/bin/etc/templates/helpfile.hu.tpl +sympa/bin/etc/templates/helpfile.it.tpl +sympa/bin/etc/templates/helpfile.nl.tpl +sympa/bin/etc/templates/helpfile.pl.tpl +sympa/bin/etc/templates/helpfile.pt.tpl +sympa/bin/etc/templates/helpfile.ro.tpl +sympa/bin/etc/templates/helpfile.tpl +sympa/bin/etc/templates/helpfile.us.tpl +sympa/bin/etc/templates/info_report.cz.tpl +sympa/bin/etc/templates/info_report.de.tpl +sympa/bin/etc/templates/info_report.es.tpl +sympa/bin/etc/templates/info_report.et.tpl +sympa/bin/etc/templates/info_report.fi.tpl +sympa/bin/etc/templates/info_report.fr.tpl +sympa/bin/etc/templates/info_report.hu.tpl +sympa/bin/etc/templates/info_report.it.tpl +sympa/bin/etc/templates/info_report.nl.tpl +sympa/bin/etc/templates/info_report.pl.tpl +sympa/bin/etc/templates/info_report.ro.tpl +sympa/bin/etc/templates/info_report.tpl +sympa/bin/etc/templates/info_report.us.tpl +sympa/bin/etc/templates/invite.cz.tpl +sympa/bin/etc/templates/invite.de.tpl +sympa/bin/etc/templates/invite.es.tpl +sympa/bin/etc/templates/invite.et.tpl +sympa/bin/etc/templates/invite.fi.tpl +sympa/bin/etc/templates/invite.fr.tpl +sympa/bin/etc/templates/invite.hu.tpl +sympa/bin/etc/templates/invite.it.tpl +sympa/bin/etc/templates/invite.nl.tpl +sympa/bin/etc/templates/invite.pl.tpl +sympa/bin/etc/templates/invite.pt.tpl +sympa/bin/etc/templates/invite.ro.tpl +sympa/bin/etc/templates/invite.tpl +sympa/bin/etc/templates/invite.us.tpl +sympa/bin/etc/templates/list_created.et.tpl +sympa/bin/etc/templates/list_created.fi.tpl +sympa/bin/etc/templates/list_created.fr.tpl +sympa/bin/etc/templates/list_created.nl.tpl +sympa/bin/etc/templates/list_created.ro.tpl +sympa/bin/etc/templates/list_created.tpl +sympa/bin/etc/templates/list_created.us.tpl +sympa/bin/etc/templates/list_rejected.fr.tpl +sympa/bin/etc/templates/list_rejected.tpl +sympa/bin/etc/templates/list_rejected.us.tpl +sympa/bin/etc/templates/list_unknown.et.tpl +sympa/bin/etc/templates/list_unknown.fi.tpl +sympa/bin/etc/templates/list_unknown.nl.tpl +sympa/bin/etc/templates/list_unknown.ro.tpl +sympa/bin/etc/templates/list_unknown.tpl +sympa/bin/etc/templates/list_unknown.us.tpl +sympa/bin/etc/templates/listmaster_notification.et.tpl +sympa/bin/etc/templates/listmaster_notification.fi.tpl +sympa/bin/etc/templates/listmaster_notification.fr.tpl +sympa/bin/etc/templates/listmaster_notification.nl.tpl +sympa/bin/etc/templates/listmaster_notification.tpl +sympa/bin/etc/templates/listmaster_notification.us.tpl +sympa/bin/etc/templates/listowner_notification.fi.tpl +sympa/bin/etc/templates/listowner_notification.fr.tpl +sympa/bin/etc/templates/listowner_notification.nl.tpl +sympa/bin/etc/templates/listowner_notification.tpl +sympa/bin/etc/templates/listowner_notification.us.tpl +sympa/bin/etc/templates/listowner_notification2.ro.tpl +sympa/bin/etc/templates/lists.cz.tpl +sympa/bin/etc/templates/lists.de.tpl +sympa/bin/etc/templates/lists.es.tpl +sympa/bin/etc/templates/lists.et.tpl +sympa/bin/etc/templates/lists.fi.tpl +sympa/bin/etc/templates/lists.fr.tpl +sympa/bin/etc/templates/lists.hu.tpl +sympa/bin/etc/templates/lists.it.tpl +sympa/bin/etc/templates/lists.nl.tpl +sympa/bin/etc/templates/lists.pt.tpl +sympa/bin/etc/templates/lists.ro.tpl +sympa/bin/etc/templates/lists.tpl +sympa/bin/etc/templates/lists.us.tpl +sympa/bin/etc/templates/moderate.cz.tpl +sympa/bin/etc/templates/moderate.de.tpl +sympa/bin/etc/templates/moderate.es.tpl +sympa/bin/etc/templates/moderate.et.tpl +sympa/bin/etc/templates/moderate.fi.tpl +sympa/bin/etc/templates/moderate.fr.tpl +sympa/bin/etc/templates/moderate.hu.tpl +sympa/bin/etc/templates/moderate.it.tpl +sympa/bin/etc/templates/moderate.nl.tpl +sympa/bin/etc/templates/moderate.pl.tpl +sympa/bin/etc/templates/moderate.ro.tpl +sympa/bin/etc/templates/moderate.tpl +sympa/bin/etc/templates/moderate.us.tpl +sympa/bin/etc/templates/modindex.cz.tpl +sympa/bin/etc/templates/modindex.de.tpl +sympa/bin/etc/templates/modindex.es.tpl +sympa/bin/etc/templates/modindex.et.tpl +sympa/bin/etc/templates/modindex.fi.tpl +sympa/bin/etc/templates/modindex.fr.tpl +sympa/bin/etc/templates/modindex.hu.tpl +sympa/bin/etc/templates/modindex.it.tpl +sympa/bin/etc/templates/modindex.nl.tpl +sympa/bin/etc/templates/modindex.pl.tpl +sympa/bin/etc/templates/modindex.ro.tpl +sympa/bin/etc/templates/modindex.tpl +sympa/bin/etc/templates/modindex.us.tpl +sympa/bin/etc/templates/reject.cz.tpl +sympa/bin/etc/templates/reject.de.tpl +sympa/bin/etc/templates/reject.es.tpl +sympa/bin/etc/templates/reject.et.tpl +sympa/bin/etc/templates/reject.fi.tpl +sympa/bin/etc/templates/reject.fr.tpl +sympa/bin/etc/templates/reject.hu.tpl +sympa/bin/etc/templates/reject.nl.tpl +sympa/bin/etc/templates/reject.pl.tpl +sympa/bin/etc/templates/reject.pt.tpl +sympa/bin/etc/templates/reject.ro.tpl +sympa/bin/etc/templates/reject.tpl +sympa/bin/etc/templates/reject.us.tpl +sympa/bin/etc/templates/remind.cz.tpl +sympa/bin/etc/templates/remind.de.tpl +sympa/bin/etc/templates/remind.es.tpl +sympa/bin/etc/templates/remind.et.tpl +sympa/bin/etc/templates/remind.fi.tpl +sympa/bin/etc/templates/remind.fr.tpl +sympa/bin/etc/templates/remind.hu.tpl +sympa/bin/etc/templates/remind.it.tpl +sympa/bin/etc/templates/remind.nl.tpl +sympa/bin/etc/templates/remind.pl.tpl +sympa/bin/etc/templates/remind.pt.tpl +sympa/bin/etc/templates/remind.ro.tpl +sympa/bin/etc/templates/remind.tpl +sympa/bin/etc/templates/remind.us.tpl +sympa/bin/etc/templates/removed.cz.tpl +sympa/bin/etc/templates/removed.de.tpl +sympa/bin/etc/templates/removed.es.tpl +sympa/bin/etc/templates/removed.et.tpl +sympa/bin/etc/templates/removed.fi.tpl +sympa/bin/etc/templates/removed.fr.tpl +sympa/bin/etc/templates/removed.hu.tpl +sympa/bin/etc/templates/removed.it.tpl +sympa/bin/etc/templates/removed.nl.tpl +sympa/bin/etc/templates/removed.pl.tpl +sympa/bin/etc/templates/removed.pt.tpl +sympa/bin/etc/templates/removed.ro.tpl +sympa/bin/etc/templates/removed.tpl +sympa/bin/etc/templates/removed.us.tpl +sympa/bin/etc/templates/review.cz.tpl +sympa/bin/etc/templates/review.de.tpl +sympa/bin/etc/templates/review.es.tpl +sympa/bin/etc/templates/review.et.tpl +sympa/bin/etc/templates/review.fi.tpl +sympa/bin/etc/templates/review.fr.tpl +sympa/bin/etc/templates/review.hu.tpl +sympa/bin/etc/templates/review.it.tpl +sympa/bin/etc/templates/review.nl.tpl +sympa/bin/etc/templates/review.pl.tpl +sympa/bin/etc/templates/review.ro.tpl +sympa/bin/etc/templates/review.tpl +sympa/bin/etc/templates/review.us.tpl +sympa/bin/etc/templates/sendpasswd.cn.tpl +sympa/bin/etc/templates/sendpasswd.cz.tpl +sympa/bin/etc/templates/sendpasswd.de.tpl +sympa/bin/etc/templates/sendpasswd.es.tpl +sympa/bin/etc/templates/sendpasswd.et.tpl +sympa/bin/etc/templates/sendpasswd.fi.tpl +sympa/bin/etc/templates/sendpasswd.fr.tpl +sympa/bin/etc/templates/sendpasswd.hu.tpl +sympa/bin/etc/templates/sendpasswd.it.tpl +sympa/bin/etc/templates/sendpasswd.nl.tpl +sympa/bin/etc/templates/sendpasswd.ro.tpl +sympa/bin/etc/templates/sendpasswd.tpl +sympa/bin/etc/templates/sendpasswd.us.tpl +sympa/bin/etc/templates/stats_report.cz.tpl +sympa/bin/etc/templates/stats_report.de.tpl +sympa/bin/etc/templates/stats_report.es.tpl +sympa/bin/etc/templates/stats_report.et.tpl +sympa/bin/etc/templates/stats_report.fi.tpl +sympa/bin/etc/templates/stats_report.fr.tpl +sympa/bin/etc/templates/stats_report.hu.tpl +sympa/bin/etc/templates/stats_report.it.tpl +sympa/bin/etc/templates/stats_report.nl.tpl +sympa/bin/etc/templates/stats_report.pl.tpl +sympa/bin/etc/templates/stats_report.ro.tpl +sympa/bin/etc/templates/stats_report.tpl +sympa/bin/etc/templates/stats_report.us.tpl +sympa/bin/etc/templates/subscriber_notification.fr.tpl +sympa/bin/etc/templates/subscriber_notification.tpl +sympa/bin/etc/templates/subscriber_notification.us.tpl +sympa/bin/etc/templates/summary.et.tpl +sympa/bin/etc/templates/summary.fi.tpl +sympa/bin/etc/templates/summary.nl.tpl +sympa/bin/etc/templates/summary.ro.tpl +sympa/bin/etc/templates/summary.tpl +sympa/bin/etc/templates/summary.us.tpl +sympa/bin/etc/templates/urlized_part.fr.tpl +sympa/bin/etc/templates/urlized_part.tpl +sympa/bin/etc/templates/urlized_part.us.tpl +sympa/bin/etc/templates/welcome.cz.tpl +sympa/bin/etc/templates/welcome.de.tpl +sympa/bin/etc/templates/welcome.es.tpl +sympa/bin/etc/templates/welcome.et.tpl +sympa/bin/etc/templates/welcome.fi.tpl +sympa/bin/etc/templates/welcome.fr.tpl +sympa/bin/etc/templates/welcome.hu.tpl +sympa/bin/etc/templates/welcome.it.tpl +sympa/bin/etc/templates/welcome.nl.tpl +sympa/bin/etc/templates/welcome.pl.tpl +sympa/bin/etc/templates/welcome.pt.tpl +sympa/bin/etc/templates/welcome.ro.tpl +sympa/bin/etc/templates/welcome.tpl +sympa/bin/etc/templates/welcome.us.tpl +sympa/bin/etc/templates/x509-user-cert-missing.cz.tpl +sympa/bin/etc/templates/x509-user-cert-missing.de.tpl +sympa/bin/etc/templates/x509-user-cert-missing.et.tpl +sympa/bin/etc/templates/x509-user-cert-missing.fi.tpl +sympa/bin/etc/templates/x509-user-cert-missing.fr.tpl +sympa/bin/etc/templates/x509-user-cert-missing.hu.tpl +sympa/bin/etc/templates/x509-user-cert-missing.nl.tpl +sympa/bin/etc/templates/x509-user-cert-missing.ro.tpl +sympa/bin/etc/templates/x509-user-cert-missing.tpl +sympa/bin/etc/templates/x509-user-cert-missing.us.tpl +sympa/bin/etc/templates/your_infected_msg.de.tpl +sympa/bin/etc/templates/your_infected_msg.et.tpl +sympa/bin/etc/templates/your_infected_msg.fi.tpl +sympa/bin/etc/templates/your_infected_msg.fr.tpl +sympa/bin/etc/templates/your_infected_msg.it.tpl +sympa/bin/etc/templates/your_infected_msg.nl.tpl +sympa/bin/etc/templates/your_infected_msg.ro.tpl +sympa/bin/etc/templates/your_infected_msg.tpl +sympa/bin/etc/templates/your_infected_msg.us.tpl +sympa/bin/etc/topics.conf +sympa/bin/etc/wws_templates/add_request.cn.tpl +sympa/bin/etc/wws_templates/add_request.cz.tpl +sympa/bin/etc/wws_templates/add_request.de.tpl +sympa/bin/etc/wws_templates/add_request.es.tpl +sympa/bin/etc/wws_templates/add_request.et.tpl +sympa/bin/etc/wws_templates/add_request.fi.tpl +sympa/bin/etc/wws_templates/add_request.fr.tpl +sympa/bin/etc/wws_templates/add_request.hu.tpl +sympa/bin/etc/wws_templates/add_request.it.tpl +sympa/bin/etc/wws_templates/add_request.nl.tpl +sympa/bin/etc/wws_templates/add_request.ro.tpl +sympa/bin/etc/wws_templates/add_request.tpl +sympa/bin/etc/wws_templates/add_request.us.tpl +sympa/bin/etc/wws_templates/admin.cn.tpl +sympa/bin/etc/wws_templates/admin.cz.tpl +sympa/bin/etc/wws_templates/admin.de.tpl +sympa/bin/etc/wws_templates/admin.es.tpl +sympa/bin/etc/wws_templates/admin.et.tpl +sympa/bin/etc/wws_templates/admin.fi.tpl +sympa/bin/etc/wws_templates/admin.fr.tpl +sympa/bin/etc/wws_templates/admin.hu.tpl +sympa/bin/etc/wws_templates/admin.it.tpl +sympa/bin/etc/wws_templates/admin.ro.tpl +sympa/bin/etc/wws_templates/admin.tpl +sympa/bin/etc/wws_templates/admin.us.tpl +sympa/bin/etc/wws_templates/admin_menu.cn.tpl +sympa/bin/etc/wws_templates/admin_menu.cz.tpl +sympa/bin/etc/wws_templates/admin_menu.de.tpl +sympa/bin/etc/wws_templates/admin_menu.es.tpl +sympa/bin/etc/wws_templates/admin_menu.et.tpl +sympa/bin/etc/wws_templates/admin_menu.fi.tpl +sympa/bin/etc/wws_templates/admin_menu.fr.tpl +sympa/bin/etc/wws_templates/admin_menu.hu.tpl +sympa/bin/etc/wws_templates/admin_menu.it.tpl +sympa/bin/etc/wws_templates/admin_menu.nl.tpl +sympa/bin/etc/wws_templates/admin_menu.ro.tpl +sympa/bin/etc/wws_templates/admin_menu.tpl +sympa/bin/etc/wws_templates/admin_menu.us.tpl +sympa/bin/etc/wws_templates/arc.cn.tpl +sympa/bin/etc/wws_templates/arc.cz.tpl +sympa/bin/etc/wws_templates/arc.de.tpl +sympa/bin/etc/wws_templates/arc.es.tpl +sympa/bin/etc/wws_templates/arc.et.tpl +sympa/bin/etc/wws_templates/arc.fi.tpl +sympa/bin/etc/wws_templates/arc.fr.tpl +sympa/bin/etc/wws_templates/arc.hu.tpl +sympa/bin/etc/wws_templates/arc.it.tpl +sympa/bin/etc/wws_templates/arc.nl.tpl +sympa/bin/etc/wws_templates/arc.ro.tpl +sympa/bin/etc/wws_templates/arc.tpl +sympa/bin/etc/wws_templates/arc.us.tpl +sympa/bin/etc/wws_templates/arc_manage.fr.tpl +sympa/bin/etc/wws_templates/arc_manage.tpl +sympa/bin/etc/wws_templates/arc_manage.us.tpl +sympa/bin/etc/wws_templates/arc_protect.cn.tpl +sympa/bin/etc/wws_templates/arc_protect.cz.tpl +sympa/bin/etc/wws_templates/arc_protect.de.tpl +sympa/bin/etc/wws_templates/arc_protect.es.tpl +sympa/bin/etc/wws_templates/arc_protect.et.tpl +sympa/bin/etc/wws_templates/arc_protect.fi.tpl +sympa/bin/etc/wws_templates/arc_protect.fr.tpl +sympa/bin/etc/wws_templates/arc_protect.hu.tpl +sympa/bin/etc/wws_templates/arc_protect.it.tpl +sympa/bin/etc/wws_templates/arc_protect.nl.tpl +sympa/bin/etc/wws_templates/arc_protect.ro.tpl +sympa/bin/etc/wws_templates/arc_protect.tpl +sympa/bin/etc/wws_templates/arc_protect.us.tpl +sympa/bin/etc/wws_templates/arcsearch.cn.tpl +sympa/bin/etc/wws_templates/arcsearch.cz.tpl +sympa/bin/etc/wws_templates/arcsearch.de.tpl +sympa/bin/etc/wws_templates/arcsearch.es.tpl +sympa/bin/etc/wws_templates/arcsearch.et.tpl +sympa/bin/etc/wws_templates/arcsearch.fi.tpl +sympa/bin/etc/wws_templates/arcsearch.fr.tpl +sympa/bin/etc/wws_templates/arcsearch.hu.tpl +sympa/bin/etc/wws_templates/arcsearch.it.tpl +sympa/bin/etc/wws_templates/arcsearch.nl.tpl +sympa/bin/etc/wws_templates/arcsearch.ro.tpl +sympa/bin/etc/wws_templates/arcsearch.tpl +sympa/bin/etc/wws_templates/arcsearch.us.tpl +sympa/bin/etc/wws_templates/arcsearch_form.cn.tpl +sympa/bin/etc/wws_templates/arcsearch_form.cz.tpl +sympa/bin/etc/wws_templates/arcsearch_form.de.tpl +sympa/bin/etc/wws_templates/arcsearch_form.es.tpl +sympa/bin/etc/wws_templates/arcsearch_form.et.tpl +sympa/bin/etc/wws_templates/arcsearch_form.fi.tpl +sympa/bin/etc/wws_templates/arcsearch_form.fr.tpl +sympa/bin/etc/wws_templates/arcsearch_form.hu.tpl +sympa/bin/etc/wws_templates/arcsearch_form.it.tpl +sympa/bin/etc/wws_templates/arcsearch_form.nl.tpl +sympa/bin/etc/wws_templates/arcsearch_form.ro.tpl +sympa/bin/etc/wws_templates/arcsearch_form.tpl +sympa/bin/etc/wws_templates/arcsearch_form.us.tpl +sympa/bin/etc/wws_templates/button_footer.fi.tpl +sympa/bin/etc/wws_templates/button_footer.tpl +sympa/bin/etc/wws_templates/button_footer.us.tpl +sympa/bin/etc/wws_templates/button_header.fi.tpl +sympa/bin/etc/wws_templates/button_header.tpl +sympa/bin/etc/wws_templates/button_header.us.tpl +sympa/bin/etc/wws_templates/change_email.cn.tpl +sympa/bin/etc/wws_templates/change_email.cz.tpl +sympa/bin/etc/wws_templates/change_email.de.tpl +sympa/bin/etc/wws_templates/change_email.es.tpl +sympa/bin/etc/wws_templates/change_email.et.tpl +sympa/bin/etc/wws_templates/change_email.fi.tpl +sympa/bin/etc/wws_templates/change_email.fr.tpl +sympa/bin/etc/wws_templates/change_email.hu.tpl +sympa/bin/etc/wws_templates/change_email.it.tpl +sympa/bin/etc/wws_templates/change_email.nl.tpl +sympa/bin/etc/wws_templates/change_email.ro.tpl +sympa/bin/etc/wws_templates/change_email.tpl +sympa/bin/etc/wws_templates/change_email.us.tpl +sympa/bin/etc/wws_templates/choosepasswd.cn.tpl +sympa/bin/etc/wws_templates/choosepasswd.cz.tpl +sympa/bin/etc/wws_templates/choosepasswd.de.tpl +sympa/bin/etc/wws_templates/choosepasswd.es.tpl +sympa/bin/etc/wws_templates/choosepasswd.et.tpl +sympa/bin/etc/wws_templates/choosepasswd.fi.tpl +sympa/bin/etc/wws_templates/choosepasswd.fr.tpl +sympa/bin/etc/wws_templates/choosepasswd.hu.tpl +sympa/bin/etc/wws_templates/choosepasswd.it.tpl +sympa/bin/etc/wws_templates/choosepasswd.nl.tpl +sympa/bin/etc/wws_templates/choosepasswd.ro.tpl +sympa/bin/etc/wws_templates/choosepasswd.tpl +sympa/bin/etc/wws_templates/choosepasswd.us.tpl +sympa/bin/etc/wws_templates/close_list.cn.tpl +sympa/bin/etc/wws_templates/close_list.cz.tpl +sympa/bin/etc/wws_templates/close_list.de.tpl +sympa/bin/etc/wws_templates/close_list.es.tpl +sympa/bin/etc/wws_templates/close_list.et.tpl +sympa/bin/etc/wws_templates/close_list.fi.tpl +sympa/bin/etc/wws_templates/close_list.fr.tpl +sympa/bin/etc/wws_templates/close_list.hu.tpl +sympa/bin/etc/wws_templates/close_list.it.tpl +sympa/bin/etc/wws_templates/close_list.nl.tpl +sympa/bin/etc/wws_templates/close_list.ro.tpl +sympa/bin/etc/wws_templates/close_list.tpl +sympa/bin/etc/wws_templates/close_list.us.tpl +sympa/bin/etc/wws_templates/close_list_request.es.tpl +sympa/bin/etc/wws_templates/compose_mail.cn.tpl +sympa/bin/etc/wws_templates/compose_mail.cz.tpl +sympa/bin/etc/wws_templates/compose_mail.de.tpl +sympa/bin/etc/wws_templates/compose_mail.es.tpl +sympa/bin/etc/wws_templates/compose_mail.et.tpl +sympa/bin/etc/wws_templates/compose_mail.fi.tpl +sympa/bin/etc/wws_templates/compose_mail.fr.tpl +sympa/bin/etc/wws_templates/compose_mail.hu.tpl +sympa/bin/etc/wws_templates/compose_mail.nl.tpl +sympa/bin/etc/wws_templates/compose_mail.ro.tpl +sympa/bin/etc/wws_templates/compose_mail.tpl +sympa/bin/etc/wws_templates/compose_mail.us.tpl +sympa/bin/etc/wws_templates/create_list.cn.tpl +sympa/bin/etc/wws_templates/create_list.cz.tpl +sympa/bin/etc/wws_templates/create_list.de.tpl +sympa/bin/etc/wws_templates/create_list.es.tpl +sympa/bin/etc/wws_templates/create_list.et.tpl +sympa/bin/etc/wws_templates/create_list.fi.tpl +sympa/bin/etc/wws_templates/create_list.fr.tpl +sympa/bin/etc/wws_templates/create_list.hu.tpl +sympa/bin/etc/wws_templates/create_list.it.tpl +sympa/bin/etc/wws_templates/create_list.nl.tpl +sympa/bin/etc/wws_templates/create_list.ro.tpl +sympa/bin/etc/wws_templates/create_list.tpl +sympa/bin/etc/wws_templates/create_list.us.tpl +sympa/bin/etc/wws_templates/create_list_request.cn.tpl +sympa/bin/etc/wws_templates/create_list_request.cz.tpl +sympa/bin/etc/wws_templates/create_list_request.de.tpl +sympa/bin/etc/wws_templates/create_list_request.es.tpl +sympa/bin/etc/wws_templates/create_list_request.et.tpl +sympa/bin/etc/wws_templates/create_list_request.fi.tpl +sympa/bin/etc/wws_templates/create_list_request.fr.tpl +sympa/bin/etc/wws_templates/create_list_request.hu.tpl +sympa/bin/etc/wws_templates/create_list_request.it.tpl +sympa/bin/etc/wws_templates/create_list_request.nl.tpl +sympa/bin/etc/wws_templates/create_list_request.ro.tpl +sympa/bin/etc/wws_templates/create_list_request.tpl +sympa/bin/etc/wws_templates/create_list_request.us.tpl +sympa/bin/etc/wws_templates/d_control.cn.tpl +sympa/bin/etc/wws_templates/d_control.cz.tpl +sympa/bin/etc/wws_templates/d_control.de.tpl +sympa/bin/etc/wws_templates/d_control.es.tpl +sympa/bin/etc/wws_templates/d_control.et.tpl +sympa/bin/etc/wws_templates/d_control.fi.tpl +sympa/bin/etc/wws_templates/d_control.fr.tpl +sympa/bin/etc/wws_templates/d_control.hu.tpl +sympa/bin/etc/wws_templates/d_control.it.tpl +sympa/bin/etc/wws_templates/d_control.nl.tpl +sympa/bin/etc/wws_templates/d_control.ro.tpl +sympa/bin/etc/wws_templates/d_control.tpl +sympa/bin/etc/wws_templates/d_control.us.tpl +sympa/bin/etc/wws_templates/d_editfile.cn.tpl +sympa/bin/etc/wws_templates/d_editfile.cz.tpl +sympa/bin/etc/wws_templates/d_editfile.de.tpl +sympa/bin/etc/wws_templates/d_editfile.es.tpl +sympa/bin/etc/wws_templates/d_editfile.et.tpl +sympa/bin/etc/wws_templates/d_editfile.fi.tpl +sympa/bin/etc/wws_templates/d_editfile.fr.tpl +sympa/bin/etc/wws_templates/d_editfile.hu.tpl +sympa/bin/etc/wws_templates/d_editfile.it.tpl +sympa/bin/etc/wws_templates/d_editfile.nl.tpl +sympa/bin/etc/wws_templates/d_editfile.ro.tpl +sympa/bin/etc/wws_templates/d_editfile.tpl +sympa/bin/etc/wws_templates/d_editfile.us.tpl +sympa/bin/etc/wws_templates/d_read.cn.tpl +sympa/bin/etc/wws_templates/d_read.cz.tpl +sympa/bin/etc/wws_templates/d_read.de.tpl +sympa/bin/etc/wws_templates/d_read.es.tpl +sympa/bin/etc/wws_templates/d_read.et.tpl +sympa/bin/etc/wws_templates/d_read.fi.tpl +sympa/bin/etc/wws_templates/d_read.fr.tpl +sympa/bin/etc/wws_templates/d_read.hu.tpl +sympa/bin/etc/wws_templates/d_read.it.tpl +sympa/bin/etc/wws_templates/d_read.nl.tpl +sympa/bin/etc/wws_templates/d_read.ro.tpl +sympa/bin/etc/wws_templates/d_read.tpl +sympa/bin/etc/wws_templates/d_read.us.tpl +sympa/bin/etc/wws_templates/edit_list_request.cn.tpl +sympa/bin/etc/wws_templates/edit_list_request.cz.tpl +sympa/bin/etc/wws_templates/edit_list_request.de.tpl +sympa/bin/etc/wws_templates/edit_list_request.es.tpl +sympa/bin/etc/wws_templates/edit_list_request.et.tpl +sympa/bin/etc/wws_templates/edit_list_request.fi.tpl +sympa/bin/etc/wws_templates/edit_list_request.fr.tpl +sympa/bin/etc/wws_templates/edit_list_request.hu.tpl +sympa/bin/etc/wws_templates/edit_list_request.it.tpl +sympa/bin/etc/wws_templates/edit_list_request.nl.tpl +sympa/bin/etc/wws_templates/edit_list_request.ro.tpl +sympa/bin/etc/wws_templates/edit_list_request.tpl +sympa/bin/etc/wws_templates/edit_list_request.us.tpl +sympa/bin/etc/wws_templates/editfile.cn.tpl +sympa/bin/etc/wws_templates/editfile.cz.tpl +sympa/bin/etc/wws_templates/editfile.de.tpl +sympa/bin/etc/wws_templates/editfile.es.tpl +sympa/bin/etc/wws_templates/editfile.et.tpl +sympa/bin/etc/wws_templates/editfile.fi.tpl +sympa/bin/etc/wws_templates/editfile.fr.tpl +sympa/bin/etc/wws_templates/editfile.hu.tpl +sympa/bin/etc/wws_templates/editfile.it.tpl +sympa/bin/etc/wws_templates/editfile.nl.tpl +sympa/bin/etc/wws_templates/editfile.ro.tpl +sympa/bin/etc/wws_templates/editfile.tpl +sympa/bin/etc/wws_templates/editfile.us.tpl +sympa/bin/etc/wws_templates/editsubscriber.cn.tpl +sympa/bin/etc/wws_templates/editsubscriber.cz.tpl +sympa/bin/etc/wws_templates/editsubscriber.de.tpl +sympa/bin/etc/wws_templates/editsubscriber.es.tpl +sympa/bin/etc/wws_templates/editsubscriber.et.tpl +sympa/bin/etc/wws_templates/editsubscriber.fi.tpl +sympa/bin/etc/wws_templates/editsubscriber.fr.tpl +sympa/bin/etc/wws_templates/editsubscriber.hu.tpl +sympa/bin/etc/wws_templates/editsubscriber.it.tpl +sympa/bin/etc/wws_templates/editsubscriber.nl.tpl +sympa/bin/etc/wws_templates/editsubscriber.ro.tpl +sympa/bin/etc/wws_templates/editsubscriber.tpl +sympa/bin/etc/wws_templates/editsubscriber.us.tpl +sympa/bin/etc/wws_templates/error.cn.tpl +sympa/bin/etc/wws_templates/error.cz.tpl +sympa/bin/etc/wws_templates/error.de.tpl +sympa/bin/etc/wws_templates/error.es.tpl +sympa/bin/etc/wws_templates/error.et.tpl +sympa/bin/etc/wws_templates/error.fi.tpl +sympa/bin/etc/wws_templates/error.fr.tpl +sympa/bin/etc/wws_templates/error.hu.tpl +sympa/bin/etc/wws_templates/error.it.tpl +sympa/bin/etc/wws_templates/error.nl.tpl +sympa/bin/etc/wws_templates/error.ro.tpl +sympa/bin/etc/wws_templates/error.tpl +sympa/bin/etc/wws_templates/error.us.tpl +sympa/bin/etc/wws_templates/get_closed_lists.es.tpl +sympa/bin/etc/wws_templates/get_closed_lists.et.tpl +sympa/bin/etc/wws_templates/get_closed_lists.fi.tpl +sympa/bin/etc/wws_templates/get_closed_lists.fr.tpl +sympa/bin/etc/wws_templates/get_closed_lists.nl.tpl +sympa/bin/etc/wws_templates/get_closed_lists.ro.tpl +sympa/bin/etc/wws_templates/get_closed_lists.tpl +sympa/bin/etc/wws_templates/get_closed_lists.us.tpl +sympa/bin/etc/wws_templates/get_inactive_lists.tpl +sympa/bin/etc/wws_templates/get_inactive_lists.us.tpl +sympa/bin/etc/wws_templates/get_latest_lists.es.tpl +sympa/bin/etc/wws_templates/get_latest_lists.et.tpl +sympa/bin/etc/wws_templates/get_latest_lists.fi.tpl +sympa/bin/etc/wws_templates/get_latest_lists.fr.tpl +sympa/bin/etc/wws_templates/get_latest_lists.nl.tpl +sympa/bin/etc/wws_templates/get_latest_lists.ro.tpl +sympa/bin/etc/wws_templates/get_latest_lists.tpl +sympa/bin/etc/wws_templates/get_latest_lists.us.tpl +sympa/bin/etc/wws_templates/get_pending_lists.cn.tpl +sympa/bin/etc/wws_templates/get_pending_lists.cz.tpl +sympa/bin/etc/wws_templates/get_pending_lists.de.tpl +sympa/bin/etc/wws_templates/get_pending_lists.es.tpl +sympa/bin/etc/wws_templates/get_pending_lists.et.tpl +sympa/bin/etc/wws_templates/get_pending_lists.fi.tpl +sympa/bin/etc/wws_templates/get_pending_lists.fr.tpl +sympa/bin/etc/wws_templates/get_pending_lists.hu.tpl +sympa/bin/etc/wws_templates/get_pending_lists.it.tpl +sympa/bin/etc/wws_templates/get_pending_lists.nl.tpl +sympa/bin/etc/wws_templates/get_pending_lists.ro.tpl +sympa/bin/etc/wws_templates/get_pending_lists.tpl +sympa/bin/etc/wws_templates/get_pending_lists.us.tpl +sympa/bin/etc/wws_templates/help.cn.tpl +sympa/bin/etc/wws_templates/help.cz.tpl +sympa/bin/etc/wws_templates/help.de.tpl +sympa/bin/etc/wws_templates/help.es.tpl +sympa/bin/etc/wws_templates/help.et.tpl +sympa/bin/etc/wws_templates/help.fi.tpl +sympa/bin/etc/wws_templates/help.fr.tpl +sympa/bin/etc/wws_templates/help.hu.tpl +sympa/bin/etc/wws_templates/help.it.tpl +sympa/bin/etc/wws_templates/help.nl.tpl +sympa/bin/etc/wws_templates/help.ro.tpl +sympa/bin/etc/wws_templates/help.tpl +sympa/bin/etc/wws_templates/help.us.tpl +sympa/bin/etc/wws_templates/help_admin.cn.tpl +sympa/bin/etc/wws_templates/help_admin.cz.tpl +sympa/bin/etc/wws_templates/help_admin.de.tpl +sympa/bin/etc/wws_templates/help_admin.es.tpl +sympa/bin/etc/wws_templates/help_admin.et.tpl +sympa/bin/etc/wws_templates/help_admin.fi.tpl +sympa/bin/etc/wws_templates/help_admin.fr.tpl +sympa/bin/etc/wws_templates/help_admin.hu.tpl +sympa/bin/etc/wws_templates/help_admin.it.tpl +sympa/bin/etc/wws_templates/help_admin.nl.tpl +sympa/bin/etc/wws_templates/help_admin.ro.tpl +sympa/bin/etc/wws_templates/help_admin.tpl +sympa/bin/etc/wws_templates/help_admin.us.tpl +sympa/bin/etc/wws_templates/help_editfile.cn.tpl +sympa/bin/etc/wws_templates/help_editfile.cz.tpl +sympa/bin/etc/wws_templates/help_editfile.de.tpl +sympa/bin/etc/wws_templates/help_editfile.es.tpl +sympa/bin/etc/wws_templates/help_editfile.et.tpl +sympa/bin/etc/wws_templates/help_editfile.fi.tpl +sympa/bin/etc/wws_templates/help_editfile.fr.tpl +sympa/bin/etc/wws_templates/help_editfile.hu.tpl +sympa/bin/etc/wws_templates/help_editfile.it.tpl +sympa/bin/etc/wws_templates/help_editfile.nl.tpl +sympa/bin/etc/wws_templates/help_editfile.ro.tpl +sympa/bin/etc/wws_templates/help_editfile.tpl +sympa/bin/etc/wws_templates/help_editfile.us.tpl +sympa/bin/etc/wws_templates/help_editlist.cn.tpl +sympa/bin/etc/wws_templates/help_editlist.cz.tpl +sympa/bin/etc/wws_templates/help_editlist.de.tpl +sympa/bin/etc/wws_templates/help_editlist.es.tpl +sympa/bin/etc/wws_templates/help_editlist.et.tpl +sympa/bin/etc/wws_templates/help_editlist.fi.tpl +sympa/bin/etc/wws_templates/help_editlist.fr.tpl +sympa/bin/etc/wws_templates/help_editlist.hu.tpl +sympa/bin/etc/wws_templates/help_editlist.it.tpl +sympa/bin/etc/wws_templates/help_editlist.nl.tpl +sympa/bin/etc/wws_templates/help_editlist.ro.tpl +sympa/bin/etc/wws_templates/help_editlist.tpl +sympa/bin/etc/wws_templates/help_editlist.us.tpl +sympa/bin/etc/wws_templates/help_user_options.es.tpl +sympa/bin/etc/wws_templates/help_user_options.et.tpl +sympa/bin/etc/wws_templates/help_user_options.fi.tpl +sympa/bin/etc/wws_templates/help_user_options.fr.tpl +sympa/bin/etc/wws_templates/help_user_options.nl.tpl +sympa/bin/etc/wws_templates/help_user_options.ro.tpl +sympa/bin/etc/wws_templates/help_user_options.tpl +sympa/bin/etc/wws_templates/help_user_options.us.tpl +sympa/bin/etc/wws_templates/home.cn.tpl +sympa/bin/etc/wws_templates/home.cz.tpl +sympa/bin/etc/wws_templates/home.de.tpl +sympa/bin/etc/wws_templates/home.es.tpl +sympa/bin/etc/wws_templates/home.et.tpl +sympa/bin/etc/wws_templates/home.fi.tpl +sympa/bin/etc/wws_templates/home.fr.tpl +sympa/bin/etc/wws_templates/home.hu.tpl +sympa/bin/etc/wws_templates/home.it.tpl +sympa/bin/etc/wws_templates/home.nl.tpl +sympa/bin/etc/wws_templates/home.ro.tpl +sympa/bin/etc/wws_templates/home.tpl +sympa/bin/etc/wws_templates/home.us.tpl +sympa/bin/etc/wws_templates/info.de.tpl +sympa/bin/etc/wws_templates/info.fi.tpl +sympa/bin/etc/wws_templates/info.tpl +sympa/bin/etc/wws_templates/info.us.tpl +sympa/bin/etc/wws_templates/install_pending_list.cn.tpl +sympa/bin/etc/wws_templates/install_pending_list.cz.tpl +sympa/bin/etc/wws_templates/install_pending_list.de.tpl +sympa/bin/etc/wws_templates/install_pending_list.es.tpl +sympa/bin/etc/wws_templates/install_pending_list.et.tpl +sympa/bin/etc/wws_templates/install_pending_list.fi.tpl +sympa/bin/etc/wws_templates/install_pending_list.fr.tpl +sympa/bin/etc/wws_templates/install_pending_list.hu.tpl +sympa/bin/etc/wws_templates/install_pending_list.it.tpl +sympa/bin/etc/wws_templates/install_pending_list.nl.tpl +sympa/bin/etc/wws_templates/install_pending_list.ro.tpl +sympa/bin/etc/wws_templates/install_pending_list.tpl +sympa/bin/etc/wws_templates/install_pending_list.us.tpl +sympa/bin/etc/wws_templates/list_button_footer.fi.tpl +sympa/bin/etc/wws_templates/list_button_footer.tpl +sympa/bin/etc/wws_templates/list_button_footer.us.tpl +sympa/bin/etc/wws_templates/list_button_header.fi.tpl +sympa/bin/etc/wws_templates/list_button_header.tpl +sympa/bin/etc/wws_templates/list_button_header.us.tpl +sympa/bin/etc/wws_templates/list_menu.cn.tpl +sympa/bin/etc/wws_templates/list_menu.cz.tpl +sympa/bin/etc/wws_templates/list_menu.de.tpl +sympa/bin/etc/wws_templates/list_menu.es.tpl +sympa/bin/etc/wws_templates/list_menu.et.tpl +sympa/bin/etc/wws_templates/list_menu.fi.tpl +sympa/bin/etc/wws_templates/list_menu.fr.tpl +sympa/bin/etc/wws_templates/list_menu.hu.tpl +sympa/bin/etc/wws_templates/list_menu.it.tpl +sympa/bin/etc/wws_templates/list_menu.nl.tpl +sympa/bin/etc/wws_templates/list_menu.ro.tpl +sympa/bin/etc/wws_templates/list_menu.tpl +sympa/bin/etc/wws_templates/list_menu.us.tpl +sympa/bin/etc/wws_templates/lists.cn.tpl +sympa/bin/etc/wws_templates/lists.cz.tpl +sympa/bin/etc/wws_templates/lists.de.tpl +sympa/bin/etc/wws_templates/lists.es.tpl +sympa/bin/etc/wws_templates/lists.et.tpl +sympa/bin/etc/wws_templates/lists.fi.tpl +sympa/bin/etc/wws_templates/lists.fr.tpl +sympa/bin/etc/wws_templates/lists.hu.tpl +sympa/bin/etc/wws_templates/lists.it.tpl +sympa/bin/etc/wws_templates/lists.nl.tpl +sympa/bin/etc/wws_templates/lists.ro.tpl +sympa/bin/etc/wws_templates/lists.tpl +sympa/bin/etc/wws_templates/lists.us.tpl +sympa/bin/etc/wws_templates/login.cn.tpl +sympa/bin/etc/wws_templates/login.de.tpl +sympa/bin/etc/wws_templates/login.es.tpl +sympa/bin/etc/wws_templates/login.et.tpl +sympa/bin/etc/wws_templates/login.fi.tpl +sympa/bin/etc/wws_templates/login.fr.tpl +sympa/bin/etc/wws_templates/login.hu.tpl +sympa/bin/etc/wws_templates/login.nl.tpl +sympa/bin/etc/wws_templates/login.ro.tpl +sympa/bin/etc/wws_templates/login.tpl +sympa/bin/etc/wws_templates/login.us.tpl +sympa/bin/etc/wws_templates/loginbanner.cn.tpl +sympa/bin/etc/wws_templates/loginbanner.cz.tpl +sympa/bin/etc/wws_templates/loginbanner.de.tpl +sympa/bin/etc/wws_templates/loginbanner.es.tpl +sympa/bin/etc/wws_templates/loginbanner.et.tpl +sympa/bin/etc/wws_templates/loginbanner.fi.tpl +sympa/bin/etc/wws_templates/loginbanner.fr.tpl +sympa/bin/etc/wws_templates/loginbanner.hu.tpl +sympa/bin/etc/wws_templates/loginbanner.it.tpl +sympa/bin/etc/wws_templates/loginbanner.nl.tpl +sympa/bin/etc/wws_templates/loginbanner.ro.tpl +sympa/bin/etc/wws_templates/loginbanner.tpl +sympa/bin/etc/wws_templates/loginbanner.us.tpl +sympa/bin/etc/wws_templates/loginrequest.cn.tpl +sympa/bin/etc/wws_templates/loginrequest.cz.tpl +sympa/bin/etc/wws_templates/loginrequest.de.tpl +sympa/bin/etc/wws_templates/loginrequest.es.tpl +sympa/bin/etc/wws_templates/loginrequest.et.tpl +sympa/bin/etc/wws_templates/loginrequest.fi.tpl +sympa/bin/etc/wws_templates/loginrequest.fr.tpl +sympa/bin/etc/wws_templates/loginrequest.hu.tpl +sympa/bin/etc/wws_templates/loginrequest.it.tpl +sympa/bin/etc/wws_templates/loginrequest.ro.tpl +sympa/bin/etc/wws_templates/loginrequest.tpl +sympa/bin/etc/wws_templates/loginrequest.us.tpl +sympa/bin/etc/wws_templates/main.tpl +sympa/bin/etc/wws_templates/main.us.tpl +sympa/bin/etc/wws_templates/menu.cn.tpl +sympa/bin/etc/wws_templates/menu.cz.tpl +sympa/bin/etc/wws_templates/menu.de.tpl +sympa/bin/etc/wws_templates/menu.es.tpl +sympa/bin/etc/wws_templates/menu.et.tpl +sympa/bin/etc/wws_templates/menu.fi.tpl +sympa/bin/etc/wws_templates/menu.fr.tpl +sympa/bin/etc/wws_templates/menu.hu.tpl +sympa/bin/etc/wws_templates/menu.it.tpl +sympa/bin/etc/wws_templates/menu.nl.tpl +sympa/bin/etc/wws_templates/menu.ro.tpl +sympa/bin/etc/wws_templates/menu.tpl +sympa/bin/etc/wws_templates/menu.us.tpl +sympa/bin/etc/wws_templates/modindex.cn.tpl +sympa/bin/etc/wws_templates/modindex.cz.tpl +sympa/bin/etc/wws_templates/modindex.de.tpl +sympa/bin/etc/wws_templates/modindex.es.tpl +sympa/bin/etc/wws_templates/modindex.et.tpl +sympa/bin/etc/wws_templates/modindex.fi.tpl +sympa/bin/etc/wws_templates/modindex.fr.tpl +sympa/bin/etc/wws_templates/modindex.hu.tpl +sympa/bin/etc/wws_templates/modindex.it.tpl +sympa/bin/etc/wws_templates/modindex.nl.tpl +sympa/bin/etc/wws_templates/modindex.ro.tpl +sympa/bin/etc/wws_templates/modindex.tpl +sympa/bin/etc/wws_templates/modindex.us.tpl +sympa/bin/etc/wws_templates/notice.cn.tpl +sympa/bin/etc/wws_templates/notice.cz.tpl +sympa/bin/etc/wws_templates/notice.de.tpl +sympa/bin/etc/wws_templates/notice.es.tpl +sympa/bin/etc/wws_templates/notice.et.tpl +sympa/bin/etc/wws_templates/notice.fi.tpl +sympa/bin/etc/wws_templates/notice.fr.tpl +sympa/bin/etc/wws_templates/notice.hu.tpl +sympa/bin/etc/wws_templates/notice.it.tpl +sympa/bin/etc/wws_templates/notice.nl.tpl +sympa/bin/etc/wws_templates/notice.ro.tpl +sympa/bin/etc/wws_templates/notice.tpl +sympa/bin/etc/wws_templates/notice.us.tpl +sympa/bin/etc/wws_templates/pref.cn.tpl +sympa/bin/etc/wws_templates/pref.cz.tpl +sympa/bin/etc/wws_templates/pref.de.tpl +sympa/bin/etc/wws_templates/pref.es.tpl +sympa/bin/etc/wws_templates/pref.et.tpl +sympa/bin/etc/wws_templates/pref.fi.tpl +sympa/bin/etc/wws_templates/pref.fr.tpl +sympa/bin/etc/wws_templates/pref.hu.tpl +sympa/bin/etc/wws_templates/pref.it.tpl +sympa/bin/etc/wws_templates/pref.nl.tpl +sympa/bin/etc/wws_templates/pref.ro.tpl +sympa/bin/etc/wws_templates/pref.tpl +sympa/bin/etc/wws_templates/pref.us.tpl +sympa/bin/etc/wws_templates/remindpasswd.cn.tpl +sympa/bin/etc/wws_templates/remindpasswd.cz.tpl +sympa/bin/etc/wws_templates/remindpasswd.de.tpl +sympa/bin/etc/wws_templates/remindpasswd.es.tpl +sympa/bin/etc/wws_templates/remindpasswd.et.tpl +sympa/bin/etc/wws_templates/remindpasswd.fi.tpl +sympa/bin/etc/wws_templates/remindpasswd.fr.tpl +sympa/bin/etc/wws_templates/remindpasswd.hu.tpl +sympa/bin/etc/wws_templates/remindpasswd.it.tpl +sympa/bin/etc/wws_templates/remindpasswd.nl.tpl +sympa/bin/etc/wws_templates/remindpasswd.ro.tpl +sympa/bin/etc/wws_templates/remindpasswd.tpl +sympa/bin/etc/wws_templates/remindpasswd.us.tpl +sympa/bin/etc/wws_templates/remove_arc.cn.tpl +sympa/bin/etc/wws_templates/remove_arc.cz.tpl +sympa/bin/etc/wws_templates/remove_arc.de.tpl +sympa/bin/etc/wws_templates/remove_arc.es.tpl +sympa/bin/etc/wws_templates/remove_arc.et.tpl +sympa/bin/etc/wws_templates/remove_arc.fi.tpl +sympa/bin/etc/wws_templates/remove_arc.fr.tpl +sympa/bin/etc/wws_templates/remove_arc.hu.tpl +sympa/bin/etc/wws_templates/remove_arc.it.tpl +sympa/bin/etc/wws_templates/remove_arc.nl.tpl +sympa/bin/etc/wws_templates/remove_arc.ro.tpl +sympa/bin/etc/wws_templates/remove_arc.tpl +sympa/bin/etc/wws_templates/remove_arc.us.tpl +sympa/bin/etc/wws_templates/rename_list_request.fr.tpl +sympa/bin/etc/wws_templates/rename_list_request.tpl +sympa/bin/etc/wws_templates/rename_list_request.us.tpl +sympa/bin/etc/wws_templates/review.cn.tpl +sympa/bin/etc/wws_templates/review.cz.tpl +sympa/bin/etc/wws_templates/review.de.tpl +sympa/bin/etc/wws_templates/review.es.tpl +sympa/bin/etc/wws_templates/review.et.tpl +sympa/bin/etc/wws_templates/review.fi.tpl +sympa/bin/etc/wws_templates/review.fr.tpl +sympa/bin/etc/wws_templates/review.hu.tpl +sympa/bin/etc/wws_templates/review.it.tpl +sympa/bin/etc/wws_templates/review.nl.tpl +sympa/bin/etc/wws_templates/review.ro.tpl +sympa/bin/etc/wws_templates/review.tpl +sympa/bin/etc/wws_templates/review.us.tpl +sympa/bin/etc/wws_templates/reviewbouncing.cn.tpl +sympa/bin/etc/wws_templates/reviewbouncing.cz.tpl +sympa/bin/etc/wws_templates/reviewbouncing.de.tpl +sympa/bin/etc/wws_templates/reviewbouncing.es.tpl +sympa/bin/etc/wws_templates/reviewbouncing.et.tpl +sympa/bin/etc/wws_templates/reviewbouncing.fi.tpl +sympa/bin/etc/wws_templates/reviewbouncing.fr.tpl +sympa/bin/etc/wws_templates/reviewbouncing.hu.tpl +sympa/bin/etc/wws_templates/reviewbouncing.it.tpl +sympa/bin/etc/wws_templates/reviewbouncing.nl.tpl +sympa/bin/etc/wws_templates/reviewbouncing.ro.tpl +sympa/bin/etc/wws_templates/reviewbouncing.tpl +sympa/bin/etc/wws_templates/reviewbouncing.us.tpl +sympa/bin/etc/wws_templates/scenario_test.cn.tpl +sympa/bin/etc/wws_templates/scenario_test.cz.tpl +sympa/bin/etc/wws_templates/scenario_test.de.tpl +sympa/bin/etc/wws_templates/scenario_test.es.tpl +sympa/bin/etc/wws_templates/scenario_test.et.tpl +sympa/bin/etc/wws_templates/scenario_test.fi.tpl +sympa/bin/etc/wws_templates/scenario_test.hu.tpl +sympa/bin/etc/wws_templates/scenario_test.it.tpl +sympa/bin/etc/wws_templates/scenario_test.nl.tpl +sympa/bin/etc/wws_templates/scenario_test.ro.tpl +sympa/bin/etc/wws_templates/scenario_test.tpl +sympa/bin/etc/wws_templates/scenario_test.us.tpl +sympa/bin/etc/wws_templates/search.cn.tpl +sympa/bin/etc/wws_templates/search.cz.tpl +sympa/bin/etc/wws_templates/search.de.tpl +sympa/bin/etc/wws_templates/search.es.tpl +sympa/bin/etc/wws_templates/search.et.tpl +sympa/bin/etc/wws_templates/search.fi.tpl +sympa/bin/etc/wws_templates/search.fr.tpl +sympa/bin/etc/wws_templates/search.hu.tpl +sympa/bin/etc/wws_templates/search.it.tpl +sympa/bin/etc/wws_templates/search.nl.tpl +sympa/bin/etc/wws_templates/search.ro.tpl +sympa/bin/etc/wws_templates/search.tpl +sympa/bin/etc/wws_templates/search.us.tpl +sympa/bin/etc/wws_templates/search_list.cn.tpl +sympa/bin/etc/wws_templates/search_list.cz.tpl +sympa/bin/etc/wws_templates/search_list.de.tpl +sympa/bin/etc/wws_templates/search_list.es.tpl +sympa/bin/etc/wws_templates/search_list.et.tpl +sympa/bin/etc/wws_templates/search_list.fi.tpl +sympa/bin/etc/wws_templates/search_list.fr.tpl +sympa/bin/etc/wws_templates/search_list.hu.tpl +sympa/bin/etc/wws_templates/search_list.it.tpl +sympa/bin/etc/wws_templates/search_list.nl.tpl +sympa/bin/etc/wws_templates/search_list.ro.tpl +sympa/bin/etc/wws_templates/search_list.tpl +sympa/bin/etc/wws_templates/search_list.us.tpl +sympa/bin/etc/wws_templates/search_user.cn.tpl +sympa/bin/etc/wws_templates/search_user.cz.tpl +sympa/bin/etc/wws_templates/search_user.de.tpl +sympa/bin/etc/wws_templates/search_user.es.tpl +sympa/bin/etc/wws_templates/search_user.et.tpl +sympa/bin/etc/wws_templates/search_user.fi.tpl +sympa/bin/etc/wws_templates/search_user.fr.tpl +sympa/bin/etc/wws_templates/search_user.hu.tpl +sympa/bin/etc/wws_templates/search_user.it.tpl +sympa/bin/etc/wws_templates/search_user.nl.tpl +sympa/bin/etc/wws_templates/search_user.ro.tpl +sympa/bin/etc/wws_templates/search_user.tpl +sympa/bin/etc/wws_templates/search_user.us.tpl +sympa/bin/etc/wws_templates/serveradmin.cn.tpl +sympa/bin/etc/wws_templates/serveradmin.cz.tpl +sympa/bin/etc/wws_templates/serveradmin.de.tpl +sympa/bin/etc/wws_templates/serveradmin.es.tpl +sympa/bin/etc/wws_templates/serveradmin.et.tpl +sympa/bin/etc/wws_templates/serveradmin.fi.tpl +sympa/bin/etc/wws_templates/serveradmin.fr.tpl +sympa/bin/etc/wws_templates/serveradmin.hu.tpl +sympa/bin/etc/wws_templates/serveradmin.it.tpl +sympa/bin/etc/wws_templates/serveradmin.nl.tpl +sympa/bin/etc/wws_templates/serveradmin.ro.tpl +sympa/bin/etc/wws_templates/serveradmin.tpl +sympa/bin/etc/wws_templates/serveradmin.us.tpl +sympa/bin/etc/wws_templates/set_pending_list_request.cn.tpl +sympa/bin/etc/wws_templates/set_pending_list_request.cz.tpl +sympa/bin/etc/wws_templates/set_pending_list_request.de.tpl +sympa/bin/etc/wws_templates/set_pending_list_request.es.tpl +sympa/bin/etc/wws_templates/set_pending_list_request.et.tpl +sympa/bin/etc/wws_templates/set_pending_list_request.fi.tpl +sympa/bin/etc/wws_templates/set_pending_list_request.fr.tpl +sympa/bin/etc/wws_templates/set_pending_list_request.hu.tpl +sympa/bin/etc/wws_templates/set_pending_list_request.it.tpl +sympa/bin/etc/wws_templates/set_pending_list_request.nl.tpl +sympa/bin/etc/wws_templates/set_pending_list_request.ro.tpl +sympa/bin/etc/wws_templates/set_pending_list_request.tpl +sympa/bin/etc/wws_templates/set_pending_list_request.us.tpl +sympa/bin/etc/wws_templates/show_cert.cn.tpl +sympa/bin/etc/wws_templates/show_cert.cz.tpl +sympa/bin/etc/wws_templates/show_cert.de.tpl +sympa/bin/etc/wws_templates/show_cert.es.tpl +sympa/bin/etc/wws_templates/show_cert.et.tpl +sympa/bin/etc/wws_templates/show_cert.fi.tpl +sympa/bin/etc/wws_templates/show_cert.fr.tpl +sympa/bin/etc/wws_templates/show_cert.hu.tpl +sympa/bin/etc/wws_templates/show_cert.nl.tpl +sympa/bin/etc/wws_templates/show_cert.ro.tpl +sympa/bin/etc/wws_templates/show_cert.tpl +sympa/bin/etc/wws_templates/show_cert.us.tpl +sympa/bin/etc/wws_templates/sigrequest.cn.tpl +sympa/bin/etc/wws_templates/sigrequest.cz.tpl +sympa/bin/etc/wws_templates/sigrequest.de.tpl +sympa/bin/etc/wws_templates/sigrequest.es.tpl +sympa/bin/etc/wws_templates/sigrequest.et.tpl +sympa/bin/etc/wws_templates/sigrequest.fi.tpl +sympa/bin/etc/wws_templates/sigrequest.fr.tpl +sympa/bin/etc/wws_templates/sigrequest.hu.tpl +sympa/bin/etc/wws_templates/sigrequest.it.tpl +sympa/bin/etc/wws_templates/sigrequest.nl.tpl +sympa/bin/etc/wws_templates/sigrequest.ro.tpl +sympa/bin/etc/wws_templates/sigrequest.tpl +sympa/bin/etc/wws_templates/sigrequest.us.tpl +sympa/bin/etc/wws_templates/sso_login_succeeded.tpl +sympa/bin/etc/wws_templates/sso_login_succeeded.us.tpl +sympa/bin/etc/wws_templates/stats.fi.tpl +sympa/bin/etc/wws_templates/stats.nl.tpl +sympa/bin/etc/wws_templates/stats.tpl +sympa/bin/etc/wws_templates/stats.us.tpl +sympa/bin/etc/wws_templates/subindex.cn.tpl +sympa/bin/etc/wws_templates/subindex.es.tpl +sympa/bin/etc/wws_templates/subindex.et.tpl +sympa/bin/etc/wws_templates/subindex.fi.tpl +sympa/bin/etc/wws_templates/subindex.fr.tpl +sympa/bin/etc/wws_templates/subindex.nl.tpl +sympa/bin/etc/wws_templates/subindex.ro.tpl +sympa/bin/etc/wws_templates/subindex.tpl +sympa/bin/etc/wws_templates/subindex.us.tpl +sympa/bin/etc/wws_templates/suboptions.cn.tpl +sympa/bin/etc/wws_templates/suboptions.cz.tpl +sympa/bin/etc/wws_templates/suboptions.de.tpl +sympa/bin/etc/wws_templates/suboptions.es.tpl +sympa/bin/etc/wws_templates/suboptions.et.tpl +sympa/bin/etc/wws_templates/suboptions.fi.tpl +sympa/bin/etc/wws_templates/suboptions.fr.tpl +sympa/bin/etc/wws_templates/suboptions.hu.tpl +sympa/bin/etc/wws_templates/suboptions.it.tpl +sympa/bin/etc/wws_templates/suboptions.nl.tpl +sympa/bin/etc/wws_templates/suboptions.ro.tpl +sympa/bin/etc/wws_templates/suboptions.tpl +sympa/bin/etc/wws_templates/suboptions.us.tpl +sympa/bin/etc/wws_templates/subrequest.cn.tpl +sympa/bin/etc/wws_templates/subrequest.cz.tpl +sympa/bin/etc/wws_templates/subrequest.de.tpl +sympa/bin/etc/wws_templates/subrequest.es.tpl +sympa/bin/etc/wws_templates/subrequest.et.tpl +sympa/bin/etc/wws_templates/subrequest.fi.tpl +sympa/bin/etc/wws_templates/subrequest.fr.tpl +sympa/bin/etc/wws_templates/subrequest.hu.tpl +sympa/bin/etc/wws_templates/subrequest.it.tpl +sympa/bin/etc/wws_templates/subrequest.nl.tpl +sympa/bin/etc/wws_templates/subrequest.ro.tpl +sympa/bin/etc/wws_templates/subrequest.tpl +sympa/bin/etc/wws_templates/subrequest.us.tpl +sympa/bin/etc/wws_templates/title.cn.tpl +sympa/bin/etc/wws_templates/title.cz.tpl +sympa/bin/etc/wws_templates/title.de.tpl +sympa/bin/etc/wws_templates/title.es.tpl +sympa/bin/etc/wws_templates/title.et.tpl +sympa/bin/etc/wws_templates/title.fi.tpl +sympa/bin/etc/wws_templates/title.fr.tpl +sympa/bin/etc/wws_templates/title.hu.tpl +sympa/bin/etc/wws_templates/title.it.tpl +sympa/bin/etc/wws_templates/title.nl.tpl +sympa/bin/etc/wws_templates/title.ro.tpl +sympa/bin/etc/wws_templates/title.tpl +sympa/bin/etc/wws_templates/title.us.tpl +sympa/bin/etc/wws_templates/translate.tpl +sympa/bin/etc/wws_templates/translate.us.tpl +sympa/bin/etc/wws_templates/view_template.tpl +sympa/bin/etc/wws_templates/view_template.us.tpl +sympa/bin/etc/wws_templates/view_translations.cn.tpl +sympa/bin/etc/wws_templates/view_translations.cz.tpl +sympa/bin/etc/wws_templates/view_translations.de.tpl +sympa/bin/etc/wws_templates/view_translations.es.tpl +sympa/bin/etc/wws_templates/view_translations.et.tpl +sympa/bin/etc/wws_templates/view_translations.fi.tpl +sympa/bin/etc/wws_templates/view_translations.fr.tpl +sympa/bin/etc/wws_templates/view_translations.hu.tpl +sympa/bin/etc/wws_templates/view_translations.it.tpl +sympa/bin/etc/wws_templates/view_translations.nl.tpl +sympa/bin/etc/wws_templates/view_translations.ro.tpl +sympa/bin/etc/wws_templates/view_translations.tpl +sympa/bin/etc/wws_templates/view_translations.us.tpl +sympa/bin/etc/wws_templates/viewbounce.tpl +sympa/bin/etc/wws_templates/viewbounce.us.tpl +sympa/bin/etc/wws_templates/viewmod.cn.tpl +sympa/bin/etc/wws_templates/viewmod.cz.tpl +sympa/bin/etc/wws_templates/viewmod.de.tpl +sympa/bin/etc/wws_templates/viewmod.es.tpl +sympa/bin/etc/wws_templates/viewmod.et.tpl +sympa/bin/etc/wws_templates/viewmod.fi.tpl +sympa/bin/etc/wws_templates/viewmod.fr.tpl +sympa/bin/etc/wws_templates/viewmod.hu.tpl +sympa/bin/etc/wws_templates/viewmod.it.tpl +sympa/bin/etc/wws_templates/viewmod.nl.tpl +sympa/bin/etc/wws_templates/viewmod.ro.tpl +sympa/bin/etc/wws_templates/viewmod.tpl +sympa/bin/etc/wws_templates/viewmod.us.tpl +sympa/bin/etc/wws_templates/which.cn.tpl +sympa/bin/etc/wws_templates/which.cz.tpl +sympa/bin/etc/wws_templates/which.de.tpl +sympa/bin/etc/wws_templates/which.es.tpl +sympa/bin/etc/wws_templates/which.et.tpl +sympa/bin/etc/wws_templates/which.fi.tpl +sympa/bin/etc/wws_templates/which.fr.tpl +sympa/bin/etc/wws_templates/which.hu.tpl +sympa/bin/etc/wws_templates/which.it.tpl +sympa/bin/etc/wws_templates/which.nl.tpl +sympa/bin/etc/wws_templates/which.ro.tpl +sympa/bin/etc/wws_templates/which.tpl +sympa/bin/etc/wws_templates/which.us.tpl +sympa/bin/init_comment.pl +sympa/bin/load_subscribers.pl +sympa/bin/mail.pm +sympa/bin/mod2html.pl +sympa/bin/msg.pl +sympa/bin/p12topem.pl +sympa/bin/parser.pl +sympa/bin/queue +sympa/bin/smtp.pm +sympa/bin/sympa.pl +sympa/bin/sympa_soap_client.pl +sympa/bin/sympa_soap_server.fcgi +sympa/bin/sympa_wizard.pl +sympa/bin/sympasoap.pm +sympa/bin/task_manager.pl +sympa/bin/testldap.pl +sympa/bin/testlogs.pl +sympa/bin/tools.pl +sympa/bin/virtualwrapper +sympa/bin/wwslib.pm +sympa/bin/wwsympa.fcgi +sympa/httpd/icons/back.png +sympa/httpd/icons/begin.png +sympa/httpd/icons/binary.png +sympa/httpd/icons/down.png +sympa/httpd/icons/end.png +sympa/httpd/icons/folder.open.png +sympa/httpd/icons/folder.png +sympa/httpd/icons/image2.png +sympa/httpd/icons/left.png +sympa/httpd/icons/link.png +sympa/httpd/icons/locked.png +sympa/httpd/icons/logo-s-lock.png +sympa/httpd/icons/logo-s.png +sympa/httpd/icons/movie.png +sympa/httpd/icons/right.png +sympa/httpd/icons/sound1.png +sympa/httpd/icons/text.png +sympa/httpd/icons/unknown.png +sympa/nls/cn.msg +sympa/nls/cz.msg +sympa/nls/de.msg +sympa/nls/es.msg +sympa/nls/et.msg +sympa/nls/fi.msg +sympa/nls/fr.msg +sympa/nls/hu.msg +sympa/nls/it.msg +sympa/nls/nl.msg +sympa/nls/pl.msg +sympa/nls/ro.msg +sympa/nls/tw.msg +sympa/nls/us.msg +@dirrm sympa/nls +@dirrm sympa/httpd/icons +@dirrm sympa/httpd +@dirrm sympa/bin/etc/wws_templates +@dirrm sympa/bin/etc/templates +@dirrm sympa/bin/etc/scenari +@dirrm sympa/bin/etc/list_task_models +@dirrm sympa/bin/etc/global_task_models +@dirrm sympa/bin/etc/create_list_templates/public_web_forum +@dirrm sympa/bin/etc/create_list_templates/private_working_group +@dirrm sympa/bin/etc/create_list_templates/news-letter +@dirrm sympa/bin/etc/create_list_templates/intranet_list +@dirrm sympa/bin/etc/create_list_templates/html-news-letter +@dirrm sympa/bin/etc/create_list_templates/hotline +@dirrm sympa/bin/etc/create_list_templates/discussion_list +@dirrm sympa/bin/etc/create_list_templates +@dirrm sympa/bin/etc +@dirrm sympa/bin/Marc +@dirrm sympa/bin +@dirrm sympa +@dirrm share/examples/sympa/sample-list +@dirrm share/examples/sympa +@dirrm share/doc/sympa +@dirrm share/doc/html/sympa diff --git a/mail/sympa/distinfo b/mail/sympa/distinfo index 89605a5480c..1831500fdae 100644 --- a/mail/sympa/distinfo +++ b/mail/sympa/distinfo @@ -1,9 +1,7 @@ -$NetBSD: distinfo,v 1.2 2004/09/20 22:49:39 wiz Exp $ +$NetBSD: distinfo,v 1.3 2004/09/26 20:13:34 seb Exp $ -SHA1 (sympa-3.4.2.tar.gz) = c3cfba1619bc6246847ab24e8c183a1c36c88842 -Size (sympa-3.4.2.tar.gz) = 2002685 bytes -SHA1 (patch-aa) = 2cef611dc6bb5463488888f05cb8afaf6e77e49a -SHA1 (patch-ab) = 7aea917192e77e75ba986624bf12d6880e7a6b59 -SHA1 (patch-ac) = 24ce9f71c938a2ce3ea4c6716632748ae4b8d1b0 -SHA1 (patch-ad) = e6fe0c83c8bed18db2a8a7823d01b22d9d381b66 -SHA1 (patch-ae) = c515e5bbd65cb637e1fe7566dd7d904dce941159 +SHA1 (sympa-4.1.2.tar.gz) = 68a122a8d762874e2b4bb0c80020e36d8bc344fc +Size (sympa-4.1.2.tar.gz) = 2354843 bytes +SHA1 (patch-aa) = c77d1fb1024cd0b0f7eed9d08e2f403f085031de +SHA1 (patch-ab) = 3b15442e7146dd56bfab698bcb062911a5bba599 +SHA1 (patch-ac) = 77802bab188da024c18810c07bf62064b28e3af1 diff --git a/mail/sympa/patches/patch-aa b/mail/sympa/patches/patch-aa index 036e3f45380..edd129beaa2 100644 --- a/mail/sympa/patches/patch-aa +++ b/mail/sympa/patches/patch-aa @@ -1,14 +1,31 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/01/22 15:56:33 manu Exp $ ---- check_perl_modules.pl.orig Mon Jan 13 14:33:06 2003 -+++ check_perl_modules.pl Mon Jan 13 14:34:01 2003 -@@ -159,9 +159,9 @@ - } +$NetBSD: patch-aa,v 1.2 2004/09/26 20:13:34 seb Exp $ + +--- Makefile.in.orig 2004-07-16 17:26:51.000000000 +0000 ++++ Makefile.in +@@ -483,7 +483,7 @@ clean: + $(MAKE) PERL='${PERL}' clean) || exit 1; \ + done; - printf "Description: %s\n", $opt_features{$module}; - print "Install module $module ? [$default]"; -- my $answer = ; chomp $answer; -+ $answer = ""; - $answer ||= $default; - next unless ($answer =~ /^y$/i); - CPAN::Shell->conf('inactivity_timeout', 4); - CPAN::Shell->install($module); +-install: importantchanges installsrc installnls installwws installman installscript installsample installdir installconfig installdoc installsoap ++install: importantchanges installsrc installnls installwws installman installscript installsample installdir installdoc installsoap + + importantchanges: + @( PERL=$(PERL); export PERL; \ +@@ -602,7 +602,7 @@ installdir: + chmod 755 $(DESTDIR)$$dir; \ + fi \ + done +- @if [ ! -f $(DESTDIR)$(CONFDIR)/sympa.conf ] ; then \ ++ @if [ false ] ; then \ + echo "First installation : installing conf directories..."; \ + for dir in create_list_templates templates wws_templates scenari \ + task_models general_task_models; do \ +@@ -614,7 +614,7 @@ installdir: + fi \ + done \ + fi +- @if [ ! -f $(DESTDIR)$(CONFDIR)/sympa.conf ] ; then \ ++ @if [ false ] ; then \ + echo "First installation : installing spool directories..."; \ + for dir in $(SPOOLDIR) $(SPOOLDIR)/msg $(SPOOLDIR)/digest $(SPOOLDIR)/moderation \ + $(SPOOLDIR)/expire $(SPOOLDIR)/auth $(SPOOLDIR)/outgoing $(SPOOLDIR)/tmp \ diff --git a/mail/sympa/patches/patch-ab b/mail/sympa/patches/patch-ab index e1ba1a2feaa..9fe490bcdd9 100644 --- a/mail/sympa/patches/patch-ab +++ b/mail/sympa/patches/patch-ab @@ -1,13 +1,41 @@ -$NetBSD: patch-ab,v 1.1.1.1 2003/01/22 15:56:33 manu Exp $ ---- Makefile.in.orig Mon Jan 13 15:05:58 2003 -+++ Makefile.in Mon Jan 13 15:06:08 2003 -@@ -545,9 +545,8 @@ - echo "Installing sample config file $$cfile..."; \ - $(PERL) -I $(DESTDIR)$(SBINDIR) $(DESTDIR)$(SBINDIR)/sympa_wizard.pl -c $$cfile; \ - chown $(USER) $(DESTDIR)$(CONFDIR)/$$cfile; \ - chgrp $(GROUP) $(DESTDIR)$(CONFDIR)/$$cfile; \ -- INITCONF='1'; \ - fi \ - done; \ - if [ "$$INITCONF" ] ; then \ - echo "###############################################"; \ +$NetBSD: patch-ab,v 1.2 2004/09/26 20:13:34 seb Exp $ + +--- check_perl_modules.pl.orig 2004-04-19 13:07:29.000000000 +0000 ++++ check_perl_modules.pl +@@ -156,35 +156,7 @@ sub check_modules { + # Install a CPAN module + ##---------------------- + sub install_module { +- my ($module, $default) = @_; +- +- unless ($ENV{'FTP_PASSIVE'} eq 1) { +- $ENV{'FTP_PASSIVE'} = 1; +- print "Setting FTP Passive mode\n"; +- } +- +- ## This is required on RedHat 9 for DBD::mysql installation +- my $lang = $ENV{'LANG'}; +- $ENV{'LANG'} = 'C' if ($ENV{'LANG'} eq 'en_US.UTF-8'); +- +- unless ($> == 0) { +- print "\#\# You need root privileges to install $module module. \#\#\n"; +- print "\#\# Press the Enter key to continue checking modules. \#\#\n"; +- my $t = ; +- return undef; +- } +- +- printf "Description: %s\n", $opt_features{$module}; +- print "Install module $module ? [$default]"; +- my $answer = ; chomp $answer; +- $answer ||= $default; +- next unless ($answer =~ /^y$/i); +- CPAN::Shell->conf('inactivity_timeout', 4); +- CPAN::Shell->install($module); +- +- ## Restore lang +- $ENV{'LANG'} = $lang if (defined $lang); +- ++ 1; + } + + ###-------------------------- diff --git a/mail/sympa/patches/patch-ac b/mail/sympa/patches/patch-ac index da36f03d5ae..60e2ea48a36 100644 --- a/mail/sympa/patches/patch-ac +++ b/mail/sympa/patches/patch-ac @@ -1,14 +1,13 @@ -$NetBSD: patch-ac,v 1.1.1.1 2003/01/22 15:56:33 manu Exp $ ---- src/List.pm.orig Wed Jan 22 16:18:15 2003 -+++ src/List.pm Wed Jan 22 16:19:50 2003 -@@ -208,9 +208,9 @@ - 'Oracle' => '((to_number(to_char(%s,\'J\')) - to_number(to_char(to_date(\'01/01/1970\',\'dd/mm/yyyy\'), \'J\'))) * 86400) +to_number(to_char(%s,\'SSSSS\'))', - 'Sybase' => 'datediff(second, "01/01/1970",%s)' - }, - 'write' => { -- 'Pg' => '\'epoch\'::datetime + \'%d sec\'', -+ 'Pg' => '\'epoch\'::timestamp with time zone + \'%d sec\'', - 'mysql' => 'FROM_UNIXTIME(%d)', - 'Oracle' => 'to_date(to_char(round(%s/86400) + to_number(to_char(to_date(\'01/01/1970\',\'dd/mm/yyyy\'), \'J\'))) || \':\' ||to_char(mod(%s,86400)), \'J:SSSSS\')', - 'Sybase' => 'dateadd(second,%s,"01/01/1970")' - } +$NetBSD: patch-ac,v 1.2 2004/09/26 20:13:34 seb Exp $ + +--- src/etc/script/Makefile.orig 2003-05-12 09:32:42.000000000 +0000 ++++ src/etc/script/Makefile +@@ -30,7 +30,7 @@ SCRIPTDIR = $(SBINDIR) + + all: + +-install: makedir installsrc installsubstsrc installinit ++install: makedir installsrc installsubstsrc + + clean: + rm -rf $(DESTDIR)$(SCRIPTDIR) diff --git a/mail/sympa/patches/patch-ad b/mail/sympa/patches/patch-ad deleted file mode 100644 index 6c75199ba11..00000000000 --- a/mail/sympa/patches/patch-ad +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ad,v 1.1.1.1 2003/01/22 15:56:33 manu Exp $ ---- src/etc/script/create_db.Pg.orig Wed Jan 22 16:09:38 2003 -+++ src/etc/script/create_db.Pg Wed Jan 22 16:17:33 2003 -@@ -18,10 +18,10 @@ - DROP TABLE subscriber_table; - CREATE TABLE subscriber_table ( - list_subscriber varchar (50) NOT NULL, - user_subscriber varchar (100) NOT NULL, -- date_subscriber datetime NOT NULL, -- update_subscriber datetime, -+ date_subscriber timestamp with time zone NOT NULL, -+ update_subscriber timestamp with time zone, - visibility_subscriber varchar (20), - reception_subscriber varchar (20), - bounce_subscriber varchar (35), - comment_subscriber varchar (150), diff --git a/mail/sympa/patches/patch-ae b/mail/sympa/patches/patch-ae deleted file mode 100644 index 8faefd86d13..00000000000 --- a/mail/sympa/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2004/09/20 22:49:39 wiz Exp $ - ---- src/etc/script/Makefile.orig 2002-08-08 09:41:11.000000000 +0200 -+++ src/etc/script/Makefile -@@ -30,7 +30,7 @@ SCRIPTDIR = $(SBINDIR) - - all: - --install: makedir installsrc installsubstsrc installinit -+install: makedir installsrc installsubstsrc - - clean: - rm -rf $(DESTDIR)$(SCRIPTDIR) -- cgit v1.2.3