summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng <ng@immerda.ch>2022-08-30 20:31:06 +0000
committerng <ng@immerda.ch>2022-08-30 20:31:06 +0000
commit34d83dd33254a77bda3d608b0b14a5bd3ec0e7bd (patch)
treeb086e66aaadea6e0b77df8331c02e3489f3c4eec
parenta08a3b18042a3d0a26efb31813c5f3125261e126 (diff)
parentef74968c374e8bc55c05d707f20cafceaa7b41e3 (diff)
Merge branch 'schleuder-subscribers-resending-make-examples-more-specific' into 'main'
Schleuder: subscribers: make Cc examples more specific See merge request schleuder/schleuder-website!113
-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.