Merge pull request #931 from alphagov/dclg-email-domain

Added dclg ticketing system domain to whitelist for return email
This commit is contained in:
Pete Herlihy
2016-09-07 14:53:45 +01:00
committed by GitHub

View File

@@ -54,7 +54,8 @@ class Config(object):
"police\.uk",
"kainos\.com",
"salesforce\.com",
"bitzesty\.com"]
"bitzesty\.com",
"dclgdatamart\.co\.uk"]
class Development(Config):