]> git.decadent.org.uk Git - dak.git/blobdiff - dak/process_accepted.py
Merge X-Katie restoration.
[dak.git] / dak / process_accepted.py
index e791b43d46a344d402f42fffa022c9e53ad26f7a..e03f798459b163d0b0b04c36f85a098e57b08a1e 100755 (executable)
@@ -614,7 +614,7 @@ def main():
             Urgency_Logger = Urgency_Log(Cnf)
 
     # Initialize the substitution template mapping global
-    bcc = "X-DAK: dak process-accepted\nX-Katie: this header is obsolete"
+    bcc = "X-DAK: dak process-accepted\nX-Katie: $Revision: 1.18 $"
     if Cnf.has_key("Dinstall::Bcc"):
         Subst["__BCC__"] = bcc + "\nBcc: %s" % (Cnf["Dinstall::Bcc"])
     else: