summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-07-26 12:30:24 -0400
committerJesse Keating <jkeating@redhat.com>2008-07-26 12:30:24 -0400
commit4f6058a7bb75f42a35ebb1a0d1a04757b942c465 (patch)
tree9ef5df4703caaea3fe02a4bb16defd49fef12b55 /scripts
parent471413bc3641f94966d986f090cd87d2f9641ccc (diff)
downloadreleng-4f6058a7bb75f42a35ebb1a0d1a04757b942c465.tar.gz
releng-4f6058a7bb75f42a35ebb1a0d1a04757b942c465.tar.xz
releng-4f6058a7bb75f42a35ebb1a0d1a04757b942c465.zip
Send mail to the right list.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-upgrade-paths.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-upgrade-paths.py b/scripts/check-upgrade-paths.py
index 2bb2618..ab6cd2c 100755
--- a/scripts/check-upgrade-paths.py
+++ b/scripts/check-upgrade-paths.py
@@ -27,7 +27,7 @@ import smtplib
import datetime
fromaddr = 'buildsys@fedoraproject.org'
-toaddr = 'fedora-devel-list@fedoraproject.org'
+toaddr = 'fedora-devel-list@redhat.com'
domain = '@fedoraproject.org'
smtpserver = 'localhost'