From clsung@FreeBSD.csie.NCTU.edu.tw Mon Oct 25 02:55:14 2004 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADE8416A4CF for ; Mon, 25 Oct 2004 02:55:14 +0000 (GMT) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id A058F43D46 for ; Mon, 25 Oct 2004 02:55:13 +0000 (GMT) (envelope-from clsung@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id 56838106CAF; Mon, 25 Oct 2004 10:55:08 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12675-02; Mon, 25 Oct 2004 10:55:04 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1038) id 3841E106CC2; Mon, 25 Oct 2004 10:55:04 +0800 (CST) Message-Id: <20041025025504.3841E106CC2@FreeBSD.csie.NCTU.edu.tw> Date: Mon, 25 Oct 2004 10:55:04 +0800 (CST) From: Cheng-Lung Sung To: FreeBSD-gnats-submit@freebsd.org Cc: autrijus@autrijus.org Subject: [PATCH] mail/sympa: update to 4.1.2 X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 73101 >Category: ports >Synopsis: [PATCH] mail/sympa: update to 4.1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: clsung >State: closed >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 25 03:00:40 GMT 2004 >Closed-Date: Mon Oct 25 15:27:07 GMT 2004 >Last-Modified: Mon Oct 25 15:27:07 GMT 2004 >Originator: Cheng-Lung Sung >Release: FreeBSD 4.10-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat May 29 08:18:00 CST 2004 >Description: - Update to 4.1.2 Added file(s): - files/patch-Makefile.in - files/patch-src-etc-script-Makefile - files/patch-src-sympa_wizard.pl - files/patch-wwsympa-Makefile - files/patch-wwsympa-wwsympa-wrapper.c Port maintainer (autrijus@autrijus.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- sympa-4.1.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/sympa/Makefile /home/clsung/ports/mail/sympa/Makefile --- /usr/ports/mail/sympa/Makefile Mon May 31 05:31:48 2004 +++ /home/clsung/ports/mail/sympa/Makefile Mon Oct 25 10:29:41 2004 @@ -6,7 +6,7 @@ # PORTNAME= sympa -PORTVERSION?= 4.1.1 +PORTVERSION?= 4.1.2 CATEGORIES= mail MASTER_SITES?= http://www.sympa.org/distribution/ @@ -28,7 +28,7 @@ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip RUN_DEPENDS= ${BUILD_DEPENDS} -DB_TYPE?= none +DB_TYPE= .if defined(WITH_FASTCGI) .if defined(WITH_APACHE2) @@ -40,13 +40,13 @@ .endif .if ${DB_TYPE} == "Oracle" -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Oracle.pm:${PORTSDIR}/databases/p5-DBD-Oracle +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Oracle.pm:${PORTSDIR}/databases/p5-DBD-Oracle .else .if ${DB_TYPE} == "Pg" -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg .else .if ${DB_TYPE} == "Sybase" -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Sybase.pm:${PORTSDIR}/databases/p5-DBD-Sybase +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Sybase.pm:${PORTSDIR}/databases/p5-DBD-Sybase .else .if ${DB_TYPE} == "mysql" BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql @@ -60,6 +60,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}/sympa \ --with-confdir=${PREFIX}/etc \ --with-initdir=${PREFIX}/etc/rc.d \ + --with-etcdir=${PREFIX}/sympa/bin/etc \ ${CONFIGURE_TARGET} CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN} MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip @@ -68,18 +69,23 @@ @${ECHO} "" @${ECHO} "You may use the following build options:" @${ECHO} "" - @${ECHO} " DB_TYPE=type Optional: mysql, Oracle, Pg or SQLite" + @${ECHO} " DB_TYPE=type Optional: mysql, Oracle, Pg or Sybase" @${ECHO} " WITH_FASTCGI Use FastCGI instead of plain CGI" @${ECHO} "" pre-install: - PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL + @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL + +post-patch: + ${MV} ${WRKSRC}/src/etc/script/sympa ${WRKSRC}/src/etc/script/sympa.sh + @${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \; post-install: - PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + @PKG_PREFIX=${PREFIX} DB_TYPE=${DB_TYPE} WITH_FASTCGI=${WITH_FASTCGI} \ + ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL post-deinstall: - PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL + @PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL .include diff -ruN --exclude=CVS /usr/ports/mail/sympa/distinfo /home/clsung/ports/mail/sympa/distinfo --- /usr/ports/mail/sympa/distinfo Sun May 9 05:32:47 2004 +++ /home/clsung/ports/mail/sympa/distinfo Mon Oct 25 10:25:08 2004 @@ -1,2 +1,2 @@ -MD5 (sympa-4.1.1.tar.gz) = eb6cfb58b565ec48f1d4a1fb73d0b81b -SIZE (sympa-4.1.1.tar.gz) = 2427254 +MD5 (sympa-4.1.2.tar.gz) = 6653eb0f2ab56085cbb5a37206324506 +SIZE (sympa-4.1.2.tar.gz) = 2354843 diff -ruN --exclude=CVS /usr/ports/mail/sympa/files/patch-Makefile.in /home/clsung/ports/mail/sympa/files/patch-Makefile.in --- /usr/ports/mail/sympa/files/patch-Makefile.in Thu Jan 1 08:00:00 1970 +++ /home/clsung/ports/mail/sympa/files/patch-Makefile.in Mon Oct 25 10:25:08 2004 @@ -0,0 +1,11 @@ +--- Makefile.in Sat Oct 23 16:49:11 2004 ++++ Makefile.in Sat Oct 23 16:49:22 2004 +@@ -644,7 +644,7 @@ + fi \ + fi \ + done; \ +- if [ "$$INITCONF" ] ; then \ ++ #if [ "$$INITCONF" ] ; then \ + echo "###############################################"; \ + echo "It seems to be your first installation of Sympa"; \ + echo "The following wizard will help you create your $(CONFDIR)/sympa.conf and $(CONFDIR)/wwsympa.conf :"; \ diff -ruN --exclude=CVS /usr/ports/mail/sympa/files/patch-src-etc-script-Makefile /home/clsung/ports/mail/sympa/files/patch-src-etc-script-Makefile --- /usr/ports/mail/sympa/files/patch-src-etc-script-Makefile Thu Jan 1 08:00:00 1970 +++ /home/clsung/ports/mail/sympa/files/patch-src-etc-script-Makefile Mon Oct 25 10:25:08 2004 @@ -0,0 +1,11 @@ +--- src/etc/script/Makefile.orig Sat Oct 23 16:44:11 2004 ++++ src/etc/script/Makefile Sat Oct 23 16:44:13 2004 +@@ -23,7 +23,7 @@ + + SUBSTSRC = load_subscribers.pl arc2webarc.pl testldap.pl p12topem.pl init_comment.pl crypt_passwd.pl testlogs.pl mod2html.pl + +-INITSRC = sympa ++INITSRC = sympa.sh + + #SCRIPTDIR = ../../../script + SCRIPTDIR = $(SBINDIR) diff -ruN --exclude=CVS /usr/ports/mail/sympa/files/patch-src-etc-script-sympa /home/clsung/ports/mail/sympa/files/patch-src-etc-script-sympa --- /usr/ports/mail/sympa/files/patch-src-etc-script-sympa Sun May 9 05:32:47 2004 +++ /home/clsung/ports/mail/sympa/files/patch-src-etc-script-sympa Mon Oct 25 10:25:08 2004 @@ -29,26 +29,27 @@ if [ "$running" != "" ]; then echo "$1 (pid $pid) is active..." return 0 -@@ -88,8 +94,8 @@ +@@ -88,7 +94,7 @@ # startparam="" # fi - if [ ${OSTYPE} = "IRIX" -o ${OSTYPE} = "SunOS" ]; then -- $sympadir/$1.pl $startparam && echo "success" || echo "failure" -+ if [ ${OSTYPE} = "IRIX" -o ${OSTYPE} = "FreeBSD" ]; then -+ su -m sympa -c "$sympadir/$1.pl $startparam" && echo "success" || echo "failure" ++ if [ ${OSTYPE} = "IRIX" -o ${OSTYPE} = "SunOS" -o ${OSTYPE} = "FreeBSD" ]; then + $sympadir/$1.pl $startparam && echo "success" || echo "failure" else $sympadir/$1.pl $startparam && success || failure - fi -@@ -144,7 +150,7 @@ +@@ -144,9 +150,9 @@ if [ -f --PIDDIR--/$1.pid ]; then echo $echo_opt "Stopping module $1.pl: " pid=`head -1 --PIDDIR--/$1.pid` - running=`ps -A | grep "$pid"` + running=`ps -ax | grep perl | grep "$pid"` if [ "$running" != "" ]; then - if [ ${OSTYPE} = "IRIX" ]; then +- if [ ${OSTYPE} = "IRIX" ]; then ++ if [ ${OSTYPE} = "IRIX" -o ${OSTYPE} = "FreeBSD" ]; then kill -TERM $pid && echo "success" || echo "failure" + elif [ ${OSTYPE} = "SunOS" ]; then + echo "Stopping module $1.pl: terminated" @@ -180,13 +186,13 @@ # See how we were called. case "$1" in diff -ruN --exclude=CVS /usr/ports/mail/sympa/files/patch-src-sympa_wizard.pl /home/clsung/ports/mail/sympa/files/patch-src-sympa_wizard.pl --- /usr/ports/mail/sympa/files/patch-src-sympa_wizard.pl Thu Jan 1 08:00:00 1970 +++ /home/clsung/ports/mail/sympa/files/patch-src-sympa_wizard.pl Mon Oct 25 10:25:08 2004 @@ -0,0 +1,19 @@ +--- src/sympa_wizard.pl Sat Oct 23 19:50:48 2004 ++++ src/sympa_wizard.pl Sat Oct 23 19:53:21 2004 +@@ -308,14 +308,14 @@ + 'advice' =>''}, + + {'name' => 'mhonarc', +- 'default' => '/usr/bin/mhonarc', ++ 'default' => '/usr/local/bin/mhonarc', + 'query' => 'Path to MhOnarc mail2html pluggin', + 'file' => 'wwsympa.conf','edit' => '1', + 'advice' =>'This is required for HTML mail archiving'}, + + {'title' => 'S/MIME pluggin'}, + {'name' => 'openssl', +- 'sample' => '/usr/local/bin/openssl', ++ 'sample' => '/usr/bin/openssl', + 'query' => 'Path to OpenSSL', + 'file' => 'sympa.conf','edit' => '1', + 'advice' =>'Sympa knowns S/MIME if openssl is installed'}, diff -ruN --exclude=CVS /usr/ports/mail/sympa/files/patch-wwsympa-Makefile /home/clsung/ports/mail/sympa/files/patch-wwsympa-Makefile --- /usr/ports/mail/sympa/files/patch-wwsympa-Makefile Thu Jan 1 08:00:00 1970 +++ /home/clsung/ports/mail/sympa/files/patch-wwsympa-Makefile Mon Oct 25 10:25:08 2004 @@ -0,0 +1,24 @@ +--- wwsympa/Makefile Sat Oct 23 20:37:35 2004 ++++ wwsympa/Makefile Sat Oct 23 20:39:51 2004 +@@ -21,7 +21,7 @@ + + sbin_SUBST = bounced.pl archived.pl + +-cgi_SUBST = wwsympa.fcgi ++cgi_SUBST = wwsympa.fcgi wwsympa-wrapper + + lib_SUBST = wwslib.pm cookielib.pm bounce-lib.pl Marc.pm Auth.pm + +@@ -50,9 +50,9 @@ + chown $(USER) $(DESTDIR)$(CGIDIR)/$$i; \ + chgrp $(GROUP) $(DESTDIR)$(CGIDIR)/$$i; \ + done +- @echo "Setting SetUID bit on wwsympa.fcgi..." +- chmod u+s $(DESTDIR)$(CGIDIR)/wwsympa.fcgi +- chmod g+s $(DESTDIR)$(CGIDIR)/wwsympa.fcgi ++ @echo "Setting SetUID bit on wwsympa-wrapper..." ++ chmod u+s $(DESTDIR)$(CGIDIR)/wwsympa-wrapper ++ chmod g+s $(DESTDIR)$(CGIDIR)/wwsympa-wrapper + chmod 755 $(DESTDIR)$(ETCBINDIR)/wws_templates + chmod 755 $(DESTDIR)$(ICONSDIR) + chmod 755 $(DESTDIR)$(LIBDIR)/Marc diff -ruN --exclude=CVS /usr/ports/mail/sympa/files/patch-wwsympa-wwsympa-wrapper.c /home/clsung/ports/mail/sympa/files/patch-wwsympa-wwsympa-wrapper.c --- /usr/ports/mail/sympa/files/patch-wwsympa-wwsympa-wrapper.c Thu Jan 1 08:00:00 1970 +++ /home/clsung/ports/mail/sympa/files/patch-wwsympa-wwsympa-wrapper.c Mon Oct 25 10:25:08 2004 @@ -0,0 +1,11 @@ +--- wwsympa/wwsympa-wrapper.c Sat Oct 23 20:42:47 2004 ++++ wwsympa/wwsympa-wrapper.c Sat Oct 23 20:42:30 2004 +@@ -0,0 +1,8 @@ ++#include ++ ++#define WWSYMPA "/usr/local/sympa/bin/wwsympa.fcgi" ++ ++int main(int argn, char **argv, char **envp) { ++ argv[0] = WWSYMPA; ++ execve(WWSYMPA,argv,envp); ++} diff -ruN --exclude=CVS /usr/ports/mail/sympa/files/patch-wwsympa-wwsympa.fcgi /home/clsung/ports/mail/sympa/files/patch-wwsympa-wwsympa.fcgi --- /usr/ports/mail/sympa/files/patch-wwsympa-wwsympa.fcgi Mon Feb 16 15:15:01 2004 +++ /home/clsung/ports/mail/sympa/files/patch-wwsympa-wwsympa.fcgi Mon Oct 25 10:25:08 2004 @@ -1,19 +1,19 @@ ---- wwsympa/wwsympa.fcgi 2003/11/28 18:16:39 -+++ wwsympa/wwsympa.fcgi 2003/12/28 18:16:39 -@@ -3523,10 +3523,10 @@ - close MSG; +--- wwsympa/wwsympa.fcgi Mon Jun 21 15:04:16 2004 ++++ wwsympa/wwsympa.fcgi Sat Oct 23 16:15:08 2004 +@@ -3557,10 +3557,10 @@ + $param->{'spool'}{$id}{'size'} = int( (-s "$Conf{'queuemod'}/$msg") / 1024 + 0.5); -- $param->{'spool'}{$id}{'subject'} = &MIME::Words::decode_mimewords($mail->head->get('Subject')); -+ $param->{'spool'}{$id}{'subject'} = &tools::decode_mimewords($mail->head->get('Subject')); +- $param->{'spool'}{$id}{'subject'} = &MIME::Words::decode_mimewords($mail->{'msg'}->head->get('Subject')); ++ $param->{'spool'}{$id}{'subject'} = &tools::decode_mimewords($mail->{'msg'}->head->get('Subject')); $param->{'spool'}{$id}{'subject'} ||= 'no_subject'; - $param->{'spool'}{$id}{'date'} = $mail->head->get('Date'); -- $param->{'spool'}{$id}{'from'} = &MIME::Words::decode_mimewords($mail->head->get('From')); -+ $param->{'spool'}{$id}{'from'} = &tools::decode_mimewords($mail->head->get('From')); + $param->{'spool'}{$id}{'date'} = $mail->{'msg'}->head->get('Date'); +- $param->{'spool'}{$id}{'from'} = &MIME::Words::decode_mimewords($mail->{'msg'}->head->get('From')); ++ $param->{'spool'}{$id}{'from'} = &tools::decode_mimewords($mail->{'msg'}->head->get('From')); foreach my $field ('subject','date','from') { $param->{'spool'}{$id}{$field} =~ s/{'spool'}{$id}{$field} =~ s/>/>/; -@@ -3595,7 +3595,7 @@ +@@ -3629,7 +3629,7 @@ unless ($#sender_hdr == -1) { my $rejected_sender = $sender_hdr[0]->address; my %context; @@ -22,7 +22,7 @@ $context{'rejected_by'} = $param->{'user'}{'email'}; $list->send_file('reject', $rejected_sender, $robot, \%context); } -@@ -4352,7 +4352,7 @@ +@@ -4381,7 +4381,7 @@ ## Decode subject header fields foreach my $m (@{$param->{'res'}}) { @@ -31,7 +31,7 @@ } return 1; -@@ -9020,7 +9020,7 @@ +@@ -9135,7 +9135,7 @@ ($param->{'local_to'},$param->{'domain_to'}) = split ('@',$param->{'to'}); $param->{'mailto'}= &mailto($list,$param->{'to'}); diff -ruN --exclude=CVS /usr/ports/mail/sympa/pkg-deinstall /home/clsung/ports/mail/sympa/pkg-deinstall --- /usr/ports/mail/sympa/pkg-deinstall Fri Dec 26 09:24:55 2003 +++ /home/clsung/ports/mail/sympa/pkg-deinstall Mon Oct 25 10:25:08 2004 @@ -3,13 +3,18 @@ # if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 + exit 0 fi -USER=simpa +USER=sympa +GROUP=${USER} + +if pw groupshow "${USER}" 2>/dev/null 1>&2; then + echo "To delete the 'sympa' group permanently, use 'pw groupdel ${USER}'" +fi if pw usershow "${USER}" 2>/dev/null 1>&2; then - echo "To delete Sympa user permanently, use 'pw userdel ${USER}'" + echo "To delete the 'sympa' user permanently, use 'pw userdel ${USER}'" fi exit 0 diff -ruN --exclude=CVS /usr/ports/mail/sympa/pkg-install /home/clsung/ports/mail/sympa/pkg-install --- /usr/ports/mail/sympa/pkg-install Thu Mar 18 05:33:47 2004 +++ /home/clsung/ports/mail/sympa/pkg-install Mon Oct 25 10:25:08 2004 @@ -2,11 +2,43 @@ # $FreeBSD: ports/mail/sympa/pkg-install,v 1.3 2004/03/16 22:06:03 vanilla Exp $ # -if [ "$2" = "POST-INSTALL" ]; then - mv ${PKG_PREFIX}/etc/rc.d/sympa ${PKG_PREFIX}/etc/rc.d/sympa.sh 2>/dev/null +if [ x"$2" = xPOST-INSTALL ]; then + echo "============================================================" +if [ x"${DB_TYPE}" != "x" ]; then + echo "If this is your first installation of sympa, please load" + echo "this file with your ${DB_TYPE} database client:" + echo " ${PKG_PREFIX}/sympa/bin/create_db.${DB_TYPE}" + echo "" +fi + echo "To configure sympa interactively, please run:" + echo " perl ${PKG_PREFIX}/sympa/bin/sympa_wizard.pl" + echo "" + echo "You may also manually edit the two configuration files:" + echo " ${PKG_PREFIX}/etc/sympa.conf" + echo " ${PKG_PREFIX}/etc/wwsympa.conf" + echo "============================================================" + echo "To set up the wwsympa server, add something like this to" + echo "your Apache configuration file:" + echo "" + echo " DocumentRoot \"${PKG_PREFIX}/sympa\"" + echo " AddDefaultCharset UTF-8" + echo " DirectoryIndex wws" + echo " Options +Indexes" +if [ x"${WITH_FASTCGI}" != x ]; then + echo " LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so" + echo " " + echo " SetHandler fastcgi-script" + echo " " +fi + echo " " + echo " Allow from all" + echo " " + echo " ScriptAlias /wws ${PKG_PREFIX}/sympa/bin/wwsympa-wrapper" + echo "============================================================" + exit 0 fi -if [ "$2" != "PRE-INSTALL" ]; then +if [ x"$2" != xPRE-INSTALL ]; then exit 0 fi @@ -26,7 +58,7 @@ if ! pw usershow "${USER}" 2>/dev/null 1>&2; then if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ + -s /sbin/nologin -d /nonexistent \ -c "Sympa Owner"; \ then echo "Added user \"${USER}\"." diff -ruN --exclude=CVS /usr/ports/mail/sympa/pkg-plist /home/clsung/ports/mail/sympa/pkg-plist --- /usr/ports/mail/sympa/pkg-plist Sun May 9 05:32:47 2004 +++ /home/clsung/ports/mail/sympa/pkg-plist Mon Oct 25 10:40:55 2004 @@ -1,6 +1,6 @@ +etc/rc.d/sympa.sh etc/sympa.conf etc/wwsympa.conf -etc/rc.d/sympa.sh sympa/bin/Archive.pm sympa/bin/Auth.pm sympa/bin/CAS.pm @@ -71,39 +71,48 @@ sympa/bin/etc/scenari/access_web_archive.public sympa/bin/etc/scenari/add.auth sympa/bin/etc/scenari/add.closed +sympa/bin/etc/scenari/add.default sympa/bin/etc/scenari/add.owner sympa/bin/etc/scenari/add.owner_notify sympa/bin/etc/scenari/create_list.intranet sympa/bin/etc/scenari/create_list.listmaster sympa/bin/etc/scenari/create_list.public_listmaster +sympa/bin/etc/scenari/d_edit.default sympa/bin/etc/scenari/d_edit.owner sympa/bin/etc/scenari/d_edit.private sympa/bin/etc/scenari/d_edit.public +sympa/bin/etc/scenari/d_read.default sympa/bin/etc/scenari/d_read.owner sympa/bin/etc/scenari/d_read.private sympa/bin/etc/scenari/d_read.public sympa/bin/etc/scenari/del.auth sympa/bin/etc/scenari/del.closed +sympa/bin/etc/scenari/del.default sympa/bin/etc/scenari/del.owner sympa/bin/etc/scenari/del.owner_notify sympa/bin/etc/scenari/edit_list.closed sympa/bin/etc/scenari/edit_list.owner sympa/bin/etc/scenari/global_remind.listmaster +sympa/bin/etc/scenari/info.default sympa/bin/etc/scenari/info.open sympa/bin/etc/scenari/info.private sympa/bin/etc/scenari/invite.closed +sympa/bin/etc/scenari/invite.default sympa/bin/etc/scenari/invite.owner sympa/bin/etc/scenari/invite.private sympa/bin/etc/scenari/invite.public +sympa/bin/etc/scenari/remind.default sympa/bin/etc/scenari/remind.listmaster sympa/bin/etc/scenari/remind.owner sympa/bin/etc/scenari/review.closed +sympa/bin/etc/scenari/review.default sympa/bin/etc/scenari/review.intranet sympa/bin/etc/scenari/review.listmaster sympa/bin/etc/scenari/review.owner sympa/bin/etc/scenari/review.private sympa/bin/etc/scenari/review.public sympa/bin/etc/scenari/send.closed +sympa/bin/etc/scenari/send.default sympa/bin/etc/scenari/send.editor sympa/bin/etc/scenari/send.editorkey sympa/bin/etc/scenari/send.editorkeyonly @@ -129,6 +138,7 @@ sympa/bin/etc/scenari/subscribe.auth_notify sympa/bin/etc/scenari/subscribe.auth_owner sympa/bin/etc/scenari/subscribe.closed +sympa/bin/etc/scenari/subscribe.default sympa/bin/etc/scenari/subscribe.intranet sympa/bin/etc/scenari/subscribe.intranetorowner sympa/bin/etc/scenari/subscribe.open @@ -138,15 +148,18 @@ sympa/bin/etc/scenari/subscribe.smime sympa/bin/etc/scenari/subscribe.smimeorowner sympa/bin/etc/scenari/topics_visibility.conceal +sympa/bin/etc/scenari/topics_visibility.default sympa/bin/etc/scenari/topics_visibility.identified sympa/bin/etc/scenari/topics_visibility.noconceal sympa/bin/etc/scenari/unsubscribe.auth sympa/bin/etc/scenari/unsubscribe.auth_notify sympa/bin/etc/scenari/unsubscribe.closed +sympa/bin/etc/scenari/unsubscribe.default sympa/bin/etc/scenari/unsubscribe.open sympa/bin/etc/scenari/unsubscribe.open_notify sympa/bin/etc/scenari/unsubscribe.owner sympa/bin/etc/scenari/visibility.conceal +sympa/bin/etc/scenari/visibility.default sympa/bin/etc/scenari/visibility.intranet sympa/bin/etc/scenari/visibility.noconceal sympa/bin/etc/scenari/visibility.secret @@ -163,12 +176,14 @@ 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 @@ -182,6 +197,7 @@ 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 @@ -189,18 +205,21 @@ 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 @@ -214,6 +233,7 @@ 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 @@ -227,6 +247,7 @@ 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 @@ -239,6 +260,7 @@ 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 @@ -252,28 +274,34 @@ 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 @@ -287,6 +315,7 @@ 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 @@ -299,6 +328,7 @@ 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 @@ -311,6 +341,7 @@ 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 @@ -323,6 +354,7 @@ 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 @@ -336,6 +368,7 @@ 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 @@ -349,6 +382,7 @@ 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 @@ -361,6 +395,7 @@ 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 @@ -373,6 +408,7 @@ 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 @@ -385,15 +421,19 @@ 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 @@ -407,6 +447,7 @@ 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 @@ -416,6 +457,7 @@ 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 @@ -424,6 +466,7 @@ 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 @@ -437,6 +480,7 @@ 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 @@ -448,6 +492,7 @@ 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 @@ -460,6 +505,7 @@ 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 @@ -472,8 +518,10 @@ 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 @@ -486,6 +534,7 @@ 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 @@ -498,6 +547,7 @@ 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 @@ -510,10 +560,13 @@ 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 @@ -526,6 +579,7 @@ 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 @@ -538,6 +592,7 @@ 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 @@ -550,6 +605,7 @@ 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 @@ -562,6 +618,7 @@ 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 @@ -574,6 +631,7 @@ 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 @@ -586,6 +644,7 @@ 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 @@ -598,6 +657,7 @@ 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 @@ -610,6 +670,7 @@ 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 @@ -622,6 +683,7 @@ 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 @@ -634,6 +696,7 @@ 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 @@ -646,6 +709,7 @@ 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 @@ -658,6 +722,7 @@ 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 @@ -670,6 +735,7 @@ 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 @@ -677,7 +743,9 @@ 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 @@ -685,6 +753,7 @@ 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 @@ -697,6 +766,7 @@ 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 @@ -709,6 +779,7 @@ 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 @@ -721,6 +792,7 @@ 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 @@ -733,6 +805,7 @@ 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 @@ -745,6 +818,7 @@ 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 @@ -752,6 +826,7 @@ 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 @@ -764,9 +839,11 @@ 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 @@ -779,10 +856,13 @@ 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 @@ -795,6 +875,7 @@ 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 @@ -807,6 +888,7 @@ 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 @@ -817,6 +899,7 @@ 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 @@ -829,6 +912,7 @@ 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 @@ -840,7 +924,9 @@ 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 @@ -853,6 +939,7 @@ 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 @@ -865,6 +952,7 @@ 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 @@ -877,6 +965,7 @@ 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 @@ -889,6 +978,7 @@ 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 @@ -901,6 +991,7 @@ 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 @@ -913,8 +1004,10 @@ 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 @@ -927,6 +1020,7 @@ 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 @@ -939,6 +1033,7 @@ 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 @@ -950,7 +1045,47 @@ 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 @@ -962,6 +1097,7 @@ 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 @@ -974,6 +1110,7 @@ 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 @@ -985,6 +1122,7 @@ 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 @@ -997,10 +1135,13 @@ 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 @@ -1009,6 +1150,7 @@ 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 @@ -1021,6 +1163,7 @@ 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 @@ -1033,6 +1176,7 @@ 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 @@ -1045,8 +1189,11 @@ 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 @@ -1059,7 +1206,9 @@ 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 @@ -1072,7 +1221,21 @@ sympa/bin/etc/wws_templates/viewmod.it.tpl sympa/bin/etc/wws_templates/viewmod.nl.tpl sympa/bin/etc/wws_templates/viewmod.ro.tpl +sympa/bin/etc/wws_templates/viewmod.tpl sympa/bin/etc/wws_templates/viewmod.us.tpl +sympa/bin/etc/wws_templates/which.cn.tpl +sympa/bin/etc/wws_templates/which.cz.tpl +sympa/bin/etc/wws_templates/which.de.tpl +sympa/bin/etc/wws_templates/which.es.tpl +sympa/bin/etc/wws_templates/which.et.tpl +sympa/bin/etc/wws_templates/which.fi.tpl +sympa/bin/etc/wws_templates/which.fr.tpl +sympa/bin/etc/wws_templates/which.hu.tpl +sympa/bin/etc/wws_templates/which.it.tpl +sympa/bin/etc/wws_templates/which.nl.tpl +sympa/bin/etc/wws_templates/which.ro.tpl +sympa/bin/etc/wws_templates/which.tpl +sympa/bin/etc/wws_templates/which.us.tpl sympa/bin/init_comment.pl sympa/bin/load_subscribers.pl sympa/bin/mail.pm @@ -1094,6 +1257,7 @@ sympa/bin/virtualwrapper sympa/bin/wwslib.pm sympa/bin/wwsympa.fcgi +sympa/bin/wwsympa-wrapper sympa/doc/contents.png sympa/doc/crossref.png sympa/doc/img1.old @@ -1178,19 +1342,14 @@ @dirrm sympa/sample @dirrm sympa/nls @dirrm sympa/expl -@dirrm sympa/etc/wws_templates -@dirrm sympa/etc/templates -@dirrm sympa/etc/task_models -@dirrm sympa/etc/scenari -@dirrm sympa/etc/general_task_models -@dirrm sympa/etc/create_list_templates -@dirrm sympa/etc @dirrm sympa/doc @dirrm sympa/bin/etc/wws_templates @dirrm sympa/bin/etc/templates +@dirrm sympa/bin/etc/task_models @dirrm sympa/bin/etc/scenari @dirrm sympa/bin/etc/list_task_models @dirrm sympa/bin/etc/global_task_models +@dirrm sympa/bin/etc/general_task_models @dirrm sympa/bin/etc/create_list_templates/public_web_forum @dirrm sympa/bin/etc/create_list_templates/private_working_group @dirrm sympa/bin/etc/create_list_templates/news-letter --- sympa-4.1.2.patch ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Mon Oct 25 04:53:48 GMT 2004 Responsible-Changed-Why: Mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=73101 From: Autrijus Tang To: freebsd-gnats-submit@FreeBSD.org, clsung@tw.freebsd.org Cc: Subject: Re: ports/73101: [PATCH] mail/sympa: update to 4.1.2 Date: Mon, 25 Oct 2004 20:58:28 +0800 --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Thanks, please apply. :) --sm4nu43k4a2Rpi4c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFBfPh0tLPdNzw1AaARAnRYAKC3cz1QiVssU7s7OP/o2PyLQXJAcgCgkCtM VHL29Ge2TRjPgpD1DXwTtho= =BonW -----END PGP SIGNATURE----- --sm4nu43k4a2Rpi4c-- State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Mon Oct 25 15:26:39 GMT 2004 State-Changed-Why: Committed, thank you. http://www.freebsd.org/cgi/query-pr.cgi?pr=73101 >Unformatted: