Re: [Mailman-Users] newlist.py error after a debian install

2002-08-14 Thread Patrik Wallstrom
On Mon, 12 Aug 2002, bear wrote: > I used apt-get to install mailman (2.0.12-2) and when I run newlist I get > the following: > > Traceback (most recent call last): > File "/usr/sbin/newlist", line 223, in ? > main() > File "/usr/sbin/newlist", line 171, in main > mlist.Create(listn

Re: [Mailman-Users] newlist.py error after a debian install

2002-08-13 Thread Barry A. Warsaw
> "bear" == <[EMAIL PROTECTED]> writes: bear> I used apt-get to install mailman (2.0.12-2) and when I run bear> newlist I get the following: Looks like there's some custom stuff in that package, because that code doesn't show up at all in the source for ValidateEmail() in Mailman/

[Mailman-Users] newlist.py error after a debian install

2002-08-12 Thread bear
I used apt-get to install mailman (2.0.12-2) and when I run newlist I get the following: Traceback (most recent call last): File "/usr/sbin/newlist", line 223, in ? main() File "/usr/sbin/newlist", line 171, in main mlist.Create(listname, owner_mail, pw) File "/usr/lib/mailman/Mail