Comparing version 0.1.0-alpha.19 to 0.1.0-alpha.20
{ | ||
"name": "zone-mta", | ||
"private": false, | ||
"version": "0.1.0-alpha.19", | ||
"version": "0.1.0-alpha.20", | ||
"description": "Tiny outbound MTA", | ||
@@ -6,0 +6,0 @@ "main": "app.js", |
@@ -38,3 +38,3 @@ 'use strict'; | ||
app.addHook('message:queue', (envelope, next) => { | ||
if (!app.config.interfaces.includes(envelope.interface) || !envelope.spam && !envelope.spam.default) { | ||
if (!app.config.interfaces.includes(envelope.interface) || !envelope.spam || !envelope.spam.default) { | ||
return next(); | ||
@@ -41,0 +41,0 @@ } |
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