From owner-freebsd-perl@FreeBSD.ORG Mon Mar 10 15:55:30 2008 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 604DB1065673 for ; Mon, 10 Mar 2008 15:55:30 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from mail.nicoelro.net (helm.nicoelro.net [87.98.216.147]) by mx1.freebsd.org (Postfix) with ESMTP id 345588FC13 for ; Mon, 10 Mar 2008 15:55:30 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: by mail.nicoelro.net (Postfix, from userid 58) id CEE1278D22; Mon, 10 Mar 2008 16:35:34 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on helm.nicoelro.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=6.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from [192.168.1.2] (unknown [83.205.52.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nicolas@nicoelro.net) by mail.nicoelro.net (Postfix) with ESMTP id 4DD0E78CCC for ; Mon, 10 Mar 2008 16:35:34 +0100 (CET) Message-ID: <47D55545.6080608@nicoelro.net> Date: Mon, 10 Mar 2008 16:35:33 +0100 From: Nicolas Letellier User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-perl@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: How use > db-1.85 with p5-Mail-SpamAssassin X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nicolas@nicoelro.net List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 15:55:30 -0000 Hello, I use the port p5-Mail-SpamAssassin. However, I must import all my ~/.spamassassin/bayes* from a Debian to a FreeBSD. Why SpamAssassin *only* uses db-1.85? This is headers of my bayes*: bayes_seen: Berkeley DB (Hash, version 7, native byte-order) bayes_toks: Berkeley DB (Hash, version 8, native byte-order) How use them in the port p5-Mail-SpamAssassin? And, there is a possibility to use > db-1.85 with SpamAssassin? Thanks a lot! -Nicolas