From 3ce85e4b97dbdff3225d4358d044056fa4110832 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Sun, 1 May 2005 22:28:32 +0000 Subject: prepare_message(): Fixed typo. --- Mailman/Queue/NewsRunner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mailman') diff --git a/Mailman/Queue/NewsRunner.py b/Mailman/Queue/NewsRunner.py index be1dd93d..5e5ac6e0 100644 --- a/Mailman/Queue/NewsRunner.py +++ b/Mailman/Queue/NewsRunner.py @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2003 by the Free Software Foundation, Inc. +# Copyright (C) 2000-2005 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -106,7 +106,7 @@ def prepare_message(mlist, msg, msgdata): # crafted in CookHeaders.py to ensure prefix was stripped from the subject # came from mailing list user. stripped_subject = msgdata.get('stripped_subject') \ - or msgdaga.get('origsubj') + or msgdata.get('origsubj') if not mlist.news_prefix_subject_too and stripped_subject is not None: del msg['subject'] msg['subject'] = stripped_subject -- cgit v1.2.3