Patches item #567288, was opened at 2002-06-11 09:13 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=300103&aid=567288&group_id=103
Category: mail delivery Group: Mailman 2.1 Status: Open Resolution: None >Priority: 7 Submitted By: Maximillian Dornseif (mdornseif) Assigned to: Nobody/Anonymous (nobody) Summary: 'rejection-notice' breaks METAFMT_ASCII Initial Comment: The variable 'rejection-notice' will not work well with METADATA_FORMAT = METAFMT_ASCII or HOLD_MESSAGES_AS_PICKLES = 0. Renaming to 'rejection_notice' helps. I guess this change breaks kompatibility with old queues. In case SF.net upload breaks: http://c0re.jp/c0de/misc/mailman-2.1b2-rejection-notice.patch Index: ./Mailman/Cgi/admindb.py - text = Utils.wrap(msgdata.get('rejection-notice', + text = Utils.wrap(msgdata.get('rejection_notice', Index: ./Mailman/Handlers/Hold.py - msgdata['rejection-notice'] = Utils.wrap(exc.rejection_notice(mlist)) + msgdata['rejection_notice'] = Utils.wrap(exc.rejection_notice(mlist)) ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=300103&aid=567288&group_id=103 _______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman-21/listinfo/mailman-developers
