From 7d8057a69b430cc8936f504ac2455d95fdbfec6e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 7 Jul 2017 11:47:46 +0100 Subject: [PATCH] Release the hounds. --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 10dcc97..2d49842 100644 --- a/config.py +++ b/config.py @@ -17,8 +17,8 @@ assembly_time = 86400 # address. # # If this is None [for production], then we do a "group reply". -#reply_override = None -reply_override = ("Richard Jones", "rjones@redhat.com") +reply_override = None +#reply_override = ("Test Person", "test@example.com") # The address where report emails come from. # Set this to your own (name, email). -- 1.8.3.1