diff --git a/README.md b/README.md
index c288d0a..38c44d7 100644
--- a/README.md
+++ b/README.md
@@ -21,11 +21,13 @@ following packages:
1. Clone repo
$ git clone https://forge.april.org/adminsys/spamotron
- $ chmod a+x spamotron/mailing.py
+ $ cd spamotron
+ $ chmod a+x mailing.py
2. Try it
- $ ./spamotron/mailing.py --help
+ $ ./mailing.py --help
+ $ ./mailing.py -t test-recipients-data -b test-emailling --dry-run --verbose
## License
diff --git a/mailing.py b/mailing.py
index cc463af..2b265b7 100755
--- a/mailing.py
+++ b/mailing.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
# (C) Olivier Berger 2001-2002
-# (C) François Poulain 2019
+# (C) François Poulain 2019-2020
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/test-emailling.footer b/test-emailling.footer
new file mode 100644
index 0000000..f0f8491
--- /dev/null
+++ b/test-emailling.footer
@@ -0,0 +1,7 @@
+--
+Vous disposez d'un droit d'accès, de modification, de rectification et de
+suppression des données vous concernant (loi « Informatique et Libertés » du 6
+janvier 1978). Pour toute demande, merci de vous adressez à contact@april.org.
+
+Si vous souhaitez ne plus recevoir nos communiqués de presse merci de vous
+adressez à contact@april.org.
diff --git a/test-emailling.html b/test-emailling.html
new file mode 100644
index 0000000..025eb2d
--- /dev/null
+++ b/test-emailling.html
@@ -0,0 +1,15 @@
+
+
+ Chère {{ nom }}, +
+ Venez découvrir le logiciel libre autour du printemps. Déjà 42 événements pour + le Libre en Fête à venir. +
+ + diff --git a/test-emailling.subject b/test-emailling.subject new file mode 100644 index 0000000..a99e0e3 --- /dev/null +++ b/test-emailling.subject @@ -0,0 +1 @@ +Vive le libre en fête diff --git a/test-emailling.txt b/test-emailling.txt new file mode 100644 index 0000000..98e9394 --- /dev/null +++ b/test-emailling.txt @@ -0,0 +1,4 @@ +Chère {{ nom }}, + +Venez découvrir le logiciel libre autour du printemps. Déjà 42 événements pour +le Libre en Fête à venir. diff --git a/test-recipients-data b/test-recipients-data new file mode 100644 index 0000000..08458c4 --- /dev/null +++ b/test-recipients-data @@ -0,0 +1,4 @@ +to,nom,from:president@april.org,cc:contact@april.org,reply-to:contact@april.org +noc@april.org,network operating center +secretaire@april.org,l'secrétaire,president@paril.org, +prez@april.org,présidente,prez@elysee.fr