Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed redis test missing config section #18

Merged
merged 2 commits into from
Apr 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@

## 1.0.2 - 2018-03-05
### 1.0.3 - 2019-04-11

- test fix for unitialized redis config block

### 1.0.2 - 2018-03-05

- for MX entries, previously only full email address matches in the file were parsed for LMTP/SMTP routes. Now all MX entries are parsed (email file, email domain, email redis, and domain redis) for URIs.
- use es6 arrow functions
- refactored the functions in rcpt() into separate functions (simplify, more testable)

## 1.0.1 - 2017-08-19
### 1.0.1 - 2017-08-19

- enable Redis install on AppVeyor CI testing

## 1.0.0 - 2017-07-28
### 1.0.0 - 2017-07-28

- imported from haraka/plugins/rcpt_to.routes
Loading