diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-05-08 05:02:47 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-05-08 05:02:47 +0800 |
commit | 47cc4c828842302cc86f839ecc00387036f65fe2 (patch) | |
tree | 2b7b49d1680c1301a63976f9a8c931b1b801e0b0 /mail | |
parent | 151a2a3544b44907eb9e3a4a450afd03e5e0e843 (diff) | |
download | freebsd-ports-gnome-47cc4c828842302cc86f839ecc00387036f65fe2.tar.gz freebsd-ports-gnome-47cc4c828842302cc86f839ecc00387036f65fe2.tar.zst freebsd-ports-gnome-47cc4c828842302cc86f839ecc00387036f65fe2.zip |
Upgrade to 4.1.1.
PR: ports/66322
Submitted by: maintainer.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sympa/Makefile | 2 | ||||
-rw-r--r-- | mail/sympa/distinfo | 4 | ||||
-rw-r--r-- | mail/sympa/files/patch-check_perl_modules.pl | 7 | ||||
-rw-r--r-- | mail/sympa/files/patch-soap-sympa_soap_server.fcgi | 3 | ||||
-rw-r--r-- | mail/sympa/files/patch-src-etc-script-orphan_killer.pl | 3 | ||||
-rw-r--r-- | mail/sympa/files/patch-src-etc-script-sympa | 20 | ||||
-rw-r--r-- | mail/sympa/pkg-plist | 404 |
7 files changed, 143 insertions, 300 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index 5b3c54fe17cd..1f42ad2d2c51 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sympa -PORTVERSION?= 4.0.b2 +PORTVERSION?= 4.1.1 CATEGORIES= mail MASTER_SITES?= http://www.sympa.org/distribution/ diff --git a/mail/sympa/distinfo b/mail/sympa/distinfo index 64dd761338e1..e045bb0a7756 100644 --- a/mail/sympa/distinfo +++ b/mail/sympa/distinfo @@ -1,2 +1,2 @@ -MD5 (sympa-4.0.b2.tar.gz) = 428c1d3f0750296eb161fb28cb9675f1 -SIZE (sympa-4.0.b2.tar.gz) = 2396648 +MD5 (sympa-4.1.1.tar.gz) = eb6cfb58b565ec48f1d4a1fb73d0b81b +SIZE (sympa-4.1.1.tar.gz) = 2427254 diff --git a/mail/sympa/files/patch-check_perl_modules.pl b/mail/sympa/files/patch-check_perl_modules.pl index c04ce9783058..eeb460c248e4 100644 --- a/mail/sympa/files/patch-check_perl_modules.pl +++ b/mail/sympa/files/patch-check_perl_modules.pl @@ -1,6 +1,6 @@ --- check_perl_modules.pl 2003/11/28 18:16:39 -+++ check_perl_modules.pl 2003/12/08 22:37:28 -@@ -155,6 +162,8 @@ ++++ check_perl_modules.pl 2004/05/04 21:05:38 +@@ -158,6 +158,8 @@ sub install_module { my ($module, $default) = @_; @@ -9,7 +9,7 @@ unless ($ENV{'FTP_PASSIVE'} eq 1) { $ENV{'FTP_PASSIVE'} = 1; print "Setting FTP Passive mode\n"; -@@ -171,7 +180,7 @@ +@@ -178,7 +180,7 @@ print "Install module $module ? [$default]"; my $answer = <STDIN>; chomp $answer; $answer ||= $default; @@ -17,4 +17,3 @@ + return unless ($answer =~ /^y$/i); CPAN::Shell->conf('inactivity_timeout', 4); CPAN::Shell->install($module); - } diff --git a/mail/sympa/files/patch-soap-sympa_soap_server.fcgi b/mail/sympa/files/patch-soap-sympa_soap_server.fcgi index 53d72703c11e..54495c70b022 100644 --- a/mail/sympa/files/patch-soap-sympa_soap_server.fcgi +++ b/mail/sympa/files/patch-soap-sympa_soap_server.fcgi @@ -1,5 +1,5 @@ --- soap/sympa_soap_server.fcgi 2003/11/28 18:16:39 -+++ soap/sympa_soap_server.fcgi 2003/12/28 18:16:39 ++++ soap/sympa_soap_server.fcgi 2004/05/04 21:05:38 @@ -78,7 +78,7 @@ my $server = SOAP::Transport::HTTP::FCGI::Sympa->new(); @@ -9,4 +9,3 @@ $server->handle($birthday); - diff --git a/mail/sympa/files/patch-src-etc-script-orphan_killer.pl b/mail/sympa/files/patch-src-etc-script-orphan_killer.pl index 0ba62614fa2e..5d119f1a5d44 100644 --- a/mail/sympa/files/patch-src-etc-script-orphan_killer.pl +++ b/mail/sympa/files/patch-src-etc-script-orphan_killer.pl @@ -1,5 +1,5 @@ --- src/etc/script/orphan_killer.pl 2003/11/28 18:16:39 -+++ src/etc/script/orphan_killer.pl 2003/12/02 16:32:40 ++++ src/etc/script/orphan_killer.pl 2004/05/04 21:05:38 @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -9,4 +9,3 @@ use Conf; ## Change to your wwsympa.conf location - diff --git a/mail/sympa/files/patch-src-etc-script-sympa b/mail/sympa/files/patch-src-etc-script-sympa index 5e142c30d009..03737312d103 100644 --- a/mail/sympa/files/patch-src-etc-script-sympa +++ b/mail/sympa/files/patch-src-etc-script-sympa @@ -1,15 +1,15 @@ --- src/etc/script/sympa 2003/11/28 18:16:39 -+++ src/etc/script/sympa 2003/12/02 16:32:40 -@@ -30,6 +30,8 @@ ++++ src/etc/script/sympa 2004/05/04 21:05:38 +@@ -35,6 +35,8 @@ sympaconf="--CONFIG--" wwsympaconf="--WWSCONFIG--" +lockdir="--LOCKDIR--" + ##'echo -n' not supported with SH on Solaris - if [ ${OSTYPE} = "solaris" ]; then + if [ ${OSTYPE} = "SunOS" ]; then echo_opt="" -@@ -37,6 +39,10 @@ +@@ -42,6 +44,10 @@ echo_opt="-n" fi @@ -20,7 +20,7 @@ # End of parameters # Current state of the module -@@ -55,7 +61,7 @@ +@@ -60,7 +66,7 @@ if [ -f --PIDDIR--/$1.pid ] ; then pid=`head -1 --PIDDIR--/$1.pid` if [ "$pid" != "" ] ; then @@ -29,18 +29,18 @@ if [ "$running" != "" ]; then echo "$1 (pid $pid) is active..." return 0 -@@ -83,8 +89,8 @@ +@@ -88,8 +94,8 @@ # startparam="" # fi -- if [ ${OSTYPE} = "IRIX" ]; then +- 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" else $sympadir/$1.pl $startparam && success || failure fi -@@ -139,7 +145,7 @@ +@@ -144,7 +150,7 @@ if [ -f --PIDDIR--/$1.pid ]; then echo $echo_opt "Stopping module $1.pl: " pid=`head -1 --PIDDIR--/$1.pid` @@ -49,7 +49,7 @@ if [ "$running" != "" ]; then if [ ${OSTYPE} = "IRIX" ]; then kill -TERM $pid && echo "success" || echo "failure" -@@ -175,13 +181,13 @@ +@@ -180,13 +186,13 @@ # See how we were called. case "$1" in start) @@ -65,7 +65,7 @@ echo else -@@ -196,13 +202,13 @@ +@@ -201,13 +207,13 @@ sympa_stop archived sympa_stop sympa sympa_stop task_manager diff --git a/mail/sympa/pkg-plist b/mail/sympa/pkg-plist index 45d01e694b26..046ae23997ed 100644 --- a/mail/sympa/pkg-plist +++ b/mail/sympa/pkg-plist @@ -1,6 +1,68 @@ etc/sympa.conf etc/wwsympa.conf etc/rc.d/sympa.sh +sympa/bin/Archive.pm +sympa/bin/Auth.pm +sympa/bin/CAS.pm +sympa/bin/Commands.pm +sympa/bin/Conf.pm +sympa/bin/Language.pm +sympa/bin/Ldap.pm +sympa/bin/List.pm +sympa/bin/Log.pm +sympa/bin/Marc.pm +sympa/bin/Marc/Search.pm +sympa/bin/Message.pm +sympa/bin/SympaTransport.pm +sympa/bin/Version.pm +sympa/bin/X509.pm +sympa/bin/alias_manager.pl +sympa/bin/aliaswrapper +sympa/bin/arc2webarc.pl +sympa/bin/archived.pl +sympa/bin/bounce-lib.pl +sympa/bin/bounced.pl +sympa/bin/bouncequeue +sympa/bin/cookielib.pm +sympa/bin/create_db.Oracle +sympa/bin/create_db.Pg +sympa/bin/create_db.Sybase +sympa/bin/create_db.mysql +sympa/bin/crypt_passwd.pl +sympa/bin/etc/README +sympa/bin/etc/auth.conf +sympa/bin/etc/ca-bundle.crt +sympa/bin/etc/create_list.conf +sympa/bin/etc/create_list_templates/discussion_list/comment +sympa/bin/etc/create_list_templates/discussion_list/config.tpl +sympa/bin/etc/create_list_templates/hotline/comment +sympa/bin/etc/create_list_templates/hotline/config.tpl +sympa/bin/etc/create_list_templates/html-news-letter/comment +sympa/bin/etc/create_list_templates/html-news-letter/config.tpl +sympa/bin/etc/create_list_templates/intranet_list/comment +sympa/bin/etc/create_list_templates/intranet_list/config.tpl +sympa/bin/etc/create_list_templates/news-letter/comment +sympa/bin/etc/create_list_templates/news-letter/config.tpl +sympa/bin/etc/create_list_templates/private_working_group/comment +sympa/bin/etc/create_list_templates/private_working_group/config.tpl +sympa/bin/etc/create_list_templates/public_web_forum/comment +sympa/bin/etc/create_list_templates/public_web_forum/config.tpl +sympa/bin/etc/edit_list.conf +sympa/bin/etc/global_task_models/chk_cert_expiration.daily.task +sympa/bin/etc/global_task_models/crl_update.daily.task +sympa/bin/etc/global_task_models/eval_bouncers.daily.task +sympa/bin/etc/global_task_models/expire_bounce.daily.task +sympa/bin/etc/global_task_models/process_bouncers.weekly.task +sympa/bin/etc/global_task_models/purge_orphan_bounces.monthly.task +sympa/bin/etc/global_task_models/purge_user_table.monthly.task +sympa/bin/etc/list_aliases.tpl +sympa/bin/etc/list_task_models/expire.yearly.task +sympa/bin/etc/list_task_models/remind.2month.task +sympa/bin/etc/list_task_models/remind.monthly.task +sympa/bin/etc/list_task_models/remind.yearly.task +sympa/bin/etc/list_task_models/sync_include.ttl.task +sympa/bin/etc/mhonarc-ressources +sympa/bin/etc/mime.types sympa/bin/etc/scenari/access_web_archive.closed sympa/bin/etc/scenari/access_web_archive.intranet sympa/bin/etc/scenari/access_web_archive.listmaster @@ -9,48 +71,39 @@ sympa/bin/etc/scenari/access_web_archive.private sympa/bin/etc/scenari/access_web_archive.public sympa/bin/etc/scenari/add.auth sympa/bin/etc/scenari/add.closed -sympa/bin/etc/scenari/add.default sympa/bin/etc/scenari/add.owner sympa/bin/etc/scenari/add.owner_notify sympa/bin/etc/scenari/create_list.intranet sympa/bin/etc/scenari/create_list.listmaster sympa/bin/etc/scenari/create_list.public_listmaster -sympa/bin/etc/scenari/d_edit.default sympa/bin/etc/scenari/d_edit.owner sympa/bin/etc/scenari/d_edit.private sympa/bin/etc/scenari/d_edit.public -sympa/bin/etc/scenari/d_read.default sympa/bin/etc/scenari/d_read.owner sympa/bin/etc/scenari/d_read.private sympa/bin/etc/scenari/d_read.public sympa/bin/etc/scenari/del.auth sympa/bin/etc/scenari/del.closed -sympa/bin/etc/scenari/del.default sympa/bin/etc/scenari/del.owner sympa/bin/etc/scenari/del.owner_notify sympa/bin/etc/scenari/edit_list.closed sympa/bin/etc/scenari/edit_list.owner sympa/bin/etc/scenari/global_remind.listmaster -sympa/bin/etc/scenari/info.default sympa/bin/etc/scenari/info.open sympa/bin/etc/scenari/info.private sympa/bin/etc/scenari/invite.closed -sympa/bin/etc/scenari/invite.default sympa/bin/etc/scenari/invite.owner sympa/bin/etc/scenari/invite.private sympa/bin/etc/scenari/invite.public -sympa/bin/etc/scenari/remind.default sympa/bin/etc/scenari/remind.listmaster sympa/bin/etc/scenari/remind.owner sympa/bin/etc/scenari/review.closed -sympa/bin/etc/scenari/review.default sympa/bin/etc/scenari/review.intranet sympa/bin/etc/scenari/review.listmaster sympa/bin/etc/scenari/review.owner sympa/bin/etc/scenari/review.private sympa/bin/etc/scenari/review.public sympa/bin/etc/scenari/send.closed -sympa/bin/etc/scenari/send.default sympa/bin/etc/scenari/send.editor sympa/bin/etc/scenari/send.editorkey sympa/bin/etc/scenari/send.editorkeyonly @@ -76,7 +129,6 @@ sympa/bin/etc/scenari/subscribe.auth sympa/bin/etc/scenari/subscribe.auth_notify sympa/bin/etc/scenari/subscribe.auth_owner sympa/bin/etc/scenari/subscribe.closed -sympa/bin/etc/scenari/subscribe.default sympa/bin/etc/scenari/subscribe.intranet sympa/bin/etc/scenari/subscribe.intranetorowner sympa/bin/etc/scenari/subscribe.open @@ -86,36 +138,19 @@ sympa/bin/etc/scenari/subscribe.owner sympa/bin/etc/scenari/subscribe.smime sympa/bin/etc/scenari/subscribe.smimeorowner sympa/bin/etc/scenari/topics_visibility.conceal -sympa/bin/etc/scenari/topics_visibility.default sympa/bin/etc/scenari/topics_visibility.identified sympa/bin/etc/scenari/topics_visibility.noconceal sympa/bin/etc/scenari/unsubscribe.auth sympa/bin/etc/scenari/unsubscribe.auth_notify sympa/bin/etc/scenari/unsubscribe.closed -sympa/bin/etc/scenari/unsubscribe.default sympa/bin/etc/scenari/unsubscribe.open sympa/bin/etc/scenari/unsubscribe.open_notify sympa/bin/etc/scenari/unsubscribe.owner sympa/bin/etc/scenari/visibility.conceal -sympa/bin/etc/scenari/visibility.default sympa/bin/etc/scenari/visibility.intranet sympa/bin/etc/scenari/visibility.noconceal -sympa/bin/etc/scenari/visibility.private sympa/bin/etc/scenari/visibility.secret -sympa/bin/etc/create_list_templates/intranet_list/config.tpl -sympa/bin/etc/create_list_templates/intranet_list/comment -sympa/bin/etc/create_list_templates/private_working_group/config.tpl -sympa/bin/etc/create_list_templates/private_working_group/comment -sympa/bin/etc/create_list_templates/news-letter/config.tpl -sympa/bin/etc/create_list_templates/news-letter/comment -sympa/bin/etc/create_list_templates/public_web_forum/config.tpl -sympa/bin/etc/create_list_templates/public_web_forum/comment -sympa/bin/etc/create_list_templates/html-news-letter/config.tpl -sympa/bin/etc/create_list_templates/html-news-letter/comment -sympa/bin/etc/create_list_templates/hotline/config.tpl -sympa/bin/etc/create_list_templates/hotline/comment -sympa/bin/etc/create_list_templates/discussion_list/config.tpl -sympa/bin/etc/create_list_templates/discussion_list/comment +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 @@ -128,14 +163,12 @@ 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 @@ -149,7 +182,6 @@ 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 @@ -157,21 +189,18 @@ 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 @@ -185,7 +214,6 @@ 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 @@ -199,7 +227,6 @@ 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 @@ -212,7 +239,6 @@ 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 @@ -226,34 +252,28 @@ 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 @@ -267,7 +287,6 @@ 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 @@ -280,7 +299,6 @@ 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 @@ -293,7 +311,6 @@ 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 @@ -306,7 +323,6 @@ 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 @@ -320,7 +336,6 @@ 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 @@ -334,7 +349,6 @@ 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 @@ -347,7 +361,6 @@ 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 @@ -360,7 +373,6 @@ 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 @@ -373,17 +385,16 @@ 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.us.tpl sympa/bin/etc/templates/welcome.cz.tpl sympa/bin/etc/templates/welcome.de.tpl sympa/bin/etc/templates/welcome.es.tpl @@ -396,7 +407,6 @@ 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 @@ -406,7 +416,6 @@ 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 @@ -415,30 +424,8 @@ 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/list_task_models/sync_include.ttl.task -sympa/bin/etc/list_task_models/remind.yearly.task -sympa/bin/etc/list_task_models/remind.monthly.task -sympa/bin/etc/list_task_models/remind.2month.task -sympa/bin/etc/list_task_models/expire.yearly.task -sympa/bin/etc/global_task_models/expire_bounce.daily.task -sympa/bin/etc/global_task_models/purge_orphan_bounces.monthly.task -sympa/bin/etc/global_task_models/process_bouncers.weekly.task -sympa/bin/etc/global_task_models/purge_user_table.monthly.task -sympa/bin/etc/global_task_models/eval_bouncers.daily.task -sympa/bin/etc/global_task_models/crl_update.daily.task -sympa/bin/etc/global_task_models/chk_cert_expiration.daily.task -sympa/bin/etc/ca-bundle.crt sympa/bin/etc/topics.conf -sympa/bin/etc/edit_list.conf -sympa/bin/etc/create_list.conf -sympa/bin/etc/auth.conf -sympa/bin/etc/mhonarc-ressources -sympa/bin/etc/README -sympa/bin/etc/list_aliases.tpl -sympa/bin/etc/mime.types -sympa/bin/etc/sympa.wsdl 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 @@ -450,7 +437,6 @@ 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 @@ -462,7 +448,6 @@ 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 @@ -475,7 +460,6 @@ 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 @@ -488,10 +472,8 @@ 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 @@ -504,7 +486,6 @@ 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 @@ -517,7 +498,6 @@ 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 @@ -530,13 +510,10 @@ 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 @@ -549,7 +526,6 @@ 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 @@ -562,7 +538,6 @@ 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 @@ -575,7 +550,6 @@ 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 @@ -588,7 +562,6 @@ 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 @@ -601,7 +574,6 @@ 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 @@ -614,7 +586,6 @@ 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 @@ -627,7 +598,6 @@ 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 @@ -640,7 +610,6 @@ 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 @@ -653,7 +622,6 @@ 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 @@ -666,7 +634,6 @@ 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 @@ -679,7 +646,6 @@ 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 @@ -692,7 +658,6 @@ 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 @@ -705,7 +670,6 @@ 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 @@ -713,15 +677,14 @@ 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.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 @@ -734,7 +697,6 @@ 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 @@ -747,7 +709,6 @@ 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 @@ -760,7 +721,6 @@ 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 @@ -773,7 +733,6 @@ 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 @@ -786,7 +745,6 @@ 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 @@ -794,7 +752,6 @@ 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 @@ -807,11 +764,9 @@ 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 @@ -824,13 +779,10 @@ 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 @@ -843,7 +795,6 @@ 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 @@ -856,7 +807,6 @@ 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 @@ -867,7 +817,6 @@ 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 @@ -880,7 +829,6 @@ 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 @@ -892,9 +840,7 @@ 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 @@ -907,7 +853,6 @@ 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 @@ -920,7 +865,6 @@ 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 @@ -933,7 +877,6 @@ 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 @@ -946,7 +889,6 @@ 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 @@ -959,7 +901,6 @@ 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 @@ -972,10 +913,8 @@ 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 @@ -988,7 +927,6 @@ 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 @@ -1001,7 +939,6 @@ 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 @@ -1013,47 +950,7 @@ 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 @@ -1065,7 +962,6 @@ 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 @@ -1078,7 +974,6 @@ 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 @@ -1090,7 +985,6 @@ 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 @@ -1103,11 +997,10 @@ 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.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 @@ -1116,7 +1009,6 @@ 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 @@ -1129,7 +1021,6 @@ 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 @@ -1142,7 +1033,6 @@ 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 @@ -1155,11 +1045,8 @@ 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 @@ -1172,9 +1059,7 @@ 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 @@ -1187,102 +1072,29 @@ 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/sympa.pl -sympa/bin/alias_manager.pl -sympa/bin/task_manager.pl -sympa/bin/sympa_wizard.pl -sympa/bin/Archive.pm -sympa/bin/Commands.pm -sympa/bin/Conf.pm -sympa/bin/CAS.pm -sympa/bin/Language.pm -sympa/bin/List.pm -sympa/bin/Log.pm +sympa/bin/init_comment.pl +sympa/bin/load_subscribers.pl sympa/bin/mail.pm +sympa/bin/mod2html.pl sympa/bin/msg.pl -sympa/bin/Ldap.pm -sympa/bin/smtp.pm -sympa/bin/tools.pl -sympa/bin/Version.pm +sympa/bin/p12topem.pl sympa/bin/parser.pl -sympa/bin/X509.pm -sympa/bin/Message.pm sympa/bin/queue -sympa/bin/bouncequeue -sympa/bin/aliaswrapper -sympa/bin/virtualwrapper -sympa/bin/Marc/Search.pm -sympa/bin/wwsympa.fcgi -sympa/bin/bounced.pl -sympa/bin/archived.pl -sympa/bin/wwslib.pm -sympa/bin/cookielib.pm -sympa/bin/bounce-lib.pl -sympa/bin/Marc.pm -sympa/bin/Auth.pm -sympa/bin/create_db.Pg -sympa/bin/create_db.mysql -sympa/bin/create_db.Oracle -sympa/bin/create_db.Sybase -sympa/bin/load_subscribers.pl -sympa/bin/arc2webarc.pl -sympa/bin/testldap.pl -sympa/bin/p12topem.pl -sympa/bin/init_comment.pl -sympa/bin/crypt_passwd.pl -sympa/bin/testlogs.pl -sympa/bin/mod2html.pl -sympa/bin/sympa_soap_server.fcgi +sympa/bin/smtp.pm +sympa/bin/sympa.pl sympa/bin/sympa_soap_client.pl +sympa/bin/sympa_soap_server.fcgi +sympa/bin/sympa_wizard.pl sympa/bin/sympasoap.pm -sympa/bin/SympaTransport.pm -sympa/nls/fr.msg -sympa/nls/us.msg -sympa/nls/es.msg -sympa/nls/de.msg -sympa/nls/it.msg -sympa/nls/cn.msg -sympa/nls/tw.msg -sympa/nls/fi.msg -sympa/nls/pl.msg -sympa/nls/cz.msg -sympa/nls/hu.msg -sympa/nls/ro.msg -sympa/nls/et.msg -sympa/nls/nl.msg -sympa/sample/README -sympa/sample/config.digest -sympa/sample/config.include -sympa/sample/config.moderation -sympa/sample/config.privateorpublickey -sympa/sample/config.public -sympa/sample/topics.fr.conf -sympa/sample/topics.hu.conf -sympa/sample/sympa.conf -sympa/sample/wwsympa.conf -sympa/sample/sample-list/config -sympa/sample/sample-list/info -sympa/sample/sample-list/message.footer -sympa/sample/sample-list/welcome.tpl -sympa/doc/sympa.tex -sympa/doc/sympa.ps -sympa/doc/sympa.pdf -sympa/doc/up_g.png +sympa/bin/task_manager.pl +sympa/bin/testldap.pl +sympa/bin/testlogs.pl +sympa/bin/tools.pl +sympa/bin/virtualwrapper +sympa/bin/wwslib.pm +sympa/bin/wwsympa.fcgi +sympa/doc/contents.png sympa/doc/crossref.png sympa/doc/img1.old sympa/doc/img1.png @@ -1306,6 +1118,9 @@ sympa/doc/node19.html sympa/doc/node2.html sympa/doc/node20.html sympa/doc/node21.html +sympa/doc/node22.html +sympa/doc/node23.html +sympa/doc/node24.html sympa/doc/node3.html sympa/doc/node4.html sympa/doc/node5.html @@ -1317,27 +1132,58 @@ sympa/doc/prev.png sympa/doc/prev_g.png sympa/doc/sympa.css sympa/doc/sympa.html +sympa/doc/sympa.pdf +sympa/doc/sympa.ps +sympa/doc/sympa.tex sympa/doc/up.png -sympa/doc/contents.png +sympa/doc/up_g.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 +sympa/sample/README +sympa/sample/config.digest +sympa/sample/config.include +sympa/sample/config.moderation +sympa/sample/config.privateorpublickey +sympa/sample/config.public +sympa/sample/sample-list/config +sympa/sample/sample-list/info +sympa/sample/sample-list/message.footer +sympa/sample/sample-list/welcome.tpl +sympa/sample/sympa.conf +sympa/sample/topics.fr.conf +sympa/sample/topics.hu.conf +sympa/sample/wwsympa.conf +@dirrm sympa/spool/tmp +@dirrm sympa/spool/task +@dirrm sympa/spool/outgoing @dirrm sympa/spool/msg -@dirrm sympa/spool/digest @dirrm sympa/spool/moderation @dirrm sympa/spool/expire +@dirrm sympa/spool/digest @dirrm sympa/spool/auth -@dirrm sympa/spool/outgoing -@dirrm sympa/spool/tmp -@dirrm sympa/spool/task @dirrm sympa/spool @dirrm sympa/sample/sample-list @dirrm sympa/sample @dirrm sympa/nls @dirrm sympa/expl -@dirrm sympa/etc/create_list_templates -@dirrm sympa/etc/templates @dirrm sympa/etc/wws_templates -@dirrm sympa/etc/scenari +@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 |