]> git.decadent.org.uk Git - dak.git/blobdiff - melanie
fix headers to be X-Katie: progname
[dak.git] / melanie
diff --git a/melanie b/melanie
index c196766689743d11f951847c7420d10152c33154..dd52ae31126d5f49e8eb75fe1f7a8962c595423b 100755 (executable)
--- a/melanie
+++ b/melanie
@@ -2,7 +2,7 @@
 
 # General purpose package removal tool for ftpmaster
 # Copyright (C) 2000, 2001, 2002  James Troup <james@nocrew.org>
-# $Id: melanie,v 1.31 2002-10-16 02:47:32 troup Exp $
+# $Id: melanie,v 1.32 2002-10-21 14:11:51 troup Exp $
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -368,7 +368,7 @@ def main ():
             Subst["__BCC__"] = "Bcc: " + ", ".join(bcc);
         else:
             Subst["__BCC__"] = "X-Filler: 42";
-        Subst["__CC__"] = "X-Melanie: $Revision: 1.31 $";
+        Subst["__CC__"] = "X-Katie: melanie $Revision: 1.32 $";
         if carbon_copy:
             Subst["__CC__"] += "\nCc: " + ", ".join(carbon_copy);
         Subst["__SUITE_LIST__"] = suites_list;