haraka-plugin-accounting-files
Version:
Gives you the ability to extract the useful information from the outbound traffic and manage the storage/archiving of the three main types 'Delivered/Deferred/Bounce'.
21 lines • 348 B
JSON
{
"env": {
"mocha": true
},
"globals": {
"server": true,
"OK": true,
"CONT": true,
"DENY": true,
"DENYSOFT": true,
"DENYDISCONNECT": true,
"DENYSOFTDISCONNECT": true
},
"plugins": [
"haraka"
],
"extends": [ "eslint:recommended", "plugin:haraka/recommended" ],
"rules": {
"no-console": 0
}
}