Comparing version 0.1.0-alpha.13 to 0.1.0-alpha.14
@@ -232,3 +232,3 @@ 'use strict'; | ||
let deliveryZone; | ||
let recipientDomain = recipient.substr(recipient.lastIndexOf('@') + 1); | ||
let recipientDomain = recipient.substr(recipient.lastIndexOf('@') + 1).replace(/[\[\]]/g, ''); | ||
let senderDomain = (envelope.headers.from || envelope.from || '').split('@').pop(); | ||
@@ -235,0 +235,0 @@ |
@@ -152,3 +152,2 @@ 'use strict'; | ||
handleResponseError(delivery, connection, err, callback) { | ||
@@ -155,0 +154,0 @@ let maxDeferred = 6; |
{ | ||
"name": "zone-mta", | ||
"private": false, | ||
"version": "0.1.0-alpha.13", | ||
"version": "0.1.0-alpha.14", | ||
"description": "Tiny outbound MTA", | ||
@@ -6,0 +6,0 @@ "main": "app.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
300245