1.3.1 - 2023-03-02
- fix for loop returns (#35)
1.3.0 - 2023-02-23
- add: defer options, similar to spamassassin.js #32
- es6: replace Object.keys().forEach with for...of
- fix: wrap milter header adds in try/catch, fixes #28
1.2.0 - 2022-10-14
- Make milter header handling compatible with rspamd 3.3 (#30)
1.1.8 - 2022-06-06
- doc(README): update CI badge URLs
- ci: replace travis & appveyor with GitHub actions
- test: replace nodeunit with mocha
- test: update header checks against lower cased header names
- Allow connecting to rspamd via unix sockets
- store symbols in results (for other plugins to inspect)
- fixed "TypeError: value.replace is not a function"
- add check.relay option
- add check.local_ip config option
- pass TLS-Cipher and TLS-Version headers to rspamd (fixes #4)
- code smell: return cleanups
- es6: use arrow functions
- refactored hook_data_post, addressing excessive cognitive complexity
- use /checkv2 endpoint (requires rspamd 1.6+)
- support setting SMTP message from rspamd
- support 'rewrite subject' action
- initial release