From 3fad1cd1ec2d346418a05aa88390e5cb069edee8 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Mon, 16 Jun 2014 16:05:10 +0000 Subject: qualify email recipient address with the FQDN of the local host. see #700 svn path=/trunk/; revision=5867 --- rpki/gui/app/check_expired.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpki/gui/app/check_expired.py') diff --git a/rpki/gui/app/check_expired.py b/rpki/gui/app/check_expired.py index 274568e8..a084af79 100644 --- a/rpki/gui/app/check_expired.py +++ b/rpki/gui/app/check_expired.py @@ -170,7 +170,7 @@ def notify_expired(expire_days=14, from_email=None): send_mail('stale RPKI data on ' + host, errs.getvalue(), from_email, - ['root']) + ['root@' + host]) # if not arguments are given, query all resource holders qs = Conf.objects.all() -- cgit v1.2.3