From owner-freebsd-questions@FreeBSD.ORG Sat Dec 30 09:54:20 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F29E16A412 for ; Sat, 30 Dec 2006 09:54:20 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id 0C21C13C448 for ; Sat, 30 Dec 2006 09:54:19 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from coolf89ea26645 (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id kBU9i0x83780; Sat, 30 Dec 2006 01:44:00 -0800 (PST) (envelope-from tedm@toybox.placo.com) Message-ID: <001901c72bf6$dcd00d00$3c01a8c0@coolf89ea26645> From: "Ted Mittelstaedt" To: "FreeBSD Questions" , "David Kelly" References: <0886216B-9B02-482F-B269-223AC4962941@HiWAAY.net> Date: Sat, 30 Dec 2006 01:42:45 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Cc: Subject: Re: Perl error with Spam Assassin? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2006 09:54:20 -0000 SA is a black box to troubleshoot, so many interrelated stuff. portupgrading isn't wise on a SA server. When I deploy SA I build the initial server from ports as well as SA, from that point on, all SA upgrades are manual. Once the rest of the code on the server gets too old for production, the server is cycled out and replaced with a new one that's a new initial build. I realize this won't probably help you to solve the problem but may help you avoid it in the future. In your case since you undoubtedly don't want to take the server down to the bear metal, all I can recommend is make deinstall SA and all dependent programs, including all perl modules as well as perl itself. Then cvsup ports, and make install SA Good luck with it. Ted ----- Original Message ----- From: "David Kelly" To: "FreeBSD Questions" Sent: Thursday, December 28, 2006 7:40 PM Subject: Perl error with Spam Assassin? > I *think* the following is coming from Spam Assassin, which is > launched by procmail, which is launched by fetchmail (so any of those > could be the guilty party if they use perl). > > [31161] warn: (?:(?<=[\s,]))* matches null string many times in > regex; marked by <-- HERE in m/\G(?:(?<=[\s,]))* <-- HERE \Z/ at /usr/ > local/lib/perl5/site_perl/5.8.8/Text/Wrap.pm line 46. > > Anyone else? Any suggestion as to what I may be doing wrong? Can't > say that I can associate the occurance of the above with any > portupgrade or similar. Might have been a portupgrade or a buildworld > which started the error messages. > > -- > David Kelly N4HHE, dkelly@HiWAAY.net > ======================================================================== > Whom computers would destroy, they must first drive mad. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >