mailer: check for the correct SPF record

This commit is contained in:
Girish Ramakrishnan
2016-03-31 08:44:31 -07:00
parent f413afb835
commit c4cbd9f4e4
2 changed files with 4 additions and 2 deletions

View File

@@ -359,6 +359,7 @@ function readDkimPublicKeySync() {
return publicKey;
}
// NOTE: if you change the SPF record here, be sure the wait check in mailer.js
function txtRecordsWithSpf(callback) {
assert.strictEqual(typeof callback, 'function');