diff options
| author | 2024-04-02 17:50:24 +0200 | |
|---|---|---|
| committer | 2024-04-02 17:50:24 +0200 | |
| commit | a0429d46994090f7837ff8c0d3cfea8df81b4c90 (patch) | |
| tree | 7d11fdc6effc354867391e80f0f93914ed9d72d2 | |
| parent | On OpenBSD, don't enable sendmail if email notifications are disabled. (diff) | |
| download | snac2-a0429d46994090f7837ff8c0d3cfea8df81b4c90.tar.gz snac2-a0429d46994090f7837ff8c0d3cfea8df81b4c90.tar.xz snac2-a0429d46994090f7837ff8c0d3cfea8df81b4c90.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 35db7b1..cd8a93a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -8,6 +8,8 @@ Fixed a bug that caused some notifications to be lost when coming from a user in | |||
| 8 | 8 | ||
| 9 | Added an additional check for blocked instances. | 9 | Added an additional check for blocked instances. |
| 10 | 10 | ||
| 11 | On OpenBSD, if the `disable_email_notifications` server flag is set to `true`, `unveil()` is not called for the execution of the `/usr/sbin/sendmail` binary and `pledge()` doesn't set the `exec` promise. | ||
| 12 | |||
| 11 | ## 2.50 | 13 | ## 2.50 |
| 12 | 14 | ||
| 13 | Incoming posts can now be filtered out by content using regular expressions on a server level (these regexes are written in the `filter_reject.txt` file at the server base directory; see `snac(5)` and `snac(8)`). | 15 | Incoming posts can now be filtered out by content using regular expressions on a server level (these regexes are written in the `filter_reject.txt` file at the server base directory; see `snac(5)` and `snac(8)`). |