Skip to content

Commit

Permalink
data.no*, added data. prefix to warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Dec 27, 2013
1 parent 7c08e0f commit b6be666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/data.nomsgid.js
@@ -1,7 +1,7 @@
// Check whether an email has a Message-Id header or not, and reject if not

exports.register = function () {
this.logwarn("NOTICE: plugin deprecated, use 'headers' instead!");
this.logwarn("NOTICE: plugin deprecated, use 'data.headers' instead!");
}

exports.hook_data_post = function (next, connection) {
Expand Down
2 changes: 1 addition & 1 deletion plugins/data.noreceived.js
Expand Up @@ -4,7 +4,7 @@
// for inbounds too, so use with caution.

exports.register = function () {
this.logwarn("NOTICE: plugin deprecated, use 'headers' instead!");
this.logwarn("NOTICE: plugin deprecated, use 'data.headers' instead!");
}

exports.hook_data_post = function (next, connection) {
Expand Down

0 comments on commit b6be666

Please sign in to comment.