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
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
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
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
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
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'(
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|$)') #
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|$)') #
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
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
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
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
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
-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
14 matches
Mail list logo