Re: [Mailman-Users] get_content_type() takes exactly 1 argument (2given)

2008-02-22 Thread Brad Knowles
On 2/22/08, Barry Warsaw wrote: >> Can we at least use a hashed mail directory solution that doesn't >> have massive scalability problems? > > For the digests it probably doesn't matter because they'll never get > that big. I'm still planning on making this change for the queue > directories

Re: [Mailman-Users] Pipermail URL handling in archives

2008-02-22 Thread Jim Popovitch
On Fri, Feb 22, 2008 at 9:01 PM, Dov Oxenberg <[EMAIL PROTECTED]> wrote: > > Hi, > Please pardon me for butting in, I will be the first to admit I am probably > the least qualified to give an opinion here, but > :-) > It seems to me this is a DNS issue, no? Simply because the trailing > cha

Re: [Mailman-Users] Pipermail URL handling in archives

2008-02-22 Thread Dov Oxenberg
Hi, Please pardon me for butting in, I will be the first to admit I am probably the least qualified to give an opinion here, but :-) It seems to me this is a DNS issue, no? Simply because the trailing character, be it a comma or period, more or less represents "root" as far as DNS is concer

Re: [Mailman-Users] Pipermail URL handling in archives

2008-02-22 Thread Stephen J. Turnbull
Jim Popovitch writes: > On Fri, Feb 22, 2008 at 4:03 PM, Mark Sapiro <[EMAIL PROTECTED]> wrote: > So, the problem seems to appear with commas too which makes me wonder > if this can be resolved with this: > >urlpat = re.compile(r'(\w+://[^>)\s]+?)(\.|,)?(\s|$)') # URLs in text > > but

Re: [Mailman-Users] Pipermail URL handling in archives

2008-02-22 Thread Jim Popovitch
On Fri, Feb 22, 2008 at 7:37 PM, Mark Sapiro <[EMAIL PROTECTED]> wrote: > >Gets converted into: > > this is another url >HREF="http://www.yahoo.com,";>http://www.yahoo.com, > >and so is this >HREF="http://www.ibm.com";>http://www.google.com. > > > I assume that's a typo and 'i

Re: [Mailman-Users] Pipermail URL handling in archives

2008-02-22 Thread Mark Sapiro
Jim Popovitch wrote: >On Fri, Feb 22, 2008 at 4:03 PM, Mark Sapiro <[EMAIL PROTECTED]> wrote: >> You could try to find the line >> >> urlpat = re.compile(r'(\w+://[^>)\s]+)') # URLs in text >> >> near the beginning of Mailman/Archiver/HyperArch.py and change it to >> >> urlpat = re.compile(r'(

Re: [Mailman-Users] Pipermail URL handling in archives

2008-02-22 Thread Jim Popovitch
On Fri, Feb 22, 2008 at 4:03 PM, Mark Sapiro <[EMAIL PROTECTED]> wrote: > You could try to find the line > > urlpat = re.compile(r'(\w+://[^>)\s]+)') # URLs in text > > near the beginning of Mailman/Archiver/HyperArch.py and change it to > > urlpat = re.compile(r'(\w+://[^>)\s]+?)\.?(\s|$)') #

Re: [Mailman-Users] Pipermail URL handling in archives

2008-02-22 Thread Jim Popovitch
On Fri, Feb 22, 2008 at 4:03 PM, Mark Sapiro <[EMAIL PROTECTED]> wrote: > You could try to find the line > > urlpat = re.compile(r'(\w+://[^>)\s]+)') # URLs in text > > near the beginning of Mailman/Archiver/HyperArch.py and change it to > > urlpat = re.compile(r'(\w+://[^>)\s]+?)\.?(\s|$)') #

Re: [Mailman-Users] Pipermail URL handling in archives

2008-02-22 Thread Mark Sapiro
Jim Popovitch wrote: > >I have a problem with some URLs being handled incorrectly. >Specifically URLs that are at the end of a sentence followed by a >period (full stop). Example: > > To enroll visit this site: http://www.domain.tld/cgi-bin/enroll.pl. > >Mailman/Pipermail converts that sentence

[Mailman-Users] Pipermail URL handling in archives

2008-02-22 Thread Jim Popovitch
Hi, I have a problem with some URLs being handled incorrectly. Specifically URLs that are at the end of a sentence followed by a period (full stop). Example: To enroll visit this site: http://www.domain.tld/cgi-bin/enroll.pl. Mailman/Pipermail converts that sentence like so: To enroll vi

Re: [Mailman-Users] Digest new bug

2008-02-22 Thread Una Smith
Mark Sapiro wrote: >I suspect the problem is one of two things. Either Digest options -> >digest_send_periodic is set to No or Mailman's cron/senddigests is not >being run by cron. > >I suspect that on or about December 16th, either someone changed the >list's digest_send_periodic setting or change

Re: [Mailman-Users] Digest new bug

2008-02-22 Thread Mark Sapiro
Una Smith wrote: >I run a list using Mailman 2.1.9; I am only the listadmin, not the site >admin. I have configured the list so that subscribers who choose the >digest option get one or more daily digests if there are any posts that >day. On or about December 16th, the digest subscribers stoppe

[Mailman-Users] Digest new bug

2008-02-22 Thread Una Smith
I run a list using Mailman 2.1.9; I am only the listadmin, not the site admin. I have configured the list so that subscribers who choose the digest option get one or more daily digests if there are any posts that day. On or about December 16th, the digest subscribers stopped getting any digests

Re: [Mailman-Users] get_content_type() takes exactly 1 argument (2given)

2008-02-22 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 21, 2008, at 10:42 PM, Brad Knowles wrote: > On 2/21/08, Barry Warsaw wrote: > >> Just FTR, I really want to move MM3's digest mailbox to maildir >> format >> instead of mbox. MM3 will require Python 2.5, so we can use it's >> really great u