[pmg-devel] [PATCH spamassassin 2/2] buildsys: update outdated docs on updating rulesets

Stoiko Ivanov s.ivanov at proxmox.com
Fri Mar 24 13:46:54 CET 2023


Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
 Makefile | 19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)

diff --git a/Makefile b/Makefile
index a0f6bb9..c97bd95 100644
--- a/Makefile
+++ b/Makefile
@@ -2,22 +2,9 @@ include /usr/share/dpkg/pkg-info.mk
 
 # howto add rule updates:
 
-# edit paths ($srcdir) in changes.pl 
-# update changes.diff - verify changes!
-
-# dig  -t any 3.4.3.updates.spamassassin.org
-# wget http://spamassassin.kluge.net/updates/501214.tar.gz
-# wget http://spamassassin.kluge.net/updates/501214.tar.gz.asc
-# gpg --verify 501214.tar.gz.asc 501214.tar.gz
-#
-# or just use: make sa-updates.tgz (from the last stable version)
-# warning: start with an empty sa-updates.tgz, install the package,
-# the run sa-update to generate the updates
-#
-# Note: we also add KAM.cf from
-# http://www.pccc.com/downloads/SpamAssassin/contrib/KAM.cf
-#
-# edit debin/rules to apply updates
+# running `make update-sa` updates the core SA rules (in the sa-updates directory)
+# running `make update-kam` updates the KAM ruleset (in the kam-updates directory)
+
 
 OPKGNAME = Mail-SpamAssassin-${DEB_VERSION_UPSTREAM}
 NPKGNAME = proxmox-spamassassin_${DEB_VERSION_UPSTREAM}
-- 
2.30.2





More information about the pmg-devel mailing list