From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 08:16:57 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7000116A41C for ; Thu, 30 Jun 2005 08:16:57 +0000 (GMT) (envelope-from scheidell@secnap.net) Received: from 0.mail.spammertrap.net (0.mail.spammertrap.net [204.89.241.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF0943D48 for ; Thu, 30 Jun 2005 08:16:57 +0000 (GMT) (envelope-from scheidell@secnap.net) Received: from localhost (localhost [127.0.0.1]) by 0.mail.spammertrap.net (Postfix) with ESMTP id 6FC7B18F3B5 for ; Thu, 30 Jun 2005 04:16:56 -0400 (EDT) Received: from secnap2.secnap.com (secnap2.secnap.com [204.89.241.128]) by 0.mail.spammertrap.net (Postfix) with ESMTP id 29BD818F3D6 for ; Thu, 30 Jun 2005 04:16:55 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Date: Thu, 30 Jun 2005 04:16:54 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: FW: [AMaViS-user] RELEASED amavisd-new-2.3.2 Thread-Index: AcV9SzPraAAznyN5QAy+7js81nmq9QAAH3fQ From: "Michael Scheidell" To: "Gary Hayers" X-Virus-Scanned: SpammerTrap(tm) SME-250 1.39 at spammertrap.net X-Spam-Status: No, hits=-7.451 tagged_above=-999 required=6.9 tests=[AWL=0.150, BAYES_00=-2.599, LOCAL_RCVD=-5, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] X-Spam-Level: Cc: ports@freebsd.org, Blaz Zupan Subject: RE: FW: [AMaViS-user] RELEASED amavisd-new-2.3.2 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: Thu, 30 Jun 2005 08:16:57 -0000 This from amavisd-new list: >>>> -----Original Message----- >>>> From: Tony Shadwick [mailto:tshadwick@goinet.com] >>>> Sent: Monday, June 27, 2005 1:12 PM >>>> To: dougb@freebsd.org; sem@freebsd.org; Michael Scheidell >>>> Cc: freebsd-admin@goinet.com >>>> Subject: ports tree dns/p5-Net-DNS + mail/p5-Mail-SpamAssassin >>>> >>>> -----BEGIN PGP SIGNED MESSAGE----- >>>> Hash: SHA1 >>>> >>>> Sorry to bug everyone, but it is very important that >> dns/p5-Net-DNS >>>> get upgraded ASAP to the latest available release. >>>> >>>> As it stands right now, SpamAssassin on FreeBSD is >> horribly broken, >>>> as SpamAssassin cannot successfully resolve names, like so: >>>> >>>>> debug: is Net::DNS::Resolver available? yes >>>>> debug: Net::DNS version: 0.51 >>>>> debug: trying (3) motorola.com... >>>>> debug: looking up NS for 'motorola.com' >>>>> debug: NS lookup of motorola.com failed horribly =3D> Perhaps your = >>>>> resolv.conf isn't pointing at a valid server? >>>>> debug: All NS queries failed =3D> DNS unavailable (set >>>> dns_available to >>>>> override) >>>>> debug: is DNS available? 0 >>>> >>>> This is documented all over the SpamAssassin mailing >> lists, and it is >>>> a huge, HUGE showstopper, as we're just getting buried in >> spam now, >>>> because anything that requires name resolution, be it URIBL's, to=20 >>>> simple rules that match either the original text string or >> variants >>>> on the IP address, all of them are broken. >>>> >>>> Before I just jump in and try to fix this myself, both temporarily=20 >>>> using CPAN, and permanently trying to update the port >> myself, I was >>>> hoping that those most familiar with the ports in question >> might take >>>> a shot at it first. >>>> >>>> Thanks!