--Apple-Mail=_C19ED54C-641A-4A5F-9814-7841F3D31168
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=utf-8
Le 21 déc. 2023 à 00:16, Pierre-Elliott Bécue <[email protected]> a écrit :
Pierre Malard <[email protected]> wrote on 20/12/2023 at 09:42:29+0100:
[[PGP Signed Part:No public key for FE94961EE69DFC18 created at 2023-12-20T09:42:29+0100 using RSA]]
Salut,
Est-il possible de passer de Debian 11 à Debian 12 avec Mailman3 installé sur Debian 11 ?
Je précise que je souhaite rester dans les dépôts Debian, pas une installation "à la main" de MM3.
J'ai testé sur un serveur spécifique. C'était long et fastidieux mais il me semblait que ça fonctionnait. En fait tout semble fonctionner sauf
la gestion des archives :-(
Voici la procédure suivie :
1 Arrêt des services MM3
2 Sauvegarde de la base de données (PostgreSQL) et du répertoire de base MM3
3 Basculez le serveur de Debian 11 vers Debian 12 et redémarrer
4 migrer la base de données du PG 13 vers le PG 15 (pg_upgradecluster 13 le fait très bien)
5 Modifier le fichier /etc/mailman3/mailman.cfg avec une référence URL "postgresql://" au lieu de "postgres://" (voir
https://lists.mailman3.org/archives/list/ mailman-users@mailman3 .org/thread/CU6YU44V4WLRJI3WJH2VBWO2HCUF4YEA/)
6 mettre à jour les bases de données MM3 avec "mailman-web migrate"
7 redémarrer MM3 et MM3-web
Avec ça MM3 fonctionne mais pas la gestion de l'archivage !
Notez qu’il n’y a pas de véritables messages d’erreur dans les journaux…
En fait quand on va sur une archive de liste, on a de jolies roues d'attente... infinies :-(
La seule référence dans mailman3-web.log :
[pid : 1429|app : 0|req : 12/12] NNN.NNN.NNN.NNN () {68 vars dans 1445 octets} [lundi 18 décembre 16:35:56 2023] GET
/hyperkitty/list/admin@ teledetection.fr/ => généré 37443 octets en 37 msecs (HTTP/1.1 200) 7 en-têtes en 221 octets (1 switch sur core
1)
Si vous avez une solution...
Pour une raison que j'ignore, l'appel à django-admin migrate dans le
script de maintenance post upgrade ne se passe pas toujours.
J'ai commencé à creuser, mais pour l'instant sans succès, faute d'environnements où ça foire pour moi.
Si tu as des traces ou infos je suis preneur, vu que j'aimerais bugfixer
ça pour faire une release en Debian 12 qui ne rencontre plus ce souci.
Bonjour et merci à toi,
Voici ce que m’a donné l’exécution de « mailman-web upgrade » :
# mailman-web migrate
/usr/lib/python3/dist-packages/django_q/conf.py:139: UserWarning: Retry and timeout are misconfigured. Set retry larger than timeout,
failure to do so will cause the tasks to be retriggered before completion.
See
https://django-q.readthedocs.io/en/latest/configure.html#retry for details.
warn(
System check identified some issues:
WARNINGS:
django_mailman3.MailDomain: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the DjangoMailman3Config.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
django_mailman3.Profile: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the DjangoMailman3Config.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.Attachment: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.Email: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.Favorite: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.LastView: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.MailingList: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.Profile: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.Tag: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.Tagging: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.Thread: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.ThreadCategory: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.Vote: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
postorius.EmailTemplate: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostoriusConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
Operations to perform:
Apply all migrations: account, admin, auth, contenttypes, django_mailman3, django_q, hyperkitty, postorius, sessions, sites, socialaccount
Running migrations:
Applying auth.0012_alter_user_first_name_max_length... OK
Applying django_q.0010_auto_20200610_0856... OK
Applying django_q.0011_auto_20200628_1055... OK
Applying django_q.0012_auto_20200702_1608... OK
Applying django_q.0013_task_attempt_count... OK
Applying django_q.0014_schedule_cluster... OK
Applying hyperkitty.0022_mailinglist_archive_rendering_mode... OK
Applying hyperkitty.0023_alter_mailinglist_name... OK
Si ça peut t’aider…
Bonne journée
--
Pierre Malard
Responsable architectures système CDS DINAMIS/THEIA Montpellier
IRD - UMR Espace-Dev - UAR CPST - IR Data-Terra
Maison de la Télédétection
500 rue Jean-François Breton
34093 Montpellier Cx 5
France
« Tous les Français ambitionnent pour la France un grand rôle
dans le monde. Ce n'est point par des aventures guerrières qu'elle
le trouvera, c'est en donnant aux peuples l'exemple et le signal
de justice. »
Jean Jaures - "L'idéal de justice" - 1889
|\ _,,,---,,_
/,`.-'`' -. ;-;;,_
|,4- ) )-,_. ,\ ( `'-'
'---''(_/--' `-'\_) πr
perl -e '$_=q#: 3|\ 5_,3-3,2_: 3/,`.'"'"'`'"'"' 5-. ;-;;,_: |,A- ) )-,_. ,\ ( `'"'"'-'"'"': '"'"'-3'"'"'2(_/--'"'"' `-'"'"'\_): 24πr::#;y#:#\n#;s#(\D)(\d+)#$1x$2#ge;print'
- --> Ce message n’engage que son auteur <--
--Apple-Mail=_C19ED54C-641A-4A5F-9814-7841F3D31168
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=utf-8
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">
Le 21 déc. 2023 à 00:16, Pierre-Elliott Bécue <<a href="mailto:
[email protected]" class="">
[email protected]</a>> a écrit :</div><br class="Apple-interchange-newline"><div class=""><div class=""><div class="content-isolator__container"><br class="">
Pierre Malard <<a href="mailto:
[email protected]" class="">
[email protected]</a>> wrote on 20/12/2023 at 09:42:29+0100:<br class=""><br class=""><blockquote type="cite" class="">[[PGP Signed Part:No public key for
FE94961EE69DFC18 created at 2023-12-20T09:42:29+0100 using RSA]]<br class="">Salut,<br class=""><br class="">Est-il possible de passer de Debian 11 à Debian 12 avec Mailman3 installé sur Debian 11 ?<br class=""><br class="">Je précise que je souhaite
rester dans les dépôts Debian, pas une installation "à la main" de MM3.<br class=""><br class="">J'ai testé sur un serveur spécifique. C'était long et fastidieux mais il me semblait que ça fonctionnait. En fait tout semble fonctionner sauf<br
class="">la gestion des archives :-(<br class=""><br class="">Voici la procédure suivie :<br class=""><br class="">1 Arrêt des services MM3<br class="">2 Sauvegarde de la base de données (PostgreSQL) et du répertoire de base MM3<br class="">3
Basculez le serveur de Debian 11 vers Debian 12 et redémarrer<br class="">4 migrer la base de données du PG 13 vers le PG 15 (pg_upgradecluster 13 le fait très bien)<br class="">5 Modifier le fichier /etc/mailman3/mailman.cfg avec une référence URL "
postgresql://" au lieu de "postgres://" (voir<br class=""> <a href="
https://lists.mailman3.org/archives/list/" class="">
https://lists.mailman3.org/archives/list/</a> mailman-users@mailman3 .org/thread/CU6YU44V4WLRJI3WJH2VBWO2HCUF4YEA/)<br class="">6
mettre à jour les bases de données MM3 avec "mailman-web migrate"<br class="">7 redémarrer MM3 et MM3-web<br class=""><br class="">Avec ça MM3 fonctionne mais pas la gestion de l'archivage !<br class="">Notez qu’il n’y a pas de véritables
messages d’erreur dans les journaux…<br class=""><br class="">En fait quand on va sur une archive de liste, on a de jolies roues d'attente... infinies :-(<br class="">La seule référence dans mailman3-web.log :<br class="">[pid : 1429|app : 0|req :
12/12] NNN.NNN.NNN.NNN () {68 vars dans 1445 octets} [lundi 18 décembre 16:35:56 2023] GET<br class="">/hyperkitty/list/admin@ <a href="
http://teledetection.fr/" class="">teledetection.fr/</a> => généré 37443 octets en 37 msecs (HTTP/1.1 200) 7 en-
têtes en 221 octets (1 switch sur core<br class="">1)<br class=""><br class="">Si vous avez une solution...<br class=""></blockquote><br class="">Pour une raison que j'ignore, l'appel à django-admin migrate dans le<br class="">script de maintenance
post upgrade ne se passe pas toujours.<br class=""><br class="">J'ai commencé à creuser, mais pour l'instant sans succès, faute<br class="">d'environnements où ça foire pour moi.<br class=""><br class="">Si tu as des traces ou infos je suis preneur,
vu que j'aimerais bugfixer<br class="">ça pour faire une release en Debian 12 qui ne rencontre plus ce souci.<br class=""></div></div></div></blockquote><div><br class=""></div><div>Bonjour et merci à toi,</div><div><br class=""></div><div>Voici ce que
m’a donné l’exécution de « mailman-web upgrade » :</div><div><div><font face="Courier New" style="font-size: 12px;" class=""> # mailman-web migrate</font></div><div><font face="Courier New" style="font-size: 12px;" class="">
/usr/lib/python3/dist-packages/django_q/conf.py:139: UserWarning: Retry and timeout are misconfigured. Set retry larger than timeout, </font></div><div><font face="Courier New" style="font-size: 12px;" class=""> &
nbsp; failure to do so will cause the tasks to be retriggered before completion. </font></div><div><font face="Courier New" style="font-size: 12px;" class=""> See <a href="
https://django-q.readthedocs.io/en/latest/
configure.html#retry" class="">
https://django-q.readthedocs.io/en/latest/configure.html#retry</a> for details.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> warn(</font></div><div><font face="Courier New" style=
"font-size: 12px;" class=""> System check identified some issues:</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> </font></div><div><font face="Courier New" style="font-size: 12px;" class=""> WARNINGS:</
font></div><div><font face="Courier New" style="font-size: 12px;" class=""> django_mailman3.MailDomain: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.</font></div><div><
font face="Courier New" style="font-size: 12px;" class=""> <span class="Apple-tab-span" style="white-space:pre"> </span>HINT: Configure the DEFAULT_AUTO_FIELD setting or the DjangoMailman3Config.default_auto_field attribute to point to a subclass
of AutoField, e.g. 'django.db.models.BigAutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> django_mailman3.Profile: (models.W042) Auto-created primary key used when not defining a primary key type, by default '
django.db.models.AutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> <span class="Apple-tab-span" style="white-space:pre"> </span>HINT: Configure the DEFAULT_AUTO_FIELD setting or the DjangoMailman3Config.
default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> hyperkitty.Attachment: (models.W042) Auto-created primary key used
when not defining a primary key type, by default 'django.db.models.AutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> <span class="Apple-tab-span" style="white-space:pre"> </span>HINT: Configure the DEFAULT_
AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> hyperkitty.Email: (
models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> <span class="Apple-tab-span" style="white-space:
pre"> </span>HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;"
class=""> hyperkitty.Favorite: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> <span class=
"Apple-tab-span" style="white-space:pre"> </span>HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.</font></div><div><font face="
Courier New" style="font-size: 12px;" class=""> hyperkitty.LastView: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.</font></div><div><font face="Courier New" style="font-
size: 12px;" class=""> <span class="Apple-tab-span" style="white-space:pre"> </span>HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.
BigAutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> hyperkitty.MailingList: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.</font></
<div><font face="Courier New" style="font-size: 12px;" class=""> <span class="Apple-tab-span" style="white-space:pre"> </span>HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a
subclass of AutoField, e.g. 'django.db.models.BigAutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> hyperkitty.Profile: (models.W042) Auto-created primary key used when not defining a primary key type, by
default 'django.db.models.AutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> <span class="Apple-tab-span" style="white-space:pre"> </span>HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.
default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> hyperkitty.Tag: (models.W042) Auto-created primary key used when
not defining a primary key type, by default 'django.db.models.AutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> <span class="Apple-tab-span" style="white-space:pre"> </span>HINT: Configure the DEFAULT_AUTO_
FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> hyperkitty.Tagging: (models.
W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> <span class="Apple-tab-span" style="white-space:pre"> </
span>HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""
hyperkitty.Thread: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> <span class="Apple-
tab-span" style="white-space:pre"> </span>HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.</font></div><div><font face="Courier
New" style="font-size: 12px;" class=""> hyperkitty.ThreadCategory: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.</font></div><div><font face="Courier New" style="font-size:
12px;" class=""> <span class="Apple-tab-span" style="white-space:pre"> </span>HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.
BigAutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> hyperkitty.Vote: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.</font></div><div>
<font face="Courier New" style="font-size: 12px;" class=""> <span class="Apple-tab-span" style="white-space:pre"> </span>HINT: Configure the DEFAULT_AUTO_FIELD setting or the HyperKittyConfig.default_auto_field attribute to point to a subclass of
AutoField, e.g. 'django.db.models.BigAutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> postorius.EmailTemplate: (models.W042) Auto-created primary key used when not defining a primary key type, by default '
django.db.models.AutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> <span class="Apple-tab-span" style="white-space:pre"> </span>HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostoriusConfig.default_
auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> Operations to perform:</font></div><div><font face="Courier New" style="
font-size: 12px;" class=""> Apply all migrations: account, admin, auth, contenttypes, django_mailman3, django_q, hyperkitty, postorius, sessions, sites, socialaccount</font></div><div><font face="Courier New" style="font-size: 12px;" class=""
Running migrations:</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> Applying auth.0012_alter_user_first_name_max_length... OK</font></div><div><font face="Courier New" style="font-size: 12px;" class="">&
nbsp; Applying django_q.0010_auto_20200610_0856... OK</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> Applying django_q.0011_auto_20200628_1055... OK</font></div><div><font face="Courier New" style="font-
size: 12px;" class=""> Applying django_q.0012_auto_20200702_1608... OK</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> Applying django_q.0013_task_attempt_count... OK</font></div><div><font face="
Courier New" style="font-size: 12px;" class=""> Applying django_q.0014_schedule_cluster... OK</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> Applying hyperkitty.0022_mailinglist_archive_rendering_
mode... OK</font></div><div><font face="Courier New" style="font-size: 12px;" class=""> Applying hyperkitty.0023_alter_mailinglist_name... OK</font></div></div><div><br class=""></div>Si ça peut t’aider…</div><div><br class=""></div><
Bonne journée</div><br class=""><div class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-
wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space:
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-
spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"
class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-
break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-
nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-
wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="margin: 0px; font-size: 10px; font-family: "Courier New";" class="">-- </div><div style="margin: 0px; font-size: 10px; font-family: "
Courier New";" class=""><div style="margin: 0px;" class="">Pierre Malard</div><div style="margin: 0px;" class="">Responsable architectures système CDS DINAMIS/THEIA Montpellier</div><span style="font-size: x-small;" class="">IRD - UMR Espace-Dev -
UAR CPST - IR Data-Terra</span><br class=""><div style="margin: 0px;" class="">Maison de la Télédétection</div><div style="margin: 0px;" class="">500 rue Jean-François Breton</div><div style="margin: 0px;" class="">34093 Montpellier Cx 5</div><div
style="margin: 0px;" class="">France</div><div class=""><br class=""></div></div><div style="margin: 0px; font-family: Times;" class=""> «<span class="Apple-converted-space"> </span><i class="">Tous les Français ambitionnent pour la
France un grand rôle</i></div><div style="margin: 0px; font-family: Times;" class=""><i class=""> dans le monde. Ce n'est point par des aventures guerrières qu'elle</i></div><div style="margin: 0px; font-family: Times;" class=""><i class="">
le trouvera, c'est en donnant aux peuples l'exemple et le signal</i></div><div style="margin: 0px; font-family: Times;" class=""><i class=""> de justice.<span class="Apple-converted-space"> </span></i>»</div><div style="
margin: 0px; font-family: Times;" class=""> Jean Jaures - "L'idéal de justice" - 1889</div><div
style="margin: 0px; font-size: 10px; font-family: "Courier New";" class=""> |\ _,,,---,,_</div><div style="margin: 0px; font-size: 10px; font-family: "Courier New";" class=""> /,`.-
'`' -. ;-;;,_</div><div style="margin: 0px; font-size: 10px; font-family: "Courier New";" class=""> |,4- ) )-,_. ,\ ( `'-'</div><div style="margin: 0px; font-size: 10px; font-family:
"Courier New";" class=""> '---''(_/--' `-'\_) πr</div><div style="margin: 0px; font-family: Times; min-height: 14px;" class=""><br class=""></div><div style="margin: 0px; font-size: 10px; font-family: "Courier New&
quot;;" class="">perl -e '$_=q#: 3|\ 5_,3-3,2_: 3/,`.'"'"'`'"'"' 5-. ;-;;,_: |,A- ) )-,_. ,\ ( `'"'"'-'"'"': '"'"'-3'"'"'2(_/--'"'"' `-'"'"'\_): 24πr::#;y#:#\n#;s#(\D)(\d+)#$1x$2#ge;print'</div><div style="margin: 0px; font-
family: "Courier New";" class=""><span style="font-size: 10px;" class="">- --> Ce message n’engage que son auteur <--</span></div></div></div></div></div></div></div>
</div>
<br class=""></body></html> --Apple-Mail=_C19ED54C-641A-4A5F-9814-7841F3D31168--
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.2
Comment: GPGTools -
http://gpgtools.org
iQIzBAEBCgAdFiEE0KHTJ+AWKhmI+acm/pSWHuad/BgFAmWD1cgACgkQ/pSWHuad /BhMCw/+P7D5c/ncT1iJGrkcTrFA17OYclo/9U3RH1s96vdKiQSvt1li5Qu+jO/z dNvdl8ZMCVuFhV/0IlOK4weOvDJCAwT7XMXM5kXmD+hpilh93ZfFUq+7Q85D88+N qNNCVU0C/wQdrDHWjXH269PueGTYGvDp2wmhIbbDF9GsOQgQDHnjGb+x2SjuC3XR oi6BZPkpArROZ70QswDBvDiyaGFn8yWL31Jj18dGkY/dOanKgqp2zW9khAdoGqIF X9+Z8dZi0muozMj/c7tXb/EmBCBad00NwbExJBLvOTtCbWC7jrRAbavvOiU/J04M 47yDKMBsZ0IkPm245buEsIb3SLGaagPb5Oh5y1unVjuW71BEPoFizWfYt0hQ25vS w+8UZyVxPl0MhizcNGXuYBPTDyceZDAJ6/gD11kZBGrS+K5RlfrUHxRTtB0U7ogf A8fib4d9oiEGFMct2WXkYLbqqGW6KPMlRRPC9xsP8JPAbOBpxq6pcKSv5scqP0Yk 9FnMt6a7RNKk2y5Ix9ZujBNW02vAxnbsJBPnqNSvZfk9HbuKwHAFxm9IgL2Qms33 Zc6Ow5b6AE5TQrgSA5ENbyirJk42i7nzHNW7Xu7IBDFDmBrucvXOt7TrMWRWskvs ncEaLZ/TnJfPtDGNW2B0KHLBbOcvOzOQYm7QE696EjZTRLHpwLY=
=Y14/
-----END PGP SIGNATURE-----
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)