[ mailman-Patches-567288 ] 'rejection-notice' breaks METAFMT_ASCII
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',
Index: ./Mailman/Handlers/Hold.pytext = Utils.wrap(msgdata.get('rejection_notice',
- 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
participants (1)
-
noreply@sourceforge.net