[Mailman-Developers] Cookie error?

Balazs Nagy julian7@kva.hu
Wed, 7 Oct 1998 12:37:25 +0200 (CEST)


Hiyas,

Recently I noticed that my mailman's www admin tool didn't work: Apache says
error 500 (permature error before script headers or sort of).  The bug is in
line 65 (admin.py).  If I put return before Cookie constructor, it works
well (without security):

   if os.environ.has_key('HTTP_COOKIE'):
->      c = Cookie.Cookie( os.environ['HTTP_COOKIE'] )
        if c.has_key(list_name + "-admin"):

OK, i've done with this but I dunno anything about cookies.

What bug is this?
-- 
   Linux Supporting Center -- Red Hat Qmail packages -- http://lsc.kva.hu
      PGP 0x1DE3631D / A8 B4 92 EE 1F 55 27 C8  86 64 9C 42 41 A4 BD B8