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