From owner-freebsd-ports@FreeBSD.ORG Wed Feb 10 15:28:15 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1766E1065676 for ; Wed, 10 Feb 2010 15:28:15 +0000 (UTC) (envelope-from om-lists-bsd@omx.ch) Received: from ibox.insign.ch (ibox.insign.ch [195.134.143.207]) by mx1.freebsd.org (Postfix) with SMTP id 6DA038FC19 for ; Wed, 10 Feb 2010 15:28:13 +0000 (UTC) Received: (qmail 72081 invoked from network); 10 Feb 2010 15:28:09 -0000 Received: from [192.168.1.170] ([80.254.166.203]) by ibox.insign.ch ([195.134.143.207]) with ESMTP via TCP; 10 Feb 2010 15:28:09 -0000 From: Olivier Mueller To: Gabor Kovesdan In-Reply-To: <4B72818F.4090804@FreeBSD.org> References: <4B71D52C.1020201@FreeBSD.org> <43E2F36675D646DFAB69A37540EE9026@jarasc430> <4B72818F.4090804@FreeBSD.org> Content-Type: text/plain; charset="ISO-8859-1" Date: Wed, 10 Feb 2010 16:28:08 +0100 Message-Id: <1265815688.10356.16.camel@ompc.insign.local> Mime-Version: 1.0 X-Mailer: Evolution 2.24.1.1 Content-Transfer-Encoding: 8bit Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: p5-Mail-SpamAssassin-3.2.5_4 -> where are the rules located? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2010 15:28:15 -0000 On Wed, 2010-02-10 at 10:51 +0100, Gabor Kovesdan wrote: > El 2010. 02. 10. 6:17, Jack Raats escribió: > >> Please commit it a.s.a.p. There is a port freeze coming, due to the > > FreeBSD 7.3 release. > > > > Thanks for the good work. > Done. Enjoy! :) Btw, ports freeze isn't a hard lock any more, only > sweeping commits are bound to portmgr approval. Thanks for the cool stuff! Looks good here, just followed the docs and updated the rules with sa-update, everything seems to work as before on a good old 6.x system. But there is something strange: where are the rules located now? They used to be in /usr/local/share/spamassassin but now, on the upgraded system: [om@ibox /usr/local/share/spamassassin]$ ls -la total 112 drwxr-xr-x 2 root wheel 512 Feb 10 15:47 . drwxr-xr-x 69 root wheel 1536 Feb 10 15:47 .. -rw-r--r-- 1 root wheel 101479 Feb 10 15:47 languages -rw-r--r-- 1 root wheel 4777 Feb 10 15:47 sa-update-pubkey.txt -rw-r--r-- 1 root wheel 1869 Feb 10 15:47 user_prefs.template [om@ibox /usr/local/share/spamassassin]$ And it should be there according to sa-update -D: Feb 10 16:21:01.748 [63573] dbg: generic: SpamAssassin version 3.3.0 Feb 10 16:21:01.748 [63573] dbg: generic: Perl 5.008009, PREFIX=/usr/local, DEF_RULES_DIR=/usr/local/share/spamassassin, <======================= LOCAL_RULES_DIR=/usr/local/etc/mail/spamassassin, LOCAL_STATE_DIR=/var/db/spamassassin Feb 10 16:21:01.748 [63573] dbg: config: timing enabled [...] I see them under: /var/db/spamassassin/3.003000/updates_spamassassin_org/ but is spamassassin now really loading the rules from there directly? Is this new? Just saw nothing about that in the release docs. It seems to be the case... Rules seems to be "ok": Feb 10 16:24:26 ibox spamd[66708]: spamd: result: . 1 - BAYES_50,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,T_KHOP_FOREIGN_CLICK,URI_HEX scantime=3.5,size=30506 etc. Regards, Olivier