Skip to content

Commit 1df8e82

Browse files
committed
Include check did not work
1 parent f361afd commit 1df8e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ function _limitIncoming(plugin, email_headers, cb) {
701701
// Check include
702702
var _check = true;
703703
var _limit_include = plugin.cfg.limits.include || [];
704-
_limit_include = JSON.parse(_limit_include);
704+
// _limit_include = JSON.parse(_limit_include);
705705
// Include has values
706706
if ( _limit_include.length && _limit_include.includes(_from_split[1]) ) {
707707
_check = true;

0 commit comments

Comments
 (0)