diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index 442d22ae497a..57e868f111cc 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -1,133 +1,138 @@ # Created by: Autrijus Tang # $FreeBSD$ PORTNAME= sympa PORTVERSION= 6.1.17 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.sympa.org/distribution/ \ http://www.sympa.org/distribution/old/ MAINTAINER= crees@FreeBSD.org COMMENT= Sympa is an electronic mailing list manager LICENSE= GPLv2 BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS+= \ p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl \ p5-Term-ProgressBar>=0:${PORTSDIR}/devel/p5-Term-ProgressBar \ p5-MIME-EncWords>=0:${PORTSDIR}/mail/p5-MIME-EncWords \ p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ p5-Msgcat>=0:${PORTSDIR}/misc/p5-Locale-Msgcat \ p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \ p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Crypt-CipherSaber>=0:${PORTSDIR}/security/p5-Crypt-CipherSaber \ p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \ p5-Unicode-LineBreak>=0:${PORTSDIR}/textproc/p5-Unicode-LineBreak \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-HTML-StripScripts-Parser>=0:${PORTSDIR}/www/p5-HTML-StripScripts-Parser \ p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ p5-MIME-Lite-HTML>=0:${PORTSDIR}/mail/p5-MIME-Lite-HTML # Ignore alpha/beta versions PORTSCOUT= limit:^[0-9]+(\.[0-9]+)*$$ USERS= sympa GROUPS= sympa GNU_CONFIGURE= yes USE_PERL5= yes ICONSDIR?= www/icons CONFIGURE_ARGS+=--bindir=${PREFIX}/libexec/${PORTNAME} \ --libexecdir=${PREFIX}/libexec/${PORTNAME} \ --localedir=${PREFIX}/share/locale \ --sbindir=${PREFIX}/libexec/${PORTNAME} \ --sysconfdir=${ETCDIR} \ --with-confdir=${PREFIX}/etc \ --with-docdir=${EXAMPLESDIR} \ --with-expldir=${DATADIR}/list_data \ - --with-iconsdir=${PREFIX}/${ICONSDIR} \ --with-initdir=${PREFIX}/etc/rc.d \ --with-lockdir=/var/spool/lock \ --with-modulesdir=${PREFIX}/libexec/${PORTNAME} \ --with-piddir=/var/run/${PORTNAME} \ --with-scriptdir=${PREFIX}/libexec/${PORTNAME} \ --with-spooldir=/var/spool/${PORTNAME} CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN} MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip SUB_FILES= pkg-install +USE_RC_SUBR= sympa + .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif MAN8= alias_manager.8 archived.8 bounced.8 sympa.8 CONFLICTS= sympa-5* OPTIONS_DEFINE= FASTCGI APACHE OPTIONS_DEFAULT=APACHE OPTIONS_RADIO= DATABASE OPTIONS_RADIO_DATABASE= ORACLE PGSQL SYBASE MYSQL SYBASE_DESC= Sybase database .ifdef DB_TYPE DB_TYPE:= ${DB_TYPE:U} . for option in ${OPTIONS_RADIO_DATABASE} . if ${DB_TYPE} == ${option:S,PGSQL,PG,} OPTIONS_SET+= ${option} +.warning You need to replace your DB_TYPE variable in make.conf with OPTIONS_SET+=${option} . endif . endfor .endif .include .if ${PORT_OPTIONS:MFASTCGI} RUN_DEPENDS+= p5-FCGI>=0:${PORTSDIR}/www/p5-FCGI . if ${PORT_OPTIONS:MAPACHE} USE_APACHE_RUN= 22+ RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi . endif .endif .if ${PORT_OPTIONS:MORACLE} RUN_DEPENDS+= p5-DBD-Oracle>=0:${PORTSDIR}/databases/p5-DBD-Oracle .elif ${PORT_OPTIONS:MPGSQL} +SUB_LIST+= REQ_MYSQL="" REQ_PGSQL=postgresql RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg .elif ${PORT_OPTIONS:MSYBASE} RUN_DEPENDS+= p5-DBD-Sybase>=0:${PORTSDIR}/databases/p5-DBD-Sybase .elif ${PORT_OPTIONS:MMYSQL} +SUB_LIST+= REQ_MYSQL=mysql REQ_PGSQL="" RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql .endif pre-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-patch: @${REINPLACE_CMD} -e 's|^\( *staticdir=\).*$$|\1${DATADIR}|' \ -e 's|^\( *defaultdir=\).*$$|\1${EXAMPLESDIR}|' \ -e 's|^\( *arcdir=\).*$$|\1${DATADIR}/arc|' \ -e 's|^\( *bouncedir=\).*$$|\1${DATADIR}/bounce|' \ -e 's|^\( *execcgidir=\).*$$|\1${PREFIX}/libexec/${PORTNAME}|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|\(--target.*sympa.conf\)|\1.sample|' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's/\$$(DESTDIR)\$$(sampledir)/\$$(sampledir)/g' \ ${WRKSRC}/doc/sample/Makefile.in post-install: @PKG_PREFIX=${PREFIX} DB_TYPE=${DB_TYPE} WITH_FASTCGI=${WITH_FASTCGI} \ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include diff --git a/mail/sympa/files/patch-src-etc-script-Makefile.in b/mail/sympa/files/patch-src-etc-script-Makefile.in new file mode 100644 index 000000000000..d54f791b51bc --- /dev/null +++ b/mail/sympa/files/patch-src-etc-script-Makefile.in @@ -0,0 +1,11 @@ +--- src/etc/script/Makefile.in.orig 2013-03-13 18:06:41.202599651 +0000 ++++ src/etc/script/Makefile.in 2013-03-13 18:06:05.882611401 +0000 +@@ -355,7 +355,7 @@ + + info-am: + +-install-data-am: install-initSCRIPTS install-scriptSCRIPTS ++install-data-am: install-scriptSCRIPTS + + install-exec-am: + diff --git a/mail/sympa/files/patch-src__etc__script__sympa.in b/mail/sympa/files/patch-src__etc__script__sympa.in deleted file mode 100644 index ebeba9ccc050..000000000000 --- a/mail/sympa/files/patch-src__etc__script__sympa.in +++ /dev/null @@ -1,38 +0,0 @@ ---- src/etc/script/sympa.in.orig 2010-11-17 08:25:42.000000000 +0100 -+++ src/etc/script/sympa.in 2012-04-20 12:35:40.000000000 +0200 -@@ -2,6 +2,10 @@ - # - # sympa Mailing Lists Management System - # -+# PROVIDE: sympa -+# REQUIRE: LOGIN cleanvar -+# KEYWORD: shutdown -+# - # Written by Michel Bouissou 20/07/2000 - # - # Modified by Olivier Salaun 27/07/2000 -@@ -159,7 +163,7 @@ - if [ "$pids" != "" ]; then - for pid in $pids; do - killcount=0 -- running=`ps -A | grep "$pid ..* $1\\.pl"` -+ running=`ps -A | grep "^[[:space:]]*$pid[[:space:]].*$1\\.pl"` - while [ "$running" != "" ]; do - if [ $killcount -gt 10 ]; then - if [ ${use_functions} ]; then -@@ -171,13 +175,13 @@ - fi - - kill -TERM $pid >/dev/null 2>&1 -- running=`ps -A | grep "$pid ..* $1\\.pl"` -+ running=`ps -A | grep "^[[:space:]]*$pid[[:space:]].*$1\\.pl"` - if [ "$running" = "" ]; then - runcount=`expr $runcount + 1` - break - fi - sleep 2 -- running=`ps -A | grep "$pid ..* $1\\.pl"` -+ running=`ps -A | grep "^[[:space:]]*$pid[[:space:]].*$1\\.pl"` - if [ "$running" = "" ]; then - runcount=`expr $runcount + 1` - break diff --git a/mail/sympa/files/sympa.in b/mail/sympa/files/sympa.in new file mode 100644 index 000000000000..1b89654788ef --- /dev/null +++ b/mail/sympa/files/sympa.in @@ -0,0 +1,211 @@ +#!/bin/sh +# +# PROVIDE: sympa +# REQUIRE: LOGIN cleanvar %%REQ_MYSQL%% %%REQ_PGSQL%% +# KEYWORD: shutdown +# +# $FreeBSD$ +# +# Written by Michel Bouissou 20/07/2000 +# +# Modified by Olivier Salaun 27/07/2000 +# - translations +# - lang parameter deleted (defined in sympa.conf) +# - introduced --VARS-- parsed by Makefile +# - no more sympauser since sympa sets its UID +# Modified by Michel Bouissou 27/07/2000 +# Modified by Eimar Koort 27/02/2013 +# - optimized for FreeBSD +# +# sympa_enable (bool): Set to NO by default. +# Set it to YES to enable sympa. +# + +. /etc/rc.subr + +name=sympa +rcvar=sympa_enable + +load_rc_config $name + +: ${sympa_enable:=no} + +start_cmd=sympa_start +stop_cmd=sympa_stop +status_cmd=sympa_status +extra_commands=status + +sympadir=%%PREFIX%%/libexec/sympa + +sympaconf=%%PREFIX%%/etc/sympa.conf +wwsympaconf=%%PREFIX%%/etc/wwsympa.conf + +sub_status() +{ + # Test syntax. + if [ $# = 0 ] ; then + echo "Usage: sub_status {program}" + return 1 + fi + # First try "/u1/home/sympa/*.pid" files + if [ -f /var/run/sympa/$1.pid ] ; then + pid=`head -1 /var/run/sympa/$1.pid | tr -s ' ' '|'` + if [ "$pid" != "" ] ; then + running=`ps -A | egrep "$pid"` + if [ "$running" != "" ]; then + echo "$1 (pid(s) $pid) is active..." + return 0 + else + echo "$1 died, pid file remains." + return 1 + fi + fi + fi + echo "$1 is stopped." + return 3 +} + +sub_module_start() +{ + # Start a module + if [ $# = 0 ] ; then + echo "Usage: sub_module_start {program}" + return 1 + fi + $sympadir/$1.pl $startparam && echo "success" || echo "failure" + echo +} + +sub_start() +{ + # Test state of module before startup + if [ $# = 0 ] ; then + echo "Usage: sub_start {program}" + return 1 + fi + sub_status $1 > /dev/null + case "$?" in + 3) + echo $echo_opt "Starting module $1.pl: " + sub_module_start $1 + ;; + 1) + echo $echo_opt "Starting $1, overwriting old pid file." + sub_module_start $1 + ;; + 0) + echo "$1 seems active. No action will be taken." + echo "Try \"sympa status\" or \"sympa restart"\". + ;; + esac +} + +sub_stop() +{ + # Stop a module + if [ $# = 0 ] ; then + echo "Usage: sub_stop {program}" + return 1 + fi + + if [ -f /var/run/sympa/$1.pid ]; then + echo $echo_opt "Stopping module $1.pl: " + pids=`head -1 /var/run/sympa/$1.pid` + runcount=0 + if [ "$pids" != "" ]; then + for pid in $pids; do + killcount=0 + running=`ps -A | grep "^[[:space:]]*$pid[[:space:]].*$1\\.pl"` + while [ "$running" != "" ]; do + if [ $killcount -gt 10 ]; then + echo 'failure' + return 3 + fi + + kill -TERM $pid >/dev/null 2>&1 + running=`ps -A | grep "^[[:space:]]*$pid[[:space:]].*$1\\.pl"` + if [ "$running" = "" ]; then + runcount=`expr $runcount + 1` + break + fi + sleep 2 + running=`ps -A | grep "^[[:space:]]*$pid[[:space:]].*$1\\.pl"` + if [ "$running" = "" ]; then + runcount=`expr $runcount + 1` + break + fi + killcount=`expr $killcount + 1` + done + done + fi + if [ $runcount -gt 0 ]; then + echo 'success' + else + echo 'died' + fi + echo + else + echo "Module $1.pl not running" + fi + return 0 +} + +sympa_check_config() +{ + # Check config files + [ -d $sympadir ] || exit 0 + [ -f $sympaconf ] || exit 0 + [ -f $wwsympaconf ] || exit 0 +} + +sympa_start() +{ + sympa_check_config + if [ ! -f /var/spool/lock/sympa ]; then + echo "Starting Sympa subsystem: " + sub_start sympa + sub_start bulk + sub_start archived + sub_start bounced + sub_start task_manager + touch /var/spool/lock/sympa + echo + else + echo "Sympa seems active. No action will be taken." + echo "Try \"sympa status\" or \"sympa restart"\". + fi +} + +sympa_stop() +{ + sympa_check_config + echo "Stopping Sympa subsystem: " + sub_stop bounced + sub_stop archived + sub_stop bulk + sub_stop sympa + if [ -f /var/run/sympa/sympa-creation.pid ]; then + sub_stop sympa-creation + fi + sub_stop task_manager + if [ -f /var/spool/lock/sympa ]; then + rm -f /var/spool/lock/sympa + fi +} + +sympa_status() +{ + echo "Status of Sympa subsystem: " + if [ -f /var/spool/lock/sympa ]; then + echo "Status file for subsystem found." + else + echo "Status file for subsystem NOT found." + fi + sub_status sympa + sub_status bulk + sub_status archived + sub_status bounced + sub_status task_manager +} + +run_rc_command $1 diff --git a/mail/sympa/pkg-plist b/mail/sympa/pkg-plist index c6bc0d82abe0..6598e3b89c06 100644 --- a/mail/sympa/pkg-plist +++ b/mail/sympa/pkg-plist @@ -1,601 +1,600 @@ -etc/rc.d/sympa @comment copyover handled in pkg-install @unexec cmp -s %D/etc/sympa.conf.sample %D/etc/sympa.conf && rm -f %D/etc/sympa.conf etc/sympa.conf.sample @unexec cmp -s %D/etc/wwsympa.conf.sample %D/etc/wwsympa.conf && rm -f %D/etc/wwsympa.conf etc/wwsympa.conf.sample %%ETCDIR%%/data_structure.version libexec/sympa/Archive.pm libexec/sympa/Auth.pm libexec/sympa/Bounce.pm libexec/sympa/Bulk.pm libexec/sympa/Commands.pm libexec/sympa/Conf.pm libexec/sympa/Config_XML.pm libexec/sympa/Datasource.pm libexec/sympa/Family.pm libexec/sympa/Fetch.pm libexec/sympa/HTML/myFormatText.pm libexec/sympa/LDAPSource.pm libexec/sympa/Language.pm libexec/sympa/Ldap.pm libexec/sympa/List.pm libexec/sympa/Lock.pm libexec/sympa/Log.pm libexec/sympa/Marc.pm libexec/sympa/Marc/Search.pm libexec/sympa/Message.pm libexec/sympa/PlainDigest.pm libexec/sympa/Robot.pm libexec/sympa/SQLSource.pm libexec/sympa/Scenario.pm libexec/sympa/SharedDocument.pm libexec/sympa/Sympa/Constants.pm libexec/sympa/Sympa/Template/Compat.pm libexec/sympa/SympaSession.pm libexec/sympa/SympaTransport.pm libexec/sympa/Task.pm libexec/sympa/Upgrade.pm libexec/sympa/WebAgent.pm libexec/sympa/admin.pm libexec/sympa/alias_manager.pl libexec/sympa/aliaswrapper libexec/sympa/arc2webarc.pl libexec/sympa/archived.pl libexec/sympa/bounced.pl libexec/sympa/bouncequeue libexec/sympa/bulk.pl libexec/sympa/confdef.pm libexec/sympa/cookielib.pm libexec/sympa/create_db.Oracle libexec/sympa/create_db.Pg libexec/sympa/create_db.SQLite libexec/sympa/create_db.Sybase libexec/sympa/create_db.mysql libexec/sympa/crypt_passwd.pl libexec/sympa/familyqueue libexec/sympa/init_comment.pl libexec/sympa/ldap_alias_manager.pl libexec/sympa/mail.pm libexec/sympa/mod2html.pl libexec/sympa/mysql_alias_manager.pl libexec/sympa/p12topem.pl libexec/sympa/queue libexec/sympa/report.pm libexec/sympa/sympa.pl libexec/sympa/sympa_soap_client.pl libexec/sympa/sympa_soap_server-wrapper.fcgi libexec/sympa/sympa_soap_server.fcgi libexec/sympa/sympa_wizard.pl libexec/sympa/sympasoap.pm libexec/sympa/task_manager.pl libexec/sympa/testldap.pl libexec/sympa/testlogs.pl libexec/sympa/time_utils.pm libexec/sympa/tools.pm libexec/sympa/tpl2tt2.pl libexec/sympa/tt2.pm libexec/sympa/virtualwrapper libexec/sympa/wwslib.pm libexec/sympa/wwsympa-wrapper.fcgi libexec/sympa/wwsympa.fcgi %%EXAMPLESDIR%%/auth.conf %%EXAMPLESDIR%%/ca-bundle.crt %%EXAMPLESDIR%%/charset.conf %%EXAMPLESDIR%%/crawlers_detection.conf %%EXAMPLESDIR%%/create_list.conf %%EXAMPLESDIR%%/create_list_templates/confidential/comment.tt2 %%EXAMPLESDIR%%/create_list_templates/confidential/config.tt2 %%EXAMPLESDIR%%/create_list_templates/discussion_list/comment.tt2 %%EXAMPLESDIR%%/create_list_templates/discussion_list/config.tt2 %%EXAMPLESDIR%%/create_list_templates/hotline/comment.tt2 %%EXAMPLESDIR%%/create_list_templates/hotline/config.tt2 %%EXAMPLESDIR%%/create_list_templates/html-news-letter/comment.tt2 %%EXAMPLESDIR%%/create_list_templates/html-news-letter/config.tt2 %%EXAMPLESDIR%%/create_list_templates/intranet_list/comment.tt2 %%EXAMPLESDIR%%/create_list_templates/intranet_list/config.tt2 %%EXAMPLESDIR%%/create_list_templates/news-letter/comment.tt2 %%EXAMPLESDIR%%/create_list_templates/news-letter/config.tt2 %%EXAMPLESDIR%%/create_list_templates/private_working_group/comment.tt2 %%EXAMPLESDIR%%/create_list_templates/private_working_group/config.tt2 %%EXAMPLESDIR%%/create_list_templates/public_web_forum/comment.tt2 %%EXAMPLESDIR%%/create_list_templates/public_web_forum/config.tt2 %%EXAMPLESDIR%%/edit_list.conf %%EXAMPLESDIR%%/families/sample-auto/config.tt2 %%EXAMPLESDIR%%/families/sample-auto/param_constraint.conf %%EXAMPLESDIR%%/global_task_models/chk_cert_expiration.daily.task %%EXAMPLESDIR%%/global_task_models/crl_update.daily.task %%EXAMPLESDIR%%/global_task_models/eval_bouncers.daily.task %%EXAMPLESDIR%%/global_task_models/expire_bounce.daily.task %%EXAMPLESDIR%%/global_task_models/process_bouncers.weekly.task %%EXAMPLESDIR%%/global_task_models/purge_logs_table.daily.task %%EXAMPLESDIR%%/global_task_models/purge_one_time_ticket_table.daily.task %%EXAMPLESDIR%%/global_task_models/purge_orphan_bounces.monthly.task %%EXAMPLESDIR%%/global_task_models/purge_session_table.daily.task %%EXAMPLESDIR%%/global_task_models/purge_tables.daily.task %%EXAMPLESDIR%%/global_task_models/purge_user_table.monthly.task %%EXAMPLESDIR%%/ldap_alias_entry.tt2 %%EXAMPLESDIR%%/ldap_alias_manager.conf %%EXAMPLESDIR%%/list_aliases.tt2 %%EXAMPLESDIR%%/list_task_models/expire.yearly.task %%EXAMPLESDIR%%/list_task_models/remind.2month.task %%EXAMPLESDIR%%/list_task_models/remind.monthly.task %%EXAMPLESDIR%%/list_task_models/remind.yearly.task %%EXAMPLESDIR%%/list_task_models/sync_include.ttl.task %%EXAMPLESDIR%%/mail_tt2/authorization_reject.tt2 %%EXAMPLESDIR%%/mail_tt2/bye.tt2 %%EXAMPLESDIR%%/mail_tt2/certif_warning.tt2 %%EXAMPLESDIR%%/mail_tt2/command_report.tt2 %%EXAMPLESDIR%%/mail_tt2/d_install_shared.tt2 %%EXAMPLESDIR%%/mail_tt2/d_reject_shared.tt2 %%EXAMPLESDIR%%/mail_tt2/digest.tt2 %%EXAMPLESDIR%%/mail_tt2/digest_plain.tt2 %%EXAMPLESDIR%%/mail_tt2/expire_deletion.tt2 %%EXAMPLESDIR%%/mail_tt2/expire_warning1.tt2 %%EXAMPLESDIR%%/mail_tt2/expire_warning2.tt2 %%EXAMPLESDIR%%/mail_tt2/get_archive.tt2 %%EXAMPLESDIR%%/mail_tt2/global_remind.tt2 %%EXAMPLESDIR%%/mail_tt2/helpfile.tt2 %%EXAMPLESDIR%%/mail_tt2/index_archive.tt2 %%EXAMPLESDIR%%/mail_tt2/info_report.tt2 %%EXAMPLESDIR%%/mail_tt2/invite.tt2 %%EXAMPLESDIR%%/mail_tt2/list_created.tt2 %%EXAMPLESDIR%%/mail_tt2/list_rejected.tt2 %%EXAMPLESDIR%%/mail_tt2/list_unknown.tt2 %%EXAMPLESDIR%%/mail_tt2/listeditor_notification.tt2 %%EXAMPLESDIR%%/mail_tt2/listmaster_notification.tt2 %%EXAMPLESDIR%%/mail_tt2/listowner_notification.tt2 %%EXAMPLESDIR%%/mail_tt2/lists.tt2 %%EXAMPLESDIR%%/mail_tt2/message_report.tt2 %%EXAMPLESDIR%%/mail_tt2/moderate.tt2 %%EXAMPLESDIR%%/mail_tt2/modindex.tt2 %%EXAMPLESDIR%%/mail_tt2/reject.tt2 %%EXAMPLESDIR%%/mail_tt2/remind.tt2 %%EXAMPLESDIR%%/mail_tt2/removed.tt2 %%EXAMPLESDIR%%/mail_tt2/request_auth.tt2 %%EXAMPLESDIR%%/mail_tt2/review.tt2 %%EXAMPLESDIR%%/mail_tt2/send_auth.tt2 %%EXAMPLESDIR%%/mail_tt2/sendpasswd.tt2 %%EXAMPLESDIR%%/mail_tt2/sendssopasswd.tt2 %%EXAMPLESDIR%%/mail_tt2/stats_report.tt2 %%EXAMPLESDIR%%/mail_tt2/summary.tt2 %%EXAMPLESDIR%%/mail_tt2/urlized_part.tt2 %%EXAMPLESDIR%%/mail_tt2/user_notification.tt2 %%EXAMPLESDIR%%/mail_tt2/welcome.tt2 %%EXAMPLESDIR%%/mail_tt2/which.tt2 %%EXAMPLESDIR%%/mail_tt2/x509-user-cert-missing.tt2 %%EXAMPLESDIR%%/mail_tt2/your_infected_msg.tt2 %%EXAMPLESDIR%%/mhonarc-ressources.tt2 %%EXAMPLESDIR%%/mime.types %%EXAMPLESDIR%%/nrcpt_by_domain.conf %%EXAMPLESDIR%%/scenari/access_web_archive.closed %%EXAMPLESDIR%%/scenari/access_web_archive.intranet %%EXAMPLESDIR%%/scenari/access_web_archive.listmaster %%EXAMPLESDIR%%/scenari/access_web_archive.owner %%EXAMPLESDIR%%/scenari/access_web_archive.private %%EXAMPLESDIR%%/scenari/access_web_archive.public %%EXAMPLESDIR%%/scenari/add.auth %%EXAMPLESDIR%%/scenari/add.closed %%EXAMPLESDIR%%/scenari/add.default %%EXAMPLESDIR%%/scenari/add.owner %%EXAMPLESDIR%%/scenari/add.owner_notify %%EXAMPLESDIR%%/scenari/automatic_list_creation.family_owner %%EXAMPLESDIR%%/scenari/automatic_list_creation.listmaster %%EXAMPLESDIR%%/scenari/automatic_list_creation.public %%EXAMPLESDIR%%/scenari/create_list.intranet %%EXAMPLESDIR%%/scenari/create_list.listmaster %%EXAMPLESDIR%%/scenari/create_list.public_listmaster %%EXAMPLESDIR%%/scenari/d_edit.default %%EXAMPLESDIR%%/scenari/d_edit.editor %%EXAMPLESDIR%%/scenari/d_edit.owner %%EXAMPLESDIR%%/scenari/d_edit.private %%EXAMPLESDIR%%/scenari/d_edit.private-https %%EXAMPLESDIR%%/scenari/d_edit.public %%EXAMPLESDIR%%/scenari/d_read.default %%EXAMPLESDIR%%/scenari/d_read.owner %%EXAMPLESDIR%%/scenari/d_read.private %%EXAMPLESDIR%%/scenari/d_read.private-https %%EXAMPLESDIR%%/scenari/d_read.public %%EXAMPLESDIR%%/scenari/del.auth %%EXAMPLESDIR%%/scenari/del.closed %%EXAMPLESDIR%%/scenari/del.default %%EXAMPLESDIR%%/scenari/del.owner %%EXAMPLESDIR%%/scenari/del.owner_notify %%EXAMPLESDIR%%/scenari/global_remind.listmaster %%EXAMPLESDIR%%/scenari/info.default %%EXAMPLESDIR%%/scenari/info.open %%EXAMPLESDIR%%/scenari/info.private %%EXAMPLESDIR%%/scenari/invite.closed %%EXAMPLESDIR%%/scenari/invite.default %%EXAMPLESDIR%%/scenari/invite.owner %%EXAMPLESDIR%%/scenari/invite.private %%EXAMPLESDIR%%/scenari/invite.public %%EXAMPLESDIR%%/scenari/remind.default %%EXAMPLESDIR%%/scenari/remind.listmaster %%EXAMPLESDIR%%/scenari/remind.owner %%EXAMPLESDIR%%/scenari/review.closed %%EXAMPLESDIR%%/scenari/review.default %%EXAMPLESDIR%%/scenari/review.intranet %%EXAMPLESDIR%%/scenari/review.listmaster %%EXAMPLESDIR%%/scenari/review.owner %%EXAMPLESDIR%%/scenari/review.private %%EXAMPLESDIR%%/scenari/review.public %%EXAMPLESDIR%%/scenari/send.closed %%EXAMPLESDIR%%/scenari/send.confidential %%EXAMPLESDIR%%/scenari/send.default %%EXAMPLESDIR%%/scenari/send.editorkey %%EXAMPLESDIR%%/scenari/send.editorkeyonly %%EXAMPLESDIR%%/scenari/send.editorkeyonlyauth %%EXAMPLESDIR%%/scenari/send.intranet %%EXAMPLESDIR%%/scenari/send.intranetorprivate %%EXAMPLESDIR%%/scenari/send.newsletter %%EXAMPLESDIR%%/scenari/send.newsletterkeyonly %%EXAMPLESDIR%%/scenari/send.private %%EXAMPLESDIR%%/scenari/send.private_smime %%EXAMPLESDIR%%/scenari/send.privateandeditorkey %%EXAMPLESDIR%%/scenari/send.privateandnomultipartoreditorkey %%EXAMPLESDIR%%/scenari/send.privatekey %%EXAMPLESDIR%%/scenari/send.privatekeyandeditorkeyonly %%EXAMPLESDIR%%/scenari/send.privateoreditorkey %%EXAMPLESDIR%%/scenari/send.privateorpublickey %%EXAMPLESDIR%%/scenari/send.public %%EXAMPLESDIR%%/scenari/send.public_nobcc %%EXAMPLESDIR%%/scenari/send.publickey %%EXAMPLESDIR%%/scenari/send.publicnoattachment %%EXAMPLESDIR%%/scenari/send.publicnomultipart %%EXAMPLESDIR%%/scenari/spam_status.x-spam-status %%EXAMPLESDIR%%/scenari/subscribe.auth %%EXAMPLESDIR%%/scenari/subscribe.auth_notify %%EXAMPLESDIR%%/scenari/subscribe.auth_owner %%EXAMPLESDIR%%/scenari/subscribe.closed %%EXAMPLESDIR%%/scenari/subscribe.default %%EXAMPLESDIR%%/scenari/subscribe.intranet %%EXAMPLESDIR%%/scenari/subscribe.intranetorowner %%EXAMPLESDIR%%/scenari/subscribe.open %%EXAMPLESDIR%%/scenari/subscribe.open_notify %%EXAMPLESDIR%%/scenari/subscribe.open_quiet %%EXAMPLESDIR%%/scenari/subscribe.owner %%EXAMPLESDIR%%/scenari/subscribe.smime %%EXAMPLESDIR%%/scenari/subscribe.smimeorowner %%EXAMPLESDIR%%/scenari/topics_visibility.conceal %%EXAMPLESDIR%%/scenari/topics_visibility.default %%EXAMPLESDIR%%/scenari/topics_visibility.identified %%EXAMPLESDIR%%/scenari/topics_visibility.noconceal %%EXAMPLESDIR%%/scenari/unsubscribe.auth %%EXAMPLESDIR%%/scenari/unsubscribe.auth_notify %%EXAMPLESDIR%%/scenari/unsubscribe.closed %%EXAMPLESDIR%%/scenari/unsubscribe.default %%EXAMPLESDIR%%/scenari/unsubscribe.open %%EXAMPLESDIR%%/scenari/unsubscribe.open_notify %%EXAMPLESDIR%%/scenari/unsubscribe.owner %%EXAMPLESDIR%%/scenari/visibility.conceal %%EXAMPLESDIR%%/scenari/visibility.default %%EXAMPLESDIR%%/scenari/visibility.intranet %%EXAMPLESDIR%%/scenari/visibility.noconceal %%EXAMPLESDIR%%/scenari/visibility.secret %%EXAMPLESDIR%%/sympa.wsdl %%EXAMPLESDIR%%/topics.conf %%EXAMPLESDIR%%/web_tt2/active_lists.tt2 %%EXAMPLESDIR%%/web_tt2/add_request.tt2 %%EXAMPLESDIR%%/web_tt2/admin.tt2 %%EXAMPLESDIR%%/web_tt2/admin_menu.tt2 %%EXAMPLESDIR%%/web_tt2/arc.tt2 %%EXAMPLESDIR%%/web_tt2/arc_manage.tt2 %%EXAMPLESDIR%%/web_tt2/arc_protect.tt2 %%EXAMPLESDIR%%/web_tt2/arcsearch.tt2 %%EXAMPLESDIR%%/web_tt2/arcsearch_form.tt2 %%EXAMPLESDIR%%/web_tt2/authorization_reject.tt2 %%EXAMPLESDIR%%/web_tt2/auto_signoff.tt2 %%EXAMPLESDIR%%/web_tt2/automatic_lists_management_request.tt2 %%EXAMPLESDIR%%/web_tt2/automatic_lists_request.tt2 %%EXAMPLESDIR%%/web_tt2/automatic_lists.tt2 %%EXAMPLESDIR%%/web_tt2/blacklist.tt2 %%EXAMPLESDIR%%/web_tt2/button_footer.tt2 %%EXAMPLESDIR%%/web_tt2/button_header.tt2 %%EXAMPLESDIR%%/web_tt2/ca.tt2 %%EXAMPLESDIR%%/web_tt2/change_email.tt2 %%EXAMPLESDIR%%/web_tt2/change_email_request.tt2 %%EXAMPLESDIR%%/web_tt2/choosepasswd.tt2 %%EXAMPLESDIR%%/web_tt2/close_list.tt2 %%EXAMPLESDIR%%/web_tt2/compose_mail.tt2 %%EXAMPLESDIR%%/web_tt2/copy_template.tt2 %%EXAMPLESDIR%%/web_tt2/create_list.tt2 %%EXAMPLESDIR%%/web_tt2/create_list_request.tt2 %%EXAMPLESDIR%%/web_tt2/css.tt2 %%EXAMPLESDIR%%/web_tt2/css_ie.tt2 %%EXAMPLESDIR%%/web_tt2/d_control.tt2 %%EXAMPLESDIR%%/web_tt2/d_editfile.tt2 %%EXAMPLESDIR%%/web_tt2/d_install_shared.tt2 %%EXAMPLESDIR%%/web_tt2/d_properties.tt2 %%EXAMPLESDIR%%/web_tt2/d_read.tt2 %%EXAMPLESDIR%%/web_tt2/d_upload.tt2 %%EXAMPLESDIR%%/web_tt2/dump_scenario.tt2 %%EXAMPLESDIR%%/web_tt2/dumpvars.tt2 %%EXAMPLESDIR%%/web_tt2/edit_attributes.tt2 %%EXAMPLESDIR%%/web_tt2/edit_config.tt2 %%EXAMPLESDIR%%/web_tt2/edit_list_request.tt2 %%EXAMPLESDIR%%/web_tt2/edit_template.tt2 %%EXAMPLESDIR%%/web_tt2/editfile.tt2 %%EXAMPLESDIR%%/web_tt2/editsubscriber.tt2 %%EXAMPLESDIR%%/web_tt2/error.tt2 %%EXAMPLESDIR%%/web_tt2/family_signoff.tt2 %%EXAMPLESDIR%%/web_tt2/family_signoff_request.tt2 %%EXAMPLESDIR%%/web_tt2/footer.tt2 %%EXAMPLESDIR%%/web_tt2/get_closed_lists.tt2 %%EXAMPLESDIR%%/web_tt2/get_inactive_lists.tt2 %%EXAMPLESDIR%%/web_tt2/get_latest_lists.tt2 %%EXAMPLESDIR%%/web_tt2/get_pending_lists.tt2 %%EXAMPLESDIR%%/web_tt2/help.tt2 %%EXAMPLESDIR%%/web_tt2/help_admin.tt2 %%EXAMPLESDIR%%/web_tt2/help_arc.tt2 %%EXAMPLESDIR%%/web_tt2/help_editfile.tt2 %%EXAMPLESDIR%%/web_tt2/help_editlist.tt2 %%EXAMPLESDIR%%/web_tt2/help_faqadmin.tt2 %%EXAMPLESDIR%%/web_tt2/help_faquser.tt2 %%EXAMPLESDIR%%/web_tt2/help_introduction.tt2 %%EXAMPLESDIR%%/web_tt2/help_listconfig.tt2 %%EXAMPLESDIR%%/web_tt2/help_mail_commands.tt2 %%EXAMPLESDIR%%/web_tt2/help_sendmsg.tt2 %%EXAMPLESDIR%%/web_tt2/help_shared.tt2 %%EXAMPLESDIR%%/web_tt2/help_suspend.tt2 %%EXAMPLESDIR%%/web_tt2/help_user.tt2 %%EXAMPLESDIR%%/web_tt2/help_user_options.tt2 %%EXAMPLESDIR%%/web_tt2/home.tt2 %%EXAMPLESDIR%%/web_tt2/info.tt2 %%EXAMPLESDIR%%/web_tt2/install_pending_list.tt2 %%EXAMPLESDIR%%/web_tt2/javascript.tt2 %%EXAMPLESDIR%%/web_tt2/latest_arc.tt2 %%EXAMPLESDIR%%/web_tt2/latest_d_read.tt2 %%EXAMPLESDIR%%/web_tt2/latest_lists.tt2 %%EXAMPLESDIR%%/web_tt2/lca.tt2 %%EXAMPLESDIR%%/web_tt2/list_button_footer.tt2 %%EXAMPLESDIR%%/web_tt2/list_button_header.tt2 %%EXAMPLESDIR%%/web_tt2/list_menu.tt2 %%EXAMPLESDIR%%/web_tt2/list_panel.tt2 %%EXAMPLESDIR%%/web_tt2/lists.tt2 %%EXAMPLESDIR%%/web_tt2/login.tt2 %%EXAMPLESDIR%%/web_tt2/login_menu.tt2 %%EXAMPLESDIR%%/web_tt2/loginbanner.tt2 %%EXAMPLESDIR%%/web_tt2/loginrequest.tt2 %%EXAMPLESDIR%%/web_tt2/ls_templates.tt2 %%EXAMPLESDIR%%/web_tt2/main.tt2 %%EXAMPLESDIR%%/web_tt2/maintenance.tt2 %%EXAMPLESDIR%%/web_tt2/manage_template.tt2 %%EXAMPLESDIR%%/web_tt2/menu.tt2 %%EXAMPLESDIR%%/web_tt2/menu_search.tt2 %%EXAMPLESDIR%%/web_tt2/modindex.tt2 %%EXAMPLESDIR%%/web_tt2/nav.tt2 %%EXAMPLESDIR%%/web_tt2/notice.tt2 %%EXAMPLESDIR%%/web_tt2/picture_upload.tt2 %%EXAMPLESDIR%%/web_tt2/pref.tt2 %%EXAMPLESDIR%%/web_tt2/remove_arc.tt2 %%EXAMPLESDIR%%/web_tt2/rename_list_request.tt2 %%EXAMPLESDIR%%/web_tt2/renewpasswd.tt2 %%EXAMPLESDIR%%/web_tt2/request_topic.tt2 %%EXAMPLESDIR%%/web_tt2/requestpasswd.tt2 %%EXAMPLESDIR%%/web_tt2/review.tt2 %%EXAMPLESDIR%%/web_tt2/review_family.tt2 %%EXAMPLESDIR%%/web_tt2/reviewbouncing.tt2 %%EXAMPLESDIR%%/web_tt2/rss.tt2 %%EXAMPLESDIR%%/web_tt2/rss_request.tt2 %%EXAMPLESDIR%%/web_tt2/scenario_test.tt2 %%EXAMPLESDIR%%/web_tt2/search.tt2 %%EXAMPLESDIR%%/web_tt2/search_list.tt2 %%EXAMPLESDIR%%/web_tt2/search_user.tt2 %%EXAMPLESDIR%%/web_tt2/serveradmin.tt2 %%EXAMPLESDIR%%/web_tt2/set_pending_list_request.tt2 %%EXAMPLESDIR%%/web_tt2/setlang.tt2 %%EXAMPLESDIR%%/web_tt2/show_cert.tt2 %%EXAMPLESDIR%%/web_tt2/show_exclude.tt2 %%EXAMPLESDIR%%/web_tt2/show_sessions.tt2 %%EXAMPLESDIR%%/web_tt2/sigrequest.tt2 %%EXAMPLESDIR%%/web_tt2/skinsedit.tt2 %%EXAMPLESDIR%%/web_tt2/sso_login.tt2 %%EXAMPLESDIR%%/web_tt2/stats.tt2 %%EXAMPLESDIR%%/web_tt2/subindex.tt2 %%EXAMPLESDIR%%/web_tt2/suboptions.tt2 %%EXAMPLESDIR%%/web_tt2/subrequest.tt2 %%EXAMPLESDIR%%/web_tt2/subscriber_table.tt2 %%EXAMPLESDIR%%/web_tt2/suspend_request.tt2 %%EXAMPLESDIR%%/web_tt2/ticket.tt2 %%EXAMPLESDIR%%/web_tt2/title.tt2 %%EXAMPLESDIR%%/web_tt2/tt2_error.tt2 %%EXAMPLESDIR%%/web_tt2/view_template.tt2 %%EXAMPLESDIR%%/web_tt2/viewbounce.tt2 %%EXAMPLESDIR%%/web_tt2/viewlogs.tt2 %%EXAMPLESDIR%%/web_tt2/viewmod.tt2 %%EXAMPLESDIR%%/web_tt2/which.tt2 %%EXAMPLESDIR%%/web_tt2/your_lists.tt2 %%NLS%%share/locale/ar/LC_MESSAGES/sympa.mo %%NLS%%share/locale/ar/LC_MESSAGES/web_help.mo %%NLS%%share/locale/bg/LC_MESSAGES/sympa.mo %%NLS%%share/locale/bg/LC_MESSAGES/web_help.mo %%NLS%%share/locale/br/LC_MESSAGES/sympa.mo %%NLS%%share/locale/br/LC_MESSAGES/web_help.mo %%NLS%%share/locale/ca/LC_MESSAGES/sympa.mo %%NLS%%share/locale/cs/LC_MESSAGES/sympa.mo %%NLS%%share/locale/cs/LC_MESSAGES/web_help.mo %%NLS%%share/locale/de/LC_MESSAGES/sympa.mo %%NLS%%share/locale/de/LC_MESSAGES/web_help.mo %%NLS%%share/locale/el/LC_MESSAGES/sympa.mo %%NLS%%share/locale/el/LC_MESSAGES/web_help.mo %%NLS%%share/locale/en/LC_MESSAGES/sympa.mo %%NLS%%share/locale/en/LC_MESSAGES/web_help.mo %%NLS%%share/locale/es/LC_MESSAGES/sympa.mo %%NLS%%share/locale/es/LC_MESSAGES/web_help.mo %%NLS%%share/locale/et/LC_MESSAGES/sympa.mo %%NLS%%share/locale/et/LC_MESSAGES/web_help.mo %%NLS%%share/locale/eu/LC_MESSAGES/sympa.mo %%NLS%%share/locale/eu/LC_MESSAGES/web_help.mo %%NLS%%share/locale/fi/LC_MESSAGES/sympa.mo %%NLS%%share/locale/fi/LC_MESSAGES/web_help.mo %%NLS%%share/locale/fr/LC_MESSAGES/sympa.mo %%NLS%%share/locale/fr/LC_MESSAGES/web_help.mo %%NLS%%share/locale/gl/LC_MESSAGES/sympa.mo %%NLS%%share/locale/hu/LC_MESSAGES/sympa.mo %%NLS%%share/locale/hu/LC_MESSAGES/web_help.mo %%NLS%%share/locale/id/LC_MESSAGES/sympa.mo %%NLS%%share/locale/id/LC_MESSAGES/web_help.mo %%NLS%%share/locale/it/LC_MESSAGES/sympa.mo %%NLS%%share/locale/it/LC_MESSAGES/web_help.mo %%NLS%%share/locale/ja/LC_MESSAGES/sympa.mo %%NLS%%share/locale/ja/LC_MESSAGES/web_help.mo %%NLS%%share/locale/ko/LC_MESSAGES/sympa.mo %%NLS%%share/locale/la/LC_MESSAGES/sympa.mo %%NLS%%share/locale/ml/LC_MESSAGES/sympa.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/sympa.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/web_help.mo %%NLS%%share/locale/nl/LC_MESSAGES/sympa.mo %%NLS%%share/locale/nl/LC_MESSAGES/web_help.mo %%NLS%%share/locale/oc/LC_MESSAGES/sympa.mo %%NLS%%share/locale/oc/LC_MESSAGES/web_help.mo %%NLS%%share/locale/pl/LC_MESSAGES/sympa.mo %%NLS%%share/locale/pl/LC_MESSAGES/web_help.mo %%NLS%%share/locale/pt/LC_MESSAGES/sympa.mo %%NLS%%share/locale/pt/LC_MESSAGES/web_help.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/sympa.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/web_help.mo %%NLS%%share/locale/ro/LC_MESSAGES/sympa.mo %%NLS%%share/locale/ro/LC_MESSAGES/web_help.mo %%NLS%%share/locale/ru/LC_MESSAGES/sympa.mo %%NLS%%share/locale/ru/LC_MESSAGES/web_help.mo %%NLS%%share/locale/sv/LC_MESSAGES/sympa.mo %%NLS%%share/locale/sv/LC_MESSAGES/web_help.mo %%NLS%%share/locale/tr/LC_MESSAGES/sympa.mo %%NLS%%share/locale/tr/LC_MESSAGES/web_help.mo %%NLS%%share/locale/vi/LC_MESSAGES/sympa.mo %%NLS%%share/locale/vi/LC_MESSAGES/web_help.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/sympa.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/web_help.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/sympa.mo %%DATADIR%%/icons/back.png %%DATADIR%%/icons/begin.png %%DATADIR%%/icons/binary.png %%DATADIR%%/icons/crosshairs.png %%DATADIR%%/icons/down.png %%DATADIR%%/icons/end.png %%DATADIR%%/icons/favicon_sympa.png %%DATADIR%%/icons/folder.open.png %%DATADIR%%/icons/folder.png %%DATADIR%%/icons/h.png %%DATADIR%%/icons/image2.png %%DATADIR%%/icons/junk.png %%DATADIR%%/icons/left.png %%DATADIR%%/icons/link.png %%DATADIR%%/icons/locked.png %%DATADIR%%/icons/logo-s-lock.png %%DATADIR%%/icons/logo-s.png %%DATADIR%%/icons/logo_sympa.png %%DATADIR%%/icons/movie.png %%DATADIR%%/icons/position.png %%DATADIR%%/icons/right.png %%DATADIR%%/icons/sound1.png %%DATADIR%%/icons/sv.png %%DATADIR%%/icons/text.png %%DATADIR%%/icons/top.png %%DATADIR%%/icons/unknown.png %%EXAMPLESDIR%%/sample/test/web_tt2/welcome.tt2 %%EXAMPLESDIR%%/sample/test/config %%EXAMPLESDIR%%/sample/test/info %%EXAMPLESDIR%%/sample/test/message.footer %%EXAMPLESDIR%%/sample/README %%EXAMPLESDIR%%/sample/trusted_applications.conf %%EXAMPLESDIR%%/sample/robot.conf %%EXAMPLESDIR%%/sample/employees.ldap %%NLS%%@dirrmtry share/locale/zh_TW/LC_MESSAGES %%NLS%%@dirrmtry share/locale/zh_TW %%NLS%%@dirrmtry share/locale/zh_CN/LC_MESSAGES %%NLS%%@dirrmtry share/locale/zh_CN %%NLS%%@dirrmtry share/locale/vi/LC_MESSAGES %%NLS%%@dirrmtry share/locale/vi %%NLS%%@dirrmtry share/locale/tr/LC_MESSAGES %%NLS%%@dirrmtry share/locale/tr %%NLS%%@dirrmtry share/locale/sv/LC_MESSAGES %%NLS%%@dirrmtry share/locale/sv %%NLS%%@dirrmtry share/locale/ru/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ru %%NLS%%@dirrmtry share/locale/ro/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ro %%NLS%%@dirrmtry share/locale/pt_BR/LC_MESSAGES %%NLS%%@dirrmtry share/locale/pt_BR %%NLS%%@dirrmtry share/locale/pt/LC_MESSAGES %%NLS%%@dirrmtry share/locale/pt %%NLS%%@dirrmtry share/locale/pl/LC_MESSAGES %%NLS%%@dirrmtry share/locale/pl %%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES %%NLS%%@dirrmtry share/locale/oc %%NLS%%@dirrmtry share/locale/nl/LC_MESSAGES %%NLS%%@dirrmtry share/locale/nl %%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES %%NLS%%@dirrmtry share/locale/nb_NO %%NLS%%@dirrmtry share/locale/la/LC_MESSAGES %%NLS%%@dirrmtry share/locale/la %%NLS%%@dirrmtry share/locale/ko/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ko %%NLS%%@dirrmtry share/locale/ja/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ja %%NLS%%@dirrmtry share/locale/it/LC_MESSAGES %%NLS%%@dirrmtry share/locale/it %%NLS%%@dirrmtry share/locale/id/LC_MESSAGES %%NLS%%@dirrmtry share/locale/id %%NLS%%@dirrmtry share/locale/fr/LC_MESSAGES %%NLS%%@dirrmtry share/locale/fr %%NLS%%@dirrmtry share/locale/fi/LC_MESSAGES %%NLS%%@dirrmtry share/locale/fi %%NLS%%@dirrmtry share/locale/eu/LC_MESSAGES %%NLS%%@dirrmtry share/locale/eu %%NLS%%@dirrmtry share/locale/et/LC_MESSAGES %%NLS%%@dirrmtry share/locale/et %%NLS%%@dirrmtry share/locale/es/LC_MESSAGES %%NLS%%@dirrmtry share/locale/es %%NLS%%@dirrmtry share/locale/el/LC_MESSAGES %%NLS%%@dirrmtry share/locale/el %%NLS%%@dirrmtry share/locale/de/LC_MESSAGES %%NLS%%@dirrmtry share/locale/de %%NLS%%@dirrmtry share/locale/cs/LC_MESSAGES %%NLS%%@dirrmtry share/locale/cs %%NLS%%@dirrmtry share/locale/ca/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ca %%NLS%%@dirrmtry share/locale/bg/LC_MESSAGES %%NLS%%@dirrmtry share/locale/bg @dirrm %%DATADIR%%/list_data @dirrmtry %%ETCDIR%% @dirrm %%EXAMPLESDIR%%/web_tt2 @dirrm %%EXAMPLESDIR%%/scenari @dirrm %%EXAMPLESDIR%%/sample/test/web_tt2 @dirrm %%EXAMPLESDIR%%/sample/test @dirrm %%EXAMPLESDIR%%/sample @dirrm %%EXAMPLESDIR%%/mail_tt2 @dirrm %%EXAMPLESDIR%%/list_task_models @dirrm %%EXAMPLESDIR%%/global_task_models @dirrm %%EXAMPLESDIR%%/families/sample-auto @dirrm %%EXAMPLESDIR%%/families @dirrm %%EXAMPLESDIR%%/create_list_templates/public_web_forum @dirrm %%EXAMPLESDIR%%/create_list_templates/private_working_group @dirrm %%EXAMPLESDIR%%/create_list_templates/news-letter @dirrm %%EXAMPLESDIR%%/create_list_templates/intranet_list @dirrm %%EXAMPLESDIR%%/create_list_templates/html-news-letter @dirrm %%EXAMPLESDIR%%/create_list_templates/hotline @dirrm %%EXAMPLESDIR%%/create_list_templates/discussion_list @dirrm %%EXAMPLESDIR%%/create_list_templates/confidential @dirrm %%EXAMPLESDIR%%/create_list_templates @dirrm %%EXAMPLESDIR%% @dirrm libexec/sympa/Sympa/Template @dirrm libexec/sympa/Sympa @dirrm libexec/sympa/Marc @dirrm libexec/sympa/HTML @dirrm libexec/sympa @dirrm %%DATADIR%%/arc @dirrm %%DATADIR%%/bounce @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% @cwd /var @dirrm spool/sympa/tmp @dirrm spool/sympa/task @dirrm spool/sympa/outgoing @dirrm spool/sympa/msg @dirrm spool/sympa/moderation @dirrm spool/sympa/expire @dirrm spool/sympa/digest @dirrm spool/sympa/auth @dirrm spool/sympa