X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=amber;h=00bd0bafb5c98aa5b668c1a316238cf4bdd5c2f1;hb=3753845df4172f85764a55ac5e24ba0c626799ce;hp=db80a0d7a97c60fd92c2a812646d5f10a29baa4c;hpb=78efdca66122f0c48453419e109f0fbd6f095342;p=dak.git diff --git a/amber b/amber index db80a0d7..00bd0baf 100755 --- a/amber +++ b/amber @@ -1,8 +1,8 @@ #!/usr/bin/env python # Wrapper for Debian Security team -# Copyright (C) 2002 James Troup -# $Id: amber,v 1.7 2002-11-22 14:55:51 troup Exp $ +# Copyright (C) 2002, 2003 James Troup +# $Id: amber,v 1.8 2003-03-14 19:06:02 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 @@ -254,7 +254,7 @@ def make_advisory(advisory_nr, changes_files): adv = utils.TemplateSubst(Subst, Cnf["Dir::Templates"]+"/amber.advisory"); if not Options["No-Action"]: - utils.send_mail (adv, ""); + utils.send_mail (adv); else: print "[]";