Re: [ SPAM ] problems with new perl???
Bill Ott <[email protected]> Fri, 15 Mar 2013 08:35:55 -0700
| Newsgroups | gmane.mail.majordomo.general |
|---|---|
| Message-ID | <[email protected]> |
That may be the difference in experience. I am running perl version=20 5.10.1. There were a number of deprecated features that were removed=20 when I moved to 5.10.1. I would not have moved to Mailman if I hadn't=20 been forced to. If you haven't already done so, you should check your logs at startup of=20 majordomo looking for deprecated features. These will be your challenge=20 the next time you update perl. With no updates to majordomo, it will just continue to get harder. I=20 gave up. More power to you if you can hold on. -- Regards, Bill mailto:[email protected] website:http://www.theotts.org On 03/15/2013 06:15 AM, James Riordon wrote: > We're using Majordomo still with no known issues on a cPanel box. We've= looked at Mailman, but it just didn't offer us the versatility that Majo= rdomo does and therefore didn't fit our needs. Mind you, we have rather u= nique needs. > > Currently running over 60 separate lists (currently at almost 5GB) and = using a custom PHP web interface for subscribe/unsubscribe for our member= s, and MHonarc to make HTML web archives. > > We're using Majordomo with Exim on an RHEL and a CentOS box with the l= atest up-to-date cPanel. > > # perl -v > This is perl, v5.8.8 built for x86_64-linux-thread-multi > > Cheers > > James Riordon > Web development & Maintenance | Linux System Administration > Out of Control=AE | http://www.outofcontrol.ca > Telephone : 514-360-1950 | Skype : outofcontrolinc > > This confidential message is sent exclusively to the persons named abov= e. If you received this message by mistake, please notify us immediately = and delete all copies. > > > > > On 2013-03-14, at 6:44 PM, Bill Ott <[email protected]> wrote: > >> Rick, I spent almost 2 months trying to get Majordomo to work. Used al= l of the fixes described on the internet. In the end, it still did not wo= rk. I moved to Mailman. I used majordomo for over 10 years for dozens of= lists totaling over 20,000 email addresses. The transition was painful.= It was worth it. >> >> Mailman is a modern, well supported, list server. I have half a dozen= moderators, who were not happy with having to change but are now very sa= tisfied. Mailman provides a much more comprehensive list server control t= hrough a web interface. Majordomo with Majorcool never came close. >> >> -- >> Regards, >> Bill >> >> mailto:[email protected] >> website:http://www.theotts.org >> >> On 03/14/2013 01:49 PM, Rick Green wrote: >>> We recently had our server die, and are in the process of building an= d configuring a replacement. I've been pulling my hair out trying to get= majordomo working. It has been working fine for me for years on several= generations of old machines... >>> >>> Our most recent installation was on Ubuntu 9.04 with Postfix and majo= rdomo 1.94.5. This new machine is being built with Ubuntu 12.04, postfix= , and majordomo 1.94.5. >>> >>> I've got past all the normal install, permissions, and alias issues, = and have tracked it down to a perl issue in ParseAddrs in majordomo.pl. = This routine is supposed to be stripping all the comments off of an email= address. It doesn't seem to be doing anything. >>> >>> I turned on debugging, and added another debug statement to the addr_= match routine, so I've got a snapshot before and after ParseAddrs is call= ed: >>> >>> addr_match: enter >>> addr_match: comparing Rick Green <[email protected]> against Richard Gree= n <[email protected]> >>> addr_match: comparing rick green <[email protected]> against richard gree= n <[email protected]> >>> >>> ...all that seems to be happening is the first regexp, which is actua= lly in addr_match. None of the actual stripping that is supposed to happ= en in ParseAddrs is being done. >>> >>> I don't believe any changes have been made to majordomo in the past f= ew years, so I'm suspecting a change in the perl interpreter. I'm seeing= several warning messages in other places about 'deprecated usage'... >>> >>> The perl package installed on the new system is: 5.14.2-6ubuntu2.2 >>> >>> Any thoughts on that version of perl breaking majordomo code? >>> >> >