Require JavaScript to be turned on for subsciption confirmations

This commit is contained in:
Andris Reinman 2016-09-08 17:51:39 +03:00
parent 7171c236bd
commit 83ac907f24

View file

@ -215,6 +215,7 @@ module.exports.addConfirmation = (list, email, optInIp, data, callback) => {
setImmediate(() => { setImmediate(() => {
if (data._skip) { if (data._skip) {
log.error('Subscription', 'Confirmation message for %s marked to be skipped (%s)', email, JSON.stringify(data));
return; return;
} }