savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-help-public] [sr #105812] bug-gnucomm mailman bug


From: Sylvain Beucler
Subject: [Savannah-help-public] [sr #105812] bug-gnucomm mailman bug
Date: Tue, 27 Mar 2007 21:41:13 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070208 Iceweasel/2.0.0.2 (Debian-2.0.0.2+dfsg-3)

Update of sr #105812 (project administration):

             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

After jag's balzingly fast recover, I did:
$ python
>>> f=open("config.pck")
>>> import pickle
>>> x=picke.load(f)
>>> x['unsubcribe_policy']=0
>>> fout=open("config.pck2")
>>> pickle.dump(x, fout)
$ mv config.pck config.pck.pre-beuc
$ mv config.pck2 config.pck
#http://docs.python.org/tut/node9.html

And it works!

As for why it in incomplete state... maybe it was a very old config that
wasn't updated?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?105812>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]