summaryrefslogtreecommitdiff
path: root/mail/sympa
diff options
context:
space:
mode:
authorbouyer <bouyer>2007-03-28 20:51:09 +0000
committerbouyer <bouyer>2007-03-28 20:51:09 +0000
commit2cbb9eedde8bbcd5d76651bccf8ae39ff64111f4 (patch)
tree789af635743b7ffe8c610e46db748c1f0707f8d2 /mail/sympa
parent161acfcd8342595d417eee9265b6938b609f13a1 (diff)
downloadpkgsrc-2cbb9eedde8bbcd5d76651bccf8ae39ff64111f4.tar.gz
Update sympa to 5.2.4. Should fix pkg/36007 as a side effect.
Main changes since 4.1.2: Full virtual robot support ; you can now create 2 lists with the same name in different virtual robots Message topics : list messages can be tagged with topics. List owner defines a set of topics for the list. List members can select topics and only receive related messages. Sympa is now VERP enabled new return_path_suffix parameter in sympa.conf new 'digest_max_size' list parameter. If a digest exceeds this limit, then multiple messages are sent. New set of web templates, CSS and XHTML compatible. RSS channels are providing the following features : * latest messages in list archives * latest documents in web repository * latest created mailing lists * most active mailing lists Also, lots of other small features, translations and bug fixes.
Diffstat (limited to 'mail/sympa')
-rw-r--r--mail/sympa/Makefile12
-rw-r--r--mail/sympa/PLIST1333
-rw-r--r--mail/sympa/distinfo15
-rw-r--r--mail/sympa/files/archived.sh22
-rw-r--r--mail/sympa/files/bounced.sh22
-rw-r--r--mail/sympa/files/sympa.sh22
-rw-r--r--mail/sympa/files/task_manager.sh22
-rw-r--r--mail/sympa/patches/patch-aa48
-rw-r--r--mail/sympa/patches/patch-ab12
-rw-r--r--mail/sympa/patches/patch-ad25
-rw-r--r--mail/sympa/patches/patch-ae25
-rw-r--r--mail/sympa/patches/patch-af19
12 files changed, 377 insertions, 1200 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile
index e9c1bb43d0b..f3aebd992d4 100644
--- a/mail/sympa/Makefile
+++ b/mail/sympa/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2007/01/13 21:24:59 abs Exp $
+# $NetBSD: Makefile,v 1.25 2007/03/28 20:51:09 bouyer Exp $
#
-DISTNAME= sympa-4.1.2
-PKGREVISION= 6
+DISTNAME= sympa-5.2.4
CATEGORIES= mail
MASTER_SITES= http://www.sympa.org/distribution/
@@ -28,6 +27,9 @@ 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+= p5-Locale-libintl>=1.16:../../misc/p5-Locale-libintl
+DEPENDS+= p5-XML-LibXML>=1.61:../../textproc/p5-XML-LibXML
+DEPENDS+= p5-Regexp-Common>=2.120:../../textproc/p5-Regexp-Common
DEPENDS.SunOS+= p5-DB_File>=1.75:../../databases/p5-DB_File
OPSYSVARS+= DEPENDS
@@ -56,12 +58,16 @@ CONFIGURE_ARGS+= --with-mhonarc=${MHONARC_PREFIX}/bin/mhonarc
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}/bin/openssl
CONFIGURE_ARGS+= --with-user=${SYMPA_USER:Q}
CONFIGURE_ARGS+= --with-group=${SYMPA_GROUP:Q}
+CONFIGURE_ARGS+= --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale
MHONARC_PREFIX_DEFAULT= ${LOCALBASE}
EVAL_PREFIX+= MHONARC_PREFIX=mhonarc
PKG_OPTIONS_VAR= PKG_OPTIONS.sympa
PKG_SUPPORTED_OPTIONS= mysql pgsql
+
+RCD_SCRIPTS= archived bounced sympa task_manager
+
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mmysql)
diff --git a/mail/sympa/PLIST b/mail/sympa/PLIST
index c46fb16c92a..4efe2554160 100644
--- a/mail/sympa/PLIST
+++ b/mail/sympa/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/09/26 20:13:34 seb Exp $
+@comment $NetBSD: PLIST,v 1.4 2007/03/28 20:51:09 bouyer Exp $
man/man8/alias_manager.8
man/man8/archived.8
man/man8/bounced.8
@@ -30,7 +30,14 @@ 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/node25.html
+share/doc/html/sympa/node26.html
+share/doc/html/sympa/node27.html
+share/doc/html/sympa/node28.html
+share/doc/html/sympa/node29.html
share/doc/html/sympa/node3.html
+share/doc/html/sympa/node30.html
+share/doc/html/sympa/node31.html
share/doc/html/sympa/node4.html
share/doc/html/sympa/node5.html
share/doc/html/sympa/node6.html
@@ -53,19 +60,46 @@ share/examples/sympa/config.include
share/examples/sympa/config.moderation
share/examples/sympa/config.privateorpublickey
share/examples/sympa/config.public
+share/examples/sympa/sympa.conf
+share/examples/sympa/wwsympa.conf
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
+share/examples/rc.d/archived
+share/examples/rc.d/bounced
+share/examples/rc.d/sympa
+share/examples/rc.d/task_manager
+share/locale/cs/LC_MESSAGES/sympa.mo
+share/locale/de/LC_MESSAGES/sympa.mo
+share/locale/el/LC_MESSAGES/sympa.mo
+share/locale/en_US/LC_MESSAGES/sympa.mo
+share/locale/es/LC_MESSAGES/sympa.mo
+share/locale/et/LC_MESSAGES/sympa.mo
+share/locale/fi/LC_MESSAGES/sympa.mo
+share/locale/fr/LC_MESSAGES/sympa.mo
+share/locale/hu/LC_MESSAGES/sympa.mo
+share/locale/it/LC_MESSAGES/sympa.mo
+share/locale/ja/LC_MESSAGES/sympa.mo
+share/locale/nb_NO/LC_MESSAGES/sympa.mo
+share/locale/nl/LC_MESSAGES/sympa.mo
+share/locale/oc/LC_MESSAGES/sympa.mo
+share/locale/pl/LC_MESSAGES/sympa.mo
+share/locale/pt/LC_MESSAGES/sympa.mo
+share/locale/pt_BR/LC_MESSAGES/sympa.mo
+share/locale/ro/LC_MESSAGES/sympa.mo
+share/locale/sv/LC_MESSAGES/sympa.mo
+share/locale/tr/LC_MESSAGES/sympa.mo
+share/locale/zh_CN/LC_MESSAGES/sympa.mo
+share/locale/zh_TW/LC_MESSAGES/sympa.mo
sympa/bin/Archive.pm
sympa/bin/Auth.pm
sympa/bin/CAS.pm
sympa/bin/Commands.pm
sympa/bin/Conf.pm
+sympa/bin/Config_XML.pm
+sympa/bin/Family.pm
+sympa/bin/Fetch.pm
sympa/bin/Language.pm
sympa/bin/Ldap.pm
sympa/bin/List.pm
@@ -73,9 +107,12 @@ sympa/bin/Log.pm
sympa/bin/Marc.pm
sympa/bin/Marc/Search.pm
sympa/bin/Message.pm
+sympa/bin/PlainDigest.pm
+sympa/bin/SharedDocument.pm
sympa/bin/SympaTransport.pm
+sympa/bin/Task.pm
sympa/bin/Version.pm
-sympa/bin/X509.pm
+sympa/bin/admin.pm
sympa/bin/alias_manager.pl
sympa/bin/aliaswrapper
sympa/bin/arc2webarc.pl
@@ -86,6 +123,7 @@ sympa/bin/bouncequeue
sympa/bin/cookielib.pm
sympa/bin/create_db.Oracle
sympa/bin/create_db.Pg
+sympa/bin/create_db.SQLite
sympa/bin/create_db.Sybase
sympa/bin/create_db.mysql
sympa/bin/crypt_passwd.pl
@@ -93,20 +131,20 @@ 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/create_list_templates/discussion_list/comment.tt2
+sympa/bin/etc/create_list_templates/discussion_list/config.tt2
+sympa/bin/etc/create_list_templates/hotline/comment.tt2
+sympa/bin/etc/create_list_templates/hotline/config.tt2
+sympa/bin/etc/create_list_templates/html-news-letter/comment.tt2
+sympa/bin/etc/create_list_templates/html-news-letter/config.tt2
+sympa/bin/etc/create_list_templates/intranet_list/comment.tt2
+sympa/bin/etc/create_list_templates/intranet_list/config.tt2
+sympa/bin/etc/create_list_templates/news-letter/comment.tt2
+sympa/bin/etc/create_list_templates/news-letter/config.tt2
+sympa/bin/etc/create_list_templates/private_working_group/comment.tt2
+sympa/bin/etc/create_list_templates/private_working_group/config.tt2
+sympa/bin/etc/create_list_templates/public_web_forum/comment.tt2
+sympa/bin/etc/create_list_templates/public_web_forum/config.tt2
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
@@ -115,14 +153,59 @@ 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_aliases.tt2
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/mail_tt2/archive.tt2
+sympa/bin/etc/mail_tt2/authorization_reject.tt2
+sympa/bin/etc/mail_tt2/bye.tt2
+sympa/bin/etc/mail_tt2/certif_warning.tt2
+sympa/bin/etc/mail_tt2/command_report.tt2
+sympa/bin/etc/mail_tt2/d_install_shared.tt2
+sympa/bin/etc/mail_tt2/d_reject_shared.tt2
+sympa/bin/etc/mail_tt2/digest.tt2
+sympa/bin/etc/mail_tt2/digest_plain.tt2
+sympa/bin/etc/mail_tt2/expire_deletion.tt2
+sympa/bin/etc/mail_tt2/expire_warning1.tt2
+sympa/bin/etc/mail_tt2/expire_warning2.tt2
+sympa/bin/etc/mail_tt2/get_archive.tt2
+sympa/bin/etc/mail_tt2/global_remind.tt2
+sympa/bin/etc/mail_tt2/helpfile.tt2
+sympa/bin/etc/mail_tt2/index_archive.tt2
+sympa/bin/etc/mail_tt2/info_report.tt2
+sympa/bin/etc/mail_tt2/invite.tt2
+sympa/bin/etc/mail_tt2/list_created.tt2
+sympa/bin/etc/mail_tt2/list_rejected.tt2
+sympa/bin/etc/mail_tt2/list_unknown.tt2
+sympa/bin/etc/mail_tt2/listeditor_notification.tt2
+sympa/bin/etc/mail_tt2/listmaster_notification.tt2
+sympa/bin/etc/mail_tt2/listowner_notification.tt2
+sympa/bin/etc/mail_tt2/lists.tt2
+sympa/bin/etc/mail_tt2/message_report.tt2
+sympa/bin/etc/mail_tt2/moderate.tt2
+sympa/bin/etc/mail_tt2/modindex.tt2
+sympa/bin/etc/mail_tt2/reject.tt2
+sympa/bin/etc/mail_tt2/remind.tt2
+sympa/bin/etc/mail_tt2/removed.tt2
+sympa/bin/etc/mail_tt2/request_auth.tt2
+sympa/bin/etc/mail_tt2/review.tt2
+sympa/bin/etc/mail_tt2/send_auth.tt2
+sympa/bin/etc/mail_tt2/sendpasswd.tt2
+sympa/bin/etc/mail_tt2/sendssopasswd.tt2
+sympa/bin/etc/mail_tt2/stats_report.tt2
+sympa/bin/etc/mail_tt2/summary.tt2
+sympa/bin/etc/mail_tt2/urlized_part.tt2
+sympa/bin/etc/mail_tt2/user_notification.tt2
+sympa/bin/etc/mail_tt2/welcome.tt2
+sympa/bin/etc/mail_tt2/which.tt2
+sympa/bin/etc/mail_tt2/x509-user-cert-missing.tt2
+sympa/bin/etc/mail_tt2/your_infected_msg.tt2
+sympa/bin/etc/mhonarc-ressources.tt2
sympa/bin/etc/mime.types
+sympa/bin/etc/nrcpt_by_domain.conf
sympa/bin/etc/scenari/access_web_archive.closed
sympa/bin/etc/scenari/access_web_archive.intranet
sympa/bin/etc/scenari/access_web_archive.listmaster
@@ -138,20 +221,21 @@ 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.editor
sympa/bin/etc/scenari/d_edit.owner
sympa/bin/etc/scenari/d_edit.private
+sympa/bin/etc/scenari/d_edit.private-https
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.private-https
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
@@ -173,7 +257,6 @@ 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
@@ -224,1087 +307,112 @@ 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/etc/web_tt2/active_lists.tt2
+sympa/bin/etc/web_tt2/add_request.tt2
+sympa/bin/etc/web_tt2/admin.tt2
+sympa/bin/etc/web_tt2/admin_menu.tt2
+sympa/bin/etc/web_tt2/arc.tt2
+sympa/bin/etc/web_tt2/arc_manage.tt2
+sympa/bin/etc/web_tt2/arc_protect.tt2
+sympa/bin/etc/web_tt2/arcsearch.tt2
+sympa/bin/etc/web_tt2/arcsearch_form.tt2
+sympa/bin/etc/web_tt2/authorization_reject.tt2
+sympa/bin/etc/web_tt2/button_footer.tt2
+sympa/bin/etc/web_tt2/button_header.tt2
+sympa/bin/etc/web_tt2/change_email.tt2
+sympa/bin/etc/web_tt2/choosepasswd.tt2
+sympa/bin/etc/web_tt2/close_list.tt2
+sympa/bin/etc/web_tt2/compose_mail.tt2
+sympa/bin/etc/web_tt2/copy_template.tt2
+sympa/bin/etc/web_tt2/create_list.tt2
+sympa/bin/etc/web_tt2/create_list_request.tt2
+sympa/bin/etc/web_tt2/css.tt2
+sympa/bin/etc/web_tt2/d_control.tt2
+sympa/bin/etc/web_tt2/d_editfile.tt2
+sympa/bin/etc/web_tt2/d_install_shared.tt2
+sympa/bin/etc/web_tt2/d_properties.tt2
+sympa/bin/etc/web_tt2/d_read.tt2
+sympa/bin/etc/web_tt2/d_upload.tt2
+sympa/bin/etc/web_tt2/dump_scenario.tt2
+sympa/bin/etc/web_tt2/edit_list_request.tt2
+sympa/bin/etc/web_tt2/edit_template.tt2
+sympa/bin/etc/web_tt2/editfile.tt2
+sympa/bin/etc/web_tt2/editsubscriber.tt2
+sympa/bin/etc/web_tt2/error.tt2
+sympa/bin/etc/web_tt2/footer.tt2
+sympa/bin/etc/web_tt2/get_closed_lists.tt2
+sympa/bin/etc/web_tt2/get_inactive_lists.tt2
+sympa/bin/etc/web_tt2/get_latest_lists.tt2
+sympa/bin/etc/web_tt2/get_pending_lists.tt2
+sympa/bin/etc/web_tt2/help.tt2
+sympa/bin/etc/web_tt2/help_admin.tt2
+sympa/bin/etc/web_tt2/help_editfile.tt2
+sympa/bin/etc/web_tt2/help_editlist.tt2
+sympa/bin/etc/web_tt2/help_user_options.tt2
+sympa/bin/etc/web_tt2/home.tt2
+sympa/bin/etc/web_tt2/info.tt2
+sympa/bin/etc/web_tt2/install_pending_list.tt2
+sympa/bin/etc/web_tt2/javascript.tt2
+sympa/bin/etc/web_tt2/latest_arc.tt2
+sympa/bin/etc/web_tt2/latest_d_read.tt2
+sympa/bin/etc/web_tt2/latest_lists.tt2
+sympa/bin/etc/web_tt2/list_admin_menu.tt2
+sympa/bin/etc/web_tt2/list_button_footer.tt2
+sympa/bin/etc/web_tt2/list_button_header.tt2
+sympa/bin/etc/web_tt2/list_menu.tt2
+sympa/bin/etc/web_tt2/list_panel.tt2
+sympa/bin/etc/web_tt2/lists.tt2
+sympa/bin/etc/web_tt2/login.tt2
+sympa/bin/etc/web_tt2/login_menu.tt2
+sympa/bin/etc/web_tt2/loginbanner.tt2
+sympa/bin/etc/web_tt2/loginrequest.tt2
+sympa/bin/etc/web_tt2/ls_templates.tt2
+sympa/bin/etc/web_tt2/main.tt2
+sympa/bin/etc/web_tt2/maintenance.tt2
+sympa/bin/etc/web_tt2/menu.tt2
+sympa/bin/etc/web_tt2/modindex.tt2
+sympa/bin/etc/web_tt2/notice.tt2
+sympa/bin/etc/web_tt2/pref.tt2
+sympa/bin/etc/web_tt2/remindpasswd.tt2
+sympa/bin/etc/web_tt2/remove_arc.tt2
+sympa/bin/etc/web_tt2/rename_list_request.tt2
+sympa/bin/etc/web_tt2/request_topic.tt2
+sympa/bin/etc/web_tt2/review.tt2
+sympa/bin/etc/web_tt2/review_family.tt2
+sympa/bin/etc/web_tt2/reviewbouncing.tt2
+sympa/bin/etc/web_tt2/rss.tt2
+sympa/bin/etc/web_tt2/rss_request.tt2
+sympa/bin/etc/web_tt2/scenario_test.tt2
+sympa/bin/etc/web_tt2/search.tt2
+sympa/bin/etc/web_tt2/search_list.tt2
+sympa/bin/etc/web_tt2/search_user.tt2
+sympa/bin/etc/web_tt2/serveradmin.tt2
+sympa/bin/etc/web_tt2/set_pending_list_request.tt2
+sympa/bin/etc/web_tt2/setlang.tt2
+sympa/bin/etc/web_tt2/show_cert.tt2
+sympa/bin/etc/web_tt2/sigrequest.tt2
+sympa/bin/etc/web_tt2/skinsedit.tt2
+sympa/bin/etc/web_tt2/sso_login.tt2
+sympa/bin/etc/web_tt2/stats.tt2
+sympa/bin/etc/web_tt2/subindex.tt2
+sympa/bin/etc/web_tt2/suboptions.tt2
+sympa/bin/etc/web_tt2/subrequest.tt2
+sympa/bin/etc/web_tt2/title.tt2
+sympa/bin/etc/web_tt2/tt2_error.tt2
+sympa/bin/etc/web_tt2/view_template.tt2
+sympa/bin/etc/web_tt2/viewbounce.tt2
+sympa/bin/etc/web_tt2/viewmod.tt2
+sympa/bin/etc/web_tt2/which.tt2
+sympa/bin/etc/web_tt2/your_lists.tt2
sympa/bin/init_comment.pl
-sympa/bin/load_subscribers.pl
+sympa/bin/ldap_alias_manager.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/report.pm
sympa/bin/sympa.pl
sympa/bin/sympa_soap_client.pl
sympa/bin/sympa_soap_server.fcgi
@@ -1313,10 +421,14 @@ sympa/bin/sympasoap.pm
sympa/bin/task_manager.pl
sympa/bin/testldap.pl
sympa/bin/testlogs.pl
+sympa/bin/time_utils.pl
sympa/bin/tools.pl
+sympa/bin/tpl2tt2.pl
+sympa/bin/tt2.pl
sympa/bin/virtualwrapper
sympa/bin/wwslib.pm
sympa/bin/wwsympa.fcgi
+sympa/bin/wwsympa_sudo_wrapper.pl
sympa/httpd/icons/back.png
sympa/httpd/icons/begin.png
sympa/httpd/icons/binary.png
@@ -1335,26 +447,11 @@ 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/web_tt2
@dirrm sympa/bin/etc/scenari
+@dirrm sympa/bin/etc/mail_tt2
@dirrm sympa/bin/etc/list_task_models
@dirrm sympa/bin/etc/global_task_models
@dirrm sympa/bin/etc/create_list_templates/public_web_forum
@@ -1369,7 +466,7 @@ sympa/nls/us.msg
@dirrm sympa/bin/Marc
@dirrm sympa/bin
@dirrm sympa
+@dirrm share/doc/html/sympa
+@dirrm share/doc/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 c2af8ed0d4c..92e1a3b05d8 100644
--- a/mail/sympa/distinfo
+++ b/mail/sympa/distinfo
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 09:59:30 agc Exp $
+$NetBSD: distinfo,v 1.7 2007/03/28 20:51:09 bouyer Exp $
-SHA1 (sympa-4.1.2.tar.gz) = 68a122a8d762874e2b4bb0c80020e36d8bc344fc
-RMD160 (sympa-4.1.2.tar.gz) = 3821b18d1e62c584d49f31c4e133f0cd8f538d5a
-Size (sympa-4.1.2.tar.gz) = 2354843 bytes
-SHA1 (patch-aa) = 1653a5700572068348e93f659892119230795dae
-SHA1 (patch-ab) = 3b15442e7146dd56bfab698bcb062911a5bba599
+SHA1 (sympa-5.2.4.tar.gz) = 8c250b9637c54cc8bc07085994721c7e379fc9a5
+RMD160 (sympa-5.2.4.tar.gz) = eaad800b25b03ec45a906bd2c6dfe4981dfb4e8f
+Size (sympa-5.2.4.tar.gz) = 5140447 bytes
+SHA1 (patch-aa) = 61e523ef848ef4698204a5ebef70e4af5df62081
+SHA1 (patch-ab) = b72ef22e9bf27e4f2994c9c7ee72ed8f9e6eb553
SHA1 (patch-ac) = 77802bab188da024c18810c07bf62064b28e3af1
-SHA1 (patch-ad) = a0230a55043e81267f14d662e45f16afd04b0e82
-SHA1 (patch-ae) = 3451dfed68e02fa298fc22be41e3c878ecc18c29
+SHA1 (patch-af) = ec05dfef197d7d2c3c655117994534478a615403
diff --git a/mail/sympa/files/archived.sh b/mail/sympa/files/archived.sh
new file mode 100644
index 00000000000..46548d17299
--- /dev/null
+++ b/mail/sympa/files/archived.sh
@@ -0,0 +1,22 @@
+#!@RCD_SCRIPTS_SHELL@
+#
+# $NetBSD: archived.sh,v 1.1 2007/03/28 20:51:10 bouyer Exp $
+#
+# PROVIDE: archived
+# REQUIRE: sympa
+# KEYWORD: shutdown
+
+if [ -f /etc/rc.subr ]
+then
+ . /etc/rc.subr
+fi
+
+name="archived"
+rcvar=$name
+command="@PREFIX@/sympa/bin/archived.pl"
+pidfile="/var/sympa/run/archived.pid"
+command_interpreter="@PREFIX@/bin/perl"
+sympa_user="sympa"
+
+load_rc_config $name
+run_rc_command "$1"
diff --git a/mail/sympa/files/bounced.sh b/mail/sympa/files/bounced.sh
new file mode 100644
index 00000000000..968792edf08
--- /dev/null
+++ b/mail/sympa/files/bounced.sh
@@ -0,0 +1,22 @@
+#!@RCD_SCRIPTS_SHELL@
+#
+# $NetBSD: bounced.sh,v 1.1 2007/03/28 20:51:10 bouyer Exp $
+#
+# PROVIDE: bounced
+# REQUIRE: sympa
+# KEYWORD: shutdown
+
+if [ -f /etc/rc.subr ]
+then
+ . /etc/rc.subr
+fi
+
+name="bounced"
+rcvar=$name
+command="@PREFIX@/sympa/bin/bounced.pl"
+pidfile="/var/sympa/run/bounced.pid"
+command_interpreter="@PREFIX@/bin/perl"
+sympa_user="sympa"
+
+load_rc_config $name
+run_rc_command "$1"
diff --git a/mail/sympa/files/sympa.sh b/mail/sympa/files/sympa.sh
new file mode 100644
index 00000000000..21b28a76414
--- /dev/null
+++ b/mail/sympa/files/sympa.sh
@@ -0,0 +1,22 @@
+#!@RCD_SCRIPTS_SHELL@
+#
+# $NetBSD: sympa.sh,v 1.1 2007/03/28 20:51:10 bouyer Exp $
+#
+# PROVIDE: sympa
+# REQUIRE: mail
+# KEYWORD: shutdown
+
+if [ -f /etc/rc.subr ]
+then
+ . /etc/rc.subr
+fi
+
+name="sympa"
+rcvar=$name
+command="@PREFIX@/sympa/bin/sympa.pl"
+pidfile="/var/sympa/run/sympa.pid"
+command_interpreter="@PREFIX@/bin/perl"
+sympa_user="sympa"
+
+load_rc_config $name
+run_rc_command "$1"
diff --git a/mail/sympa/files/task_manager.sh b/mail/sympa/files/task_manager.sh
new file mode 100644
index 00000000000..2600191bf05
--- /dev/null
+++ b/mail/sympa/files/task_manager.sh
@@ -0,0 +1,22 @@
+#!@RCD_SCRIPTS_SHELL@
+#
+# $NetBSD: task_manager.sh,v 1.1 2007/03/28 20:51:10 bouyer Exp $
+#
+# PROVIDE: task_manager
+# REQUIRE: sympa
+# KEYWORD: shutdown
+
+if [ -f /etc/rc.subr ]
+then
+ . /etc/rc.subr
+fi
+
+name="task_manager"
+rcvar=$name
+command="@PREFIX@/sympa/bin/task_manager.pl"
+pidfile="/var/sympa/run/task_manager.pid"
+command_interpreter="@PREFIX@/bin/perl"
+sympa_user="sympa"
+
+load_rc_config $name
+run_rc_command "$1"
diff --git a/mail/sympa/patches/patch-aa b/mail/sympa/patches/patch-aa
index 8612226449f..f15815c1d93 100644
--- a/mail/sympa/patches/patch-aa
+++ b/mail/sympa/patches/patch-aa
@@ -1,31 +1,49 @@
-$NetBSD: patch-aa,v 1.3 2004/10/10 15:09:23 seb Exp $
+$NetBSD: patch-aa,v 1.4 2007/03/28 20:51:10 bouyer Exp $
---- Makefile.in.orig 2004-07-16 17:26:51.000000000 +0000
-+++ Makefile.in
-@@ -483,7 +483,7 @@ clean:
+--- Makefile.in.orig 2007-02-06 15:25:52.000000000 +0100
++++ Makefile.in 2007-02-28 20:32:50.000000000 +0100
+@@ -510,7 +510,7 @@
+ @CVS2CL@
+ #endif
+
+-all: warning checkperl checkcpan sources man locale
++all: sources man locale
+
+ rpm: build_rh_rpm build_mdk_rpm
+
+@@ -604,7 +604,7 @@
$(MAKE) PERL='${PERL}' clean) || exit 1; \
done;
--install: importantchanges installsrc installnls installwws installman installscript installsample installdir installconfig installdoc installsoap
-+install: importantchanges installsrc installnls installwws installman installscript installsample installdir installdoc installsoap
+-install: importantchanges installdir installsrc installwws installwebtt2 installmailtt2 installlocale installman installscript installsample installconfig installdoc installsoap nextstep
++install: importantchanges installdir installsrc installwws installwebtt2 installmailtt2 installlocale installman installscript installsample installdoc installsoap nextstep
- importantchanges:
- @( PERL=$(PERL); export PERL; \
-@@ -602,7 +602,7 @@ installdir:
+ nextstep:
+ @echo ""
+@@ -749,7 +749,7 @@
chmod 755 $(DESTDIR)$$dir; \
fi \
done
- @if [ ! -f $(DESTDIR)$(CONFDIR)/sympa.conf ] ; then \
-+ @if false ; then \
++ @if false; then \
echo "First installation : installing conf directories..."; \
- for dir in create_list_templates templates wws_templates scenari \
+ for dir in create_list_templates mail_tt2 web_tt2 scenari \
task_models general_task_models; do \
-@@ -614,7 +614,7 @@ installdir:
- fi \
- done \
+@@ -772,7 +772,7 @@
+ $(PERL) ./subst.pl src/etc/README_etc \
+ ) \
fi
- @if [ ! -f $(DESTDIR)$(CONFDIR)/sympa.conf ] ; then \
-+ @if false ; 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 \
+@@ -786,7 +786,7 @@
+ fi \
+ done \
+ fi
+- @if [ ! -f $(DESTDIR)$(CONFDIR)/sympa.conf ] ; then \
++ @if false ; then \
+ echo "First installation : creating archives and bounce directories..."; \
+ for dir in bounce arc ; do \
+ if [ ! -d $(DESTDIR)$(DIR)/$$dir ] ; then \
diff --git a/mail/sympa/patches/patch-ab b/mail/sympa/patches/patch-ab
index 9fe490bcdd9..f1a60d1563c 100644
--- a/mail/sympa/patches/patch-ab
+++ b/mail/sympa/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.2 2004/09/26 20:13:34 seb Exp $
+$NetBSD: patch-ab,v 1.3 2007/03/28 20:51:10 bouyer 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 {
+--- check_perl_modules.pl.orig 2006-11-16 10:47:33.000000000 +0100
++++ check_perl_modules.pl 2007-02-28 20:09:50.000000000 +0100
+@@ -171,35 +171,7 @@
# Install a CPAN module
##----------------------
sub install_module {
@@ -15,7 +15,7 @@ $NetBSD: patch-ab,v 1.2 2004/09/26 20:13:34 seb Exp $
-
- ## 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');
+- $ENV{'LANG'} = 'C' if ($ENV{'LANG'} =~ /UTF\-8/);
-
- unless ($> == 0) {
- print "\#\# You need root privileges to install $module module. \#\#\n";
@@ -29,7 +29,7 @@ $NetBSD: patch-ab,v 1.2 2004/09/26 20:13:34 seb Exp $
- my $answer = <STDIN>; chomp $answer;
- $answer ||= $default;
- next unless ($answer =~ /^y$/i);
-- CPAN::Shell->conf('inactivity_timeout', 4);
+- $CPAN::Config->{'inactivity_timeout'} = 4;
- CPAN::Shell->install($module);
-
- ## Restore lang
diff --git a/mail/sympa/patches/patch-ad b/mail/sympa/patches/patch-ad
deleted file mode 100644
index c6bf148eadc..00000000000
--- a/mail/sympa/patches/patch-ad
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2005/02/15 22:45:54 seb Exp $
-
---- src/bouncequeue.c.orig 2003-10-07 12:04:47.000000000 +0000
-+++ src/bouncequeue.c
-@@ -30,6 +30,11 @@ static char qfile[128];
- static char buf[16384];
- static int i, fd;
-
-+/* For HP-UX */
-+#ifndef EX_CONFIG
-+# define EX_CONFIG 78
-+#endif
-+
- #ifndef CONFIG
- # define CONFIG "/etc/sympa.conf"
- #endif
-@@ -97,7 +102,7 @@ main(int argn, char **argv)
- exit(EX_NOPERM);
- }
- umask(027);
-- sprintf(qfile, "T.%s.%ld.%d", listname, time(NULL), getpid());
-+ snprintf(qfile, sizeof(qfile), "T.%s.%ld.%d", listname, time(NULL), getpid());
- fd = open(qfile, O_CREAT|O_WRONLY, 0600);
- if (fd == -1)
- exit(EX_TEMPFAIL);
diff --git a/mail/sympa/patches/patch-ae b/mail/sympa/patches/patch-ae
deleted file mode 100644
index 87dc538c5e8..00000000000
--- a/mail/sympa/patches/patch-ae
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2005/02/15 22:45:54 seb Exp $
-
---- src/queue.c.orig 2003-10-07 12:04:47.000000000 +0000
-+++ src/queue.c
-@@ -32,6 +32,11 @@ static char qfile[128];
- static char buf[16384];
- static int i, fd;
-
-+/* For HP-UX */
-+#ifndef EX_CONFIG
-+# define EX_CONFIG 78
-+#endif
-+
- #ifndef CONFIG
- # define CONFIG "/etc/sympa.conf"
- #endif
-@@ -116,7 +121,7 @@ main(int argn, char **argv)
- exit(EX_NOPERM);
- }
- umask(027);
-- sprintf(qfile, "T.%s.%ld.%d", listname, time(NULL), getpid());
-+ snprintf(qfile, sizeof(qfile), "T.%s.%ld.%d", listname, time(NULL), getpid());
- fd = open(qfile, O_CREAT|O_WRONLY, 0600);
- if (fd == -1){
- char* buffer=(char*)malloc(strlen(argv[0])+strlen(queuedir)+80);
diff --git a/mail/sympa/patches/patch-af b/mail/sympa/patches/patch-af
new file mode 100644
index 00000000000..d1e7f9fe579
--- /dev/null
+++ b/mail/sympa/patches/patch-af
@@ -0,0 +1,19 @@
+$NetBSD: patch-af,v 1.1 2007/03/28 20:51:11 bouyer Exp $
+
+--- src/Language.pm.orig 2007-02-28 22:25:02.000000000 +0100
++++ src/Language.pm 2007-02-28 22:26:10.000000000 +0100
+@@ -174,10 +174,10 @@
+ last;
+ }
+ }
+- unless ($success) {
+- &do_log('err','Failed to setlocale(%s) ; you either have a problem with the catalogue .mo files or you should extend available locales in your /etc/locale.gen (or /etc/sysconfig/i18n) file', $locale);
+- return undef;
+- }
++# unless ($success) {
++# &do_log('err','Failed to setlocale(%s) ; you either have a problem with the catalogue .mo files or you should extend available locales in your /etc/locale.gen (or /etc/sysconfig/i18n) file', $locale);
++# return undef;
++# }
+ }
+
+ ## Define what catalog is used