summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeorg <georg@riseup.net>2021-02-07 18:25:15 +0000
committergeorg <georg@riseup.net>2021-02-07 18:25:15 +0000
commit4c9865669d3cceb80bf0783aef74cc33ffa3770a (patch)
tree392a28f30d216eccc915b4c5c72cf631e1ac2814
parent4b26de98721f229b6f406c6f7def354f24f16768 (diff)
Fix typos
-rw-r--r--_posts/2021-02-07-schleuder-3-6-0-released.md4
-rw-r--r--schleuder/docs/changes.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/_posts/2021-02-07-schleuder-3-6-0-released.md b/_posts/2021-02-07-schleuder-3-6-0-released.md
index 3109c54..5a3e7fb 100644
--- a/_posts/2021-02-07-schleuder-3-6-0-released.md
+++ b/_posts/2021-02-07-schleuder-3-6-0-released.md
@@ -7,8 +7,8 @@ date: "2021-02-07"
This release ships new features and bug fixes:
* The list options are enhanced, via:
- * `set_reply_to_to_sender` sets the `Reply-To` header of emails sent to subscriptions to the value of the `Reply-To`- or the `From`-header of the incoming email,
- * `munged_from` makes the `From`'s "display name" of emails sent to subscriptions to include the sender's email address of the incoming mail (e.g. `"me@example.org via list@example.net <list@example.net>`).
+ * `set_reply_to_to_sender` sets the `Reply-To`-header of emails sent to subscriptions to the value of the `Reply-To`- or the `From`-header of the incoming email.
+ * `munged_from` makes the `From`'s "display name" of emails sent to subscriptions to include the sender's email address of the incoming mail (e.g. `"me@example.org via list@example.net" <list@example.net>`).
* The detection of bounce messages is massively improved.
* Mail addresses of subscriptions are properly validated.
diff --git a/schleuder/docs/changes.md b/schleuder/docs/changes.md
index abeac82..218dcda 100644
--- a/schleuder/docs/changes.md
+++ b/schleuder/docs/changes.md
@@ -10,7 +10,7 @@ This list describes changes that users or list-admins of Schleuder should be awa
User-relevant changes in version 3.6 compared to version 3.5:
* The list options are enhanced, via:
- * `set_reply_to_to_sender` sets the `Reply-To` header of emails sent to subscriptions to the value of the `Reply-To`- or the `From`-header of the incoming email,
- * `munged_from` makes the `From`'s "display name" of emails sent to subscriptions to include the sender's email address of the incoming mail (e.g. `"me@example.org via list@example.net <list@example.net>`).
+ * `set_reply_to_to_sender` sets the `Reply-To`-header of emails sent to subscriptions to the value of the `Reply-To`- or the `From`-header of the incoming email.
+ * `munged_from` makes the `From`'s "display name" of emails sent to subscriptions to include the sender's email address of the incoming mail (e.g. `"me@example.org via list@example.net" <list@example.net>`).
* The detection of bounce messages is massively improved.
* Mail addresses of subscriptions are properly validated.