mainSavannah Administration - Support: sr #105812, bug-gnucomm mailman bug

 
 

sr #105812: bug-gnucomm mailman bug

Submitter:  Karl Berry <karl>
Submitted:  Sun 25 Mar 2007 10:57:40 PM UTC
   
 
Category:  Savannah mail server Priority:  5 - Normal
Severity:  3 - Normal Status:  None
Privacy:  Public Assigned to:  Beuc
Operating System:  None Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 27 Mar 2007 09:41:13 PM UTC, 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?

Sylvain Beucler <Beuc>
Tue 27 Mar 2007 08:33:18 PM UTC, comment #1: 

Uh, I mistakenly removed the list configuration. I recreated it and asked sysadmin for a backup recovery.

Sylvain Beucler <Beuc>
Sun 25 Mar 2007 10:57:40 PM UTC, original submission:  

visiting http://lists.gnu.org/mailman/admin/bug-gnucomm/privacy yields the mailman bug report below.  maybe the list needs to be reconstituted.  i won't have a chance to look at it soon, so thought i'd at least report it.

Bug in Mailman version 2.1.5

We're sorry, we hit a bug!

Please inform the webmaster for this site of this problem. Printing of traceback and other system information has been explicitly inhibited, but the webmaster can find this information in the Mailman error logs.


Karl Berry <karl>
Site Administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by Beuc (Posted a comment)
  • -email is unavailable- added by karl (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-03-27 Beuc Open/ClosedOpen Closed
    2007-03-27 Beuc Assigned toNone Beuc

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code