diff options
author | Mark Sapiro <msapiro@value.net> | 2013-03-28 15:12:45 -0700 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2013-03-28 15:12:45 -0700 |
commit | f8be4916b365a654723436092a23f56e305b6b7f (patch) | |
tree | f688bfd4d8e5ff09b4b44a5a6907d268100408aa /Mailman/Queue/BounceRunner.py | |
parent | bd2a529358762ccbc0c1066da06a7c9e5f26da63 (diff) | |
download | mailman2-f8be4916b365a654723436092a23f56e305b6b7f.tar.gz mailman2-f8be4916b365a654723436092a23f56e305b6b7f.tar.xz mailman2-f8be4916b365a654723436092a23f56e305b6b7f.zip |
Fixed a bug where the Subject: of the user notification of a
bin/remove_members unsubscribe was not in the user's language.
(LP: 1161445)
Also updated BounceRunner copyright for previous change.
Diffstat (limited to 'Mailman/Queue/BounceRunner.py')
-rw-r--r-- | Mailman/Queue/BounceRunner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Queue/BounceRunner.py b/Mailman/Queue/BounceRunner.py index 08ebe859..fcd6e3fb 100644 --- a/Mailman/Queue/BounceRunner.py +++ b/Mailman/Queue/BounceRunner.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2013 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 |