-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed redis test missing config section (#18)
* fixed redis test missing config section
- Loading branch information
Showing
4 changed files
with
3,097 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.