haraka-plugin-batv

1.0.1 • Public • Published

Unix Build Status Windows Build Status Code Climate NPM

haraka-plugin-batv

This Bounce Address Tag Validation plugin prevents being "spammed" by bounce messages. Bounce messages which aren't actually responses to messages that the user have sent out can be blocked with this SRS integration. It automatically changes the user of the sender for outgoing e-mails, by adding a generated key. And when an e-mail is recived with an empty sender (a bounce e-mail), by using the mentioned key, it checks whether it is a legitimate bounce message (a reply to a previous outgoing message). If it is a spam, drops it, if not, decodes the e-mail address and forwards it to the correct user.

This plugin uses srs.js script directly. For more information, please check: https://www.npmjs.com/package/srs.js

& IMPORTANT: this plugin must appear in config/plugins before other plugins that run on hook_rcpt

How it works

Assume that the user uses the address example@domain.com and will send an e-mail.

Before the e-mail is sent, example@domain.com will automatically change to: SRS0=HHH=TT=domain.com=example@domain.com

If the e-mail bounces, after checking if the key is correct or not or whether there is a key at all, it will be forwarded to example@domain.com.

Configuration

Please select a secret key and (optionally) a maxAge and save it in the config/batv.ini file. Default configuration:

[srs]
secret=asecretkey
maxAgeDays=21

Readme

Keywords

Package Sidebar

Install

npm i haraka-plugin-batv

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

15.4 kB

Total Files

16

Last publish

Collaborators

  • partypancakess