=== modified file 'Mailman/Handlers/Decorate.py' --- Mailman/Handlers/Decorate.py 2009-07-16 16:04:11 +0000 +++ Mailman/Handlers/Decorate.py 2010-06-08 01:21:32 +0000 @@ -75,7 +75,8 @@ else: footer = decorate(mlist, mlist.msg_footer, 'non-digest footer', d) except KeyError: - syslog('error', 'footer in Decorate.py not found, entered empty string instead') + syslog('error', 'footer in Decorate.py not found, entered empty string instead. The original sender was "' + msgdata.get('original_sender') + + '", the original subject was "' + msgdata.get('origsubj') + '".') footer = decorate(mlist, '', 'non-digest footer', d) # Better to have no footer than that the email doesn't get send due to a crash # Escape hatch if both the footer and header are empty