summaryrefslogtreecommitdiff
path: root/schleuder
diff options
context:
space:
mode:
authorgeorg <georg@riseup.net>2022-07-19 11:48:27 +0000
committergeorg <georg@riseup.net>2022-07-19 11:48:27 +0000
commitef74968c374e8bc55c05d707f20cafceaa7b41e3 (patch)
treeb086e66aaadea6e0b77df8331c02e3489f3c4eec /schleuder
parenta08a3b18042a3d0a26efb31813c5f3125261e126 (diff)
Schleuder: subscribers: make Cc examples more specific
Before, some examples would only list one email address, while in fact, these examples talk about multiple email addresses.
Diffstat (limited to 'schleuder')
-rw-r--r--schleuder/docs/subscribers.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/schleuder/docs/subscribers.md b/schleuder/docs/subscribers.md
index 5075dde..418c6b5 100644
--- a/schleuder/docs/subscribers.md
+++ b/schleuder/docs/subscribers.md
@@ -99,10 +99,10 @@ The resending-keywords must be included in messages sent to the normal list-addr
**x-resend-cc:** someone@example.org anotherperson@example.org
: Send one message to all of the given addresses in Cc, so they get to know of each other (encrypted if possible, otherwise in the clear).
-**x-resend-cc-encrypted-only:** someone@example.org
+**x-resend-cc-encrypted-only:** someone@example.org anotherperson@example.org
: Send one message to all of the given addresses in Cc, so they get to know of each other, only if it could be encrypted to all of those addresses. Can be abbreviated to `x-resend-cc-enc.`
-**x-resend-cc-unencrypted:** someone@example.org
+**x-resend-cc-unencrypted:** someone@example.org anotherperson@example.org
: Send one unencrypted message to all of the given addresses in Cc, so they get to know of each other. We skip looking for any key and will just send out the email in the clear.