footer error message on production
Bug #495331 reported by
Robin J
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Systers-mailman |
In Progress
|
Medium
|
Erica Wolfe |
Bug Description
We are getting the following error message on the production system error log
Dec 09 23:11:37 2009 (5243) footer in Decorate.py not found, entered empty string instead
This happens on a KeyError exception, which is a missing key from a dict. The only plausible candidate is that for a dlist, one is supposed to get msgdata[
Changed in systers: | |
importance: | Undecided → High |
Changed in systers: | |
importance: | High → Medium |
To post a comment you must log in.
From another bug that I marked "won't fix:
Figure out while changing the mailman directory to be owned by mailman made the correct footer text appear. It looks as though without those permissions the Handler Dlists was called later (footer-text was not defined when it got to decorate, but it was later.).