On 1/13/01 7:03 PM, "John W Baxter" <[EMAIL PROTECTED]> wrote:
> Or one can look at Mastering Regular Expressions page 316 which contains,
> in highly compressed micro type, a 6,598 byte (he says) regular expression
> for matching email addresses.
Thanx. I remembered that, went looking for it, a
At 10:31 -0800 1/13/01, Chuq Von Rospach wrote:
>> Which is broken, and yes, I'll let you read the RFC to find out
>> why.
>
>Or you can look at Mail::Address in the perl CPAN libraries, which does it
>properly, and which will give you an idea why this regex is way too
>simplistic -- and wrong.
O
I'm using python 2.0 and gcc 2.95.2.
mailman 2.0.1 seemed to configure and install OK. The
'check' program indicated no problems.
The SMTP portion seems to work OK.
QUESTION: How does one set up the Web interface to mailman???
I followed all directions in the INSTALL file, but how does
On 1/13/01 9:34 AM, "J C Lawrence" <[EMAIL PROTECTED]> wrote:
> Which is broken, and yes, I'll let you read the RFC to find out
> why.
Or you can look at Mail::Address in the perl CPAN libraries, which does it
properly, and which will give you an idea why this regex is way too
simplistic -- a
On Sat, 13 Jan 2001 23:11:23 +0530 (IST)
Satya <[EMAIL PROTECTED]> wrote:
> Gotta learn Python...
I recommend the O'Reilly books.
--
J C Lawrence [EMAIL PROTECTED]
-(*) http://www.kanga.nu/~claw/
--=| A man is as sane as
On Jan 13, 2001 at 09:34, J C Lawrence wrote:
[re a regexp I posted, and am to embarassed to quote]
>Which is broken, and yes, I'll let you read the RFC to find out
>why. If you want to do it right, with low effort, make the call-out
>to formail.
Yes, I should make the effort to do it right. I
On Sat, 13 Jan 2001 21:33:57 +0530 (IST)
Satya <[EMAIL PROTECTED]> wrote:
> Com-pli-cated. I'm in no mood to make sense of RFC 822 right now,
> and Python still eludes me.
> $pa_addr=~s/(.*)(<|\s)(.*?\@.*?)(>|\s)(.*)/$3/;
Which is broken, and yes, I'll let you read the RFC to find out
why.
I was just reading up on Mailman at your web site, and found the
installation page seems to be missing most of it's content.
http://www.list.org/install-start.html
--
John G. Lussmyer mailto:[EMAIL PROTECTED]
Dragons soar and Tigers prowl while I dream http://www.CasaDelGato.com
On Jan 12, 2001 at 21:47, Dan Mick wrote:
>It's almost always more complicated than you think. See
>formail, for instance, or the rfc822 stuff in Python/Mailman.
Com-pli-cated. I'm in no mood to make sense of RFC 822 right now, and
Python still eludes me.
If anyone wants, it's a single functi