From 73937af15be2c44c97a1b9d64c09d83d68d9b2bd Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 4 Oct 2007 19:52:04 -0700 Subject: MimeDel.py neglected to lower case file extensions for comparison with lower cased *_filename_extensions. Fixed. --- Mailman/Handlers/MimeDel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/Handlers') diff --git a/Mailman/Handlers/MimeDel.py b/Mailman/Handlers/MimeDel.py index 01b126a8..523b3dfc 100644 --- a/Mailman/Handlers/MimeDel.py +++ b/Mailman/Handlers/MimeDel.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2005 by the Free Software Foundation, Inc. +# Copyright (C) 2002-2007 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 -- cgit v1.2.3