From: James Troup Date: Mon, 21 Oct 2002 14:11:51 +0000 (+0000) Subject: fix headers to be X-Katie: progname X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c513da4020ea5a092713d811f0d97175461170f;p=dak fix headers to be X-Katie: progname --- diff --git a/lisa b/lisa index e81ea710..6e94196a 100755 --- a/lisa +++ b/lisa @@ -2,7 +2,7 @@ # Handles NEW and BYHAND packages # Copyright (C) 2001, 2002 James Troup -# $Id: lisa,v 1.18 2002-10-16 02:47:32 troup Exp $ +# $Id: lisa,v 1.19 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 @@ -42,7 +42,7 @@ import apt_pkg, apt_inst; import db_access, fernanda, katie, logging, utils; # Globals -lisa_version = "$Revision: 1.18 $"; +lisa_version = "$Revision: 1.19 $"; Cnf = None; Options = None; @@ -879,7 +879,7 @@ def main(): # Kill me now? **FIXME** Cnf["Dinstall::Options::No-Mail"] = ""; - bcc = "X-Katie: %s" % (lisa_version); + bcc = "X-Katie: lisa %s" % (lisa_version); if Cnf.has_key("Dinstall::Bcc"): Katie.Subst["__BCC__"] = bcc + "\nBcc: %s" % (Cnf["Dinstall::Bcc"]); else: diff --git a/melanie b/melanie index c1967666..dd52ae31 100755 --- a/melanie +++ b/melanie @@ -2,7 +2,7 @@ # General purpose package removal tool for ftpmaster # Copyright (C) 2000, 2001, 2002 James Troup -# $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;