From users-return-119201-archive-asf-public=cust-asf.ponee.io@spamassassin.apache.org Fri Oct 26 11:05:12 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id B4B05180647 for ; Fri, 26 Oct 2018 11:05:11 +0200 (CEST) Received: (qmail 36216 invoked by uid 500); 26 Oct 2018 09:05:10 -0000 Mailing-List: contact users-help@spamassassin.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@spamassassin.apache.org Received: (qmail 36206 invoked by uid 99); 26 Oct 2018 09:05:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2018 09:05:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 57ADD1A4D97 for ; Fri, 26 Oct 2018 09:05:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 9ePqasumEYmA for ; Fri, 26 Oct 2018 09:05:03 +0000 (UTC) Received: from mailout.dotplex.com (mailout.dotplex.com [185.231.124.8]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 3EE175F117 for ; Fri, 26 Oct 2018 09:05:03 +0000 (UTC) Received: from remote.ip.hidden (remote.ip.hidden [127.0.0.1]) (Authenticated sender: jan@dotplex.com) by mailout.dotplex.com (Postfix) with ESMTPSA id 7701A620F36 for ; Fri, 26 Oct 2018 11:04:57 +0200 (CEST) From: "Jan =?utf-8?q?M=C3=BCnnich?=" To: users@spamassassin.apache.org Subject: Re: Version 3.4.2, Debian Stretch Date: Fri, 26 Oct 2018 10:04:51 +0100 X-Mailer: MailMate (1.12r5523) Message-ID: In-Reply-To: References: <2AF863B6-A784-46A2-9D96-F92F051007EA@quiering.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed The Debian package is not well maintained anymore unfortunately. But it's very easy to compile SpamAssassin yourself on Debian Stretch: 1. Remove old package but leave configuration: apt remove spamassassin 2. Install dependencies: apt install libpcre3-dev libdigest-sha-perl libhtml-parser-perl libnet-dns-perl libnet-ident-perl libio-socket-ssl-perl libio-zlib-perl libarchive-tar-perl libgdbm-dev libhtml-tree-perl libwww-perl libnetaddr-ip-perl libio-socket-inet6-perl libmail-dkim-perl libdigest-sha-perl libmail-spf-perl libdbi-perl libencode-detect-perl re2c libgeo-ip-perl libio-socket-ip-perl libnet-patricia-perl make libdbd-mysql-perl 3. Download 3.4.2 package and unpack in /usr/local/src or somewhere else: 4. Compile and install: perl Makefile.PL make make install sa-update Best, Jan