aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2024-03-31 01:45:45 +0000
committerCy Schubert <cy@FreeBSD.org>2024-03-31 01:45:45 +0000
commitbc8c684197c02932d5649dd6977f2b0804e53fa1 (patch)
tree409cf6d60a4f45044840884904cfada6dfb12fc7
parent405b5b7cc6dc81c2e4584ddfd005e9ecfab1e028 (diff)
downloadports-bc8c684197c02932d5649dd6977f2b0804e53fa1.tar.gz
ports-bc8c684197c02932d5649dd6977f2b0804e53fa1.zip
UPDATING: Note special instruction following mail/spamassassin update
Following the mail/spamassassin update in 16e8b4502b4a, users must run sa-update to download the latest spamassassin rules. Failure to do so will result in sa-spamd failing on a syntax error while reading its rules.
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b9007e7aa8b6..42acad4dcb9f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,13 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20240330:
+ AFFECTS: users of mail/spamassassin
+ AUTHOR: cy@FreeBSD.org
+
+ sa-update must be run following update and prior to restaring sa-spamd
+ else it will fail to start due to a syntax error.
+
20240326:
AFFECTS: users of net/bird2
AUTHOR: olivier@FreeBSD.org