diff options
author | bwarsaw <> | 2005-01-16 21:57:05 +0000 |
---|---|---|
committer | bwarsaw <> | 2005-01-16 21:57:05 +0000 |
commit | 26733a702a032a46153db5203f3bacd5157ad576 (patch) | |
tree | 8a5ad65e617301404f4719e9988d326e9af54db9 /Mailman/Handlers/Scrubber.py | |
parent | a1d8122931c3f83ce519f20eb3959fdaff94e871 (diff) | |
download | mailman2-26733a702a032a46153db5203f3bacd5157ad576.tar.gz mailman2-26733a702a032a46153db5203f3bacd5157ad576.tar.xz mailman2-26733a702a032a46153db5203f3bacd5157ad576.zip |
New names added to ACKNOWLEDGMENTS. Updated NEWS in preparation for 2.1.6b1.
Update copyright years for files changes in 2005. Whitespace normalization.
Diffstat (limited to '')
-rw-r--r-- | Mailman/Handlers/Scrubber.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Mailman/Handlers/Scrubber.py b/Mailman/Handlers/Scrubber.py index 67ec6bf4..31b37985 100644 --- a/Mailman/Handlers/Scrubber.py +++ b/Mailman/Handlers/Scrubber.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2003 by the Free Software Foundation, Inc. +# Copyright (C) 2001-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 @@ -14,8 +14,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -"""Cleanse a message for archiving. -""" +"""Cleanse a message for archiving.""" from __future__ import nested_scopes @@ -340,7 +339,7 @@ Url : %(url)s except binascii.Error: t = part.get_payload() # TK: get_content_charset() returns 'iso-2022-jp' for internally - # crafted (scrubbed) 'euc-jp' text part. So, first try + # crafted (scrubbed) 'euc-jp' text part. So, first try # get_charset(), then get_content_charset() for the parts # which are already embeded in the incoming message. partcharset = part.get_charset() |