summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.