diff options
| author | grunfink <grunfink@comam.es> | 2025-04-28 05:21:47 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-04-28 05:21:47 +0200 |
| commit | be796d6172b8224a73a740bcd1f08ad8aa1d8c37 (patch) | |
| tree | dea3e70f8ae3ac7a77885e9a3f1e75bb7e428f16 /RELEASE_NOTES.md | |
| parent | d07c9ff8dee5113151eb1e8a5f3b7f1a62a3bc12 (diff) | |
Updated RELEASE_NOTES.
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5e08ab1..a5c0ebe 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,7 +6,7 @@ Added new command-line options for list maintenance. Mastodon API: added `/api/v1/accounts/.../lists` endpoint (contributed by dandelions). -Email notifications are now sent via `libcurl` SMTP instead of spawning the `/usr/sbin/sendmail` program. Some additional server configuration may be needed, see `snac(8)` (contributed by shtrophic). +Email notifications are now sent via `libcurl` SMTP instead of spawning the `/usr/sbin/sendmail` program. Some additional server configuration may be needed, see `snac(8)`. Previous behaviour can be enabled back by setting the `spawn_sendmail` server configuration directive to `true` (contributed by shtrophic). ## 2.75 "Time Is On My Side" |