git: bc8c684197c0 - main - UPDATING: Note special instruction following mail/spamassassin update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 01:49:12 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc8c684197c02932d5649dd6977f2b0804e53fa1 commit bc8c684197c02932d5649dd6977f2b0804e53fa1 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-03-31 01:45:45 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-03-31 01:45:45 +0000 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. --- UPDATING | 7 +++++++ 1 file changed, 7 insertions(+) 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