Skip to content

Commit

Permalink
Merge pull request #43 from jcbf/jcbf/prepare-2.4.0
Browse files Browse the repository at this point in the history
Prepare  VERSION 2.4.0
  • Loading branch information
jcbf authored Feb 8, 2018
2 parents ba300b0 + c98d211 commit 9b03a67
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 75 deletions.
73 changes: 0 additions & 73 deletions CHANGELOG.md

This file was deleted.

111 changes: 110 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,114 @@ It's a lightweight, fast and reliable Sendmail milter that implements the Sender

This was abandoned code and has several bugfixes and enhancements.

[Full Changelog since initial import](https://github.com/jcbf/smf-spf/compare/0bc5e609bd5cfe9a459c265e561a9e81888d237c...HEAD)
# Change Log

## [Unreleased Changes](https://github.com/jcbf/smf-spf/compare/v2.4.0...HEAD)

## [v2.4.0](https://github.com/jcbf/smf-spf/tree/v2.4.0) (2018-02-08)
[Full Changelog](https://github.com/jcbf/smf-spf/compare/v2.3.1...v2.4.0)

**Implemented enhancements:**

- Configurable refuse when SPF is none [\#42](https://github.com/jcbf/smf-spf/pull/42) ([jcbf](https://github.com/jcbf))
- Configurable hostname [\#40](https://github.com/jcbf/smf-spf/pull/40) ([jcbf](https://github.com/jcbf))

**Fixed bugs:**

- WhitelistTo should accept message [\#37](https://github.com/jcbf/smf-spf/issues/37)
- WhitelistTo should return SMFIS\_ACCEPT [\#38](https://github.com/jcbf/smf-spf/pull/38) ([jcbf](https://github.com/jcbf))

**Closed issues:**

- Possible issue reporting Fail string in sendmail reject message [\#33](https://github.com/jcbf/smf-spf/issues/33)

**Merged pull requests:**

- Better coverage. [\#36](https://github.com/jcbf/smf-spf/pull/36) ([jcbf](https://github.com/jcbf))

## [v2.3.1](https://github.com/jcbf/smf-spf/tree/v2.3.1) (2017-11-07)
[Full Changelog](https://github.com/jcbf/smf-spf/compare/v2.3...v2.3.1)

**Implemented enhancements:**

- Allow Received-SPF header back. [\#32](https://github.com/jcbf/smf-spf/pull/32) ([jcbf](https://github.com/jcbf))

**Fixed bugs:**

- Reply codes aligned with RFC [\#34](https://github.com/jcbf/smf-spf/pull/34) ([jcbf](https://github.com/jcbf))

**Merged pull requests:**

- Prepare version 2.3.1 [\#35](https://github.com/jcbf/smf-spf/pull/35) ([jcbf](https://github.com/jcbf))
- Docker image [\#29](https://github.com/jcbf/smf-spf/pull/29) ([tyranron](https://github.com/tyranron))

## [v2.3](https://github.com/jcbf/smf-spf/tree/v2.3) (2016-11-30)
[Full Changelog](https://github.com/jcbf/smf-spf/compare/v2.2...v2.3)

**Implemented enhancements:**

- Create a test suite [\#17](https://github.com/jcbf/smf-spf/issues/17)
- Add debug output to test script [\#24](https://github.com/jcbf/smf-spf/pull/24) ([jcbf](https://github.com/jcbf))

**Merged pull requests:**

- Enable tests [\#26](https://github.com/jcbf/smf-spf/pull/26) ([jcbf](https://github.com/jcbf))
- Add coverralls badge [\#25](https://github.com/jcbf/smf-spf/pull/25) ([jcbf](https://github.com/jcbf))
- Enable tests and coverage [\#22](https://github.com/jcbf/smf-spf/pull/22) ([jcbf](https://github.com/jcbf))

## [v2.2](https://github.com/jcbf/smf-spf/tree/v2.2) (2016-11-03)
[Full Changelog](https://github.com/jcbf/smf-spf/compare/v2.1.1...v2.2)

**Fixed bugs:**

- fix segfault when server address is unknown [\#21](https://github.com/jcbf/smf-spf/pull/21) ([Milek7](https://github.com/Milek7))

**Merged pull requests:**

- don't include \<\> characters in Authentication-Results header [\#20](https://github.com/jcbf/smf-spf/pull/20) ([Milek7](https://github.com/Milek7))

## [v2.1.1](https://github.com/jcbf/smf-spf/tree/v2.1.1) (2016-09-21)
[Full Changelog](https://github.com/jcbf/smf-spf/compare/v2.1.0...v2.1.1)

**Implemented enhancements:**

- handle SPF\_RESULT\_TEMPERROR result [\#14](https://github.com/jcbf/smf-spf/issues/14)

**Fixed bugs:**

- Uncompilable release [\#19](https://github.com/jcbf/smf-spf/issues/19)

**Closed issues:**

- Make a release [\#10](https://github.com/jcbf/smf-spf/issues/10)

## [v2.1.0](https://github.com/jcbf/smf-spf/tree/v2.1.0) (2016-09-19)
[Full Changelog](https://github.com/jcbf/smf-spf/compare/v2.2.0...v2.1.0)

## [v2.2.0](https://github.com/jcbf/smf-spf/tree/v2.2.0) (2016-09-19)
**Implemented enhancements:**

- Refuse messages with softfail [\#8](https://github.com/jcbf/smf-spf/issues/8)
- MAIL and RCPT limits are not RFC compliant [\#4](https://github.com/jcbf/smf-spf/issues/4)
- mail-filter/smf-spf-2.0.2 patches [\#1](https://github.com/jcbf/smf-spf/issues/1)
- daemonize option via command line [\#7](https://github.com/jcbf/smf-spf/pull/7) ([jcbf](https://github.com/jcbf))
- \* Bumped version [\#6](https://github.com/jcbf/smf-spf/pull/6) ([jcbf](https://github.com/jcbf))
- Debian init [\#3](https://github.com/jcbf/smf-spf/pull/3) ([whyscream](https://github.com/whyscream))
- Add support for daemonisation in config file [\#2](https://github.com/jcbf/smf-spf/pull/2) ([whyscream](https://github.com/whyscream))

**Fixed bugs:**

- Fix RFC5321 path limit [\#5](https://github.com/jcbf/smf-spf/pull/5) ([jcbf](https://github.com/jcbf))

**Merged pull requests:**

- Support for temperror handling. [\#18](https://github.com/jcbf/smf-spf/pull/18) ([jcbf](https://github.com/jcbf))
- Fix for \#8 [\#16](https://github.com/jcbf/smf-spf/pull/16) ([jcbf](https://github.com/jcbf))
- Bump version to 2.1.0 [\#15](https://github.com/jcbf/smf-spf/pull/15) ([jcbf](https://github.com/jcbf))
- Fix version usage [\#13](https://github.com/jcbf/smf-spf/pull/13) ([tyranron](https://github.com/tyranron))
- One more typo fix for conf.soft\_fail property [\#12](https://github.com/jcbf/smf-spf/pull/12) ([tyranron](https://github.com/tyranron))
- Fix for \#8 - Allow softfail when refusing email [\#9](https://github.com/jcbf/smf-spf/pull/9) ([jcbf](https://github.com/jcbf))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion smf-spf.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#define ADD_RECV_HEADER 0
#define QUARANTINE 0
#define DAEMONIZE 1
#define VERSION "2.3.1"
#define VERSION "2.4.0"

#define MAXLINE 258
#define HASH_POWER 16
Expand Down

0 comments on commit 9b03a67

Please sign in to comment.