Comparing version 0.1.0-alpha.17 to 0.1.0-alpha.18
{ | ||
"name": "zone-mta", | ||
"private": false, | ||
"version": "0.1.0-alpha.17", | ||
"version": "0.1.0-alpha.18", | ||
"description": "Tiny outbound MTA", | ||
@@ -6,0 +6,0 @@ "main": "app.js", |
@@ -22,3 +22,3 @@ 'use strict'; | ||
rspamdStream.on('fail', err => { | ||
app.logger.error('Rspamd', err); | ||
app.logger.info('Rspamd', '%s SKIPPED "%s" (from=%s to=%s)', envelope.id, err.message, envelope.from, envelope.to.join(',')); | ||
}); | ||
@@ -25,0 +25,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
301994