aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
authorGravatar DrChrispoper <christopher@putcocoa.in>2014-03-13 23:28:57 +0100
committerGravatar DrChrispoper <christopher@putcocoa.in>2014-03-13 23:28:57 +0100
commitaef6142c684555998caf7aa57ac46e9b3aef9285 (patch)
tree9437eb687fba4658ab5a03262c1b0bdb28303b6f /resources
parent41bd7fd564968d8d93d348fe527a14a54596f172 (diff)
Added MX support for domains with tokens
Diffstat (limited to 'resources')
-rw-r--r--resources/providers.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/resources/providers.json b/resources/providers.json
index 9764c4b8..91d14182 100644
--- a/resources/providers.json
+++ b/resources/providers.json
@@ -711,11 +711,7 @@
]
},
"mx-match":[
- "mx0\\.ovh\\.net",
- "mx1\\.ovh\\.net",
- "mx2\\.ovh\\.net",
- "mx3\\.ovh\\.net",
- "mx4\\.ovh\\.net"
+ "mx\\d\\.ovh\\.net"
],
"mailboxes":{
"drafts":"Drafts",
@@ -868,4 +864,4 @@
"trash": "Trash"
}
}
-} \ No newline at end of file
+}