lint authored by Jérôme Charaoui's avatar Jérôme Charaoui
......@@ -19,14 +19,12 @@ When using X-RESEND you need to add also the line X-LIST-NAME line to your email
X-LIST-NAME: listname@withtheemail.org
X-RESEND: person@nogpgkey.org
You could also add their key to your schleuder mailing list, with
X-LIST-NAME: listname@withtheemail.org
X-ADD-KEY:
[--- PGP armored block--]
And then do:
X-LIST-NAME: listname@withtheemail.org
......@@ -35,7 +33,7 @@ And then do:
### Getting the keys on a Schleuder list keyring
X-LIST-NAME: listname@withtheemail.org
X-LIST-KEYS
X-LIST-KEYS
And then:
......@@ -50,7 +48,7 @@ And then:
Mailing lists are managed through schleuder-cli which needs schleuder-api-daemon running. If the daemon is not running you can start it with:
SCHLEUDER_CONFIG="/srv/schleuder.torproject.org/data/schleuder.yml" schleuder-api-daemon
SCHLEUDER_CONFIG="/srv/schleuder.torproject.org/data/schleuder.yml" schleuder-api-daemon
#### schleuder-cli
......@@ -72,7 +70,7 @@ To create a list you can:
Schleuder will create the list gpg key together with the list. Please not that the created keys do not expires. For more information about how Schlueder creates keys you can check: https://0xacab.org/schleuder/schleuder/blob/master/lib/schleuder/list_builder.rb#L120
To export a list public key you can do the following:
To export a list public key you can do the following:
schleuder-cli keys export secret-team@lists.torproject.org <list-key-fingerprint>
......
......