From 2ab3bb7f7d16318f11775e14a421bd30049805f4 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Mon, 22 Sep 2003 02:40:51 +0000 Subject: Backporting from the HEAD -- updated archiver --- Mailman/Archiver/Archiver.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Mailman/Archiver/Archiver.py') diff --git a/Mailman/Archiver/Archiver.py b/Mailman/Archiver/Archiver.py index 903031cd..8c41f0f8 100644 --- a/Mailman/Archiver/Archiver.py +++ b/Mailman/Archiver/Archiver.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2003 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 @@ -166,7 +166,9 @@ class Archiver: raise def ExternalArchive(self, ar, txt): - d = SafeDict({'listname': self.internal_name()}) + d = SafeDict({'listname': self.internal_name(), + 'hostname': self.host_name, + }) cmd = ar % d extarch = os.popen(cmd, 'w') extarch.write(txt) -- cgit v1.2.3