Skip to content

Commit

Permalink
amavisd-milter-1.7.1 (#14)
Browse files Browse the repository at this point in the history
Bug and compatibility fixies:
- An empty sender must always be enclosed in angle brackets.

Signed-off-by: Petr Řehoř [email protected]
  • Loading branch information
prehor authored Sep 6, 2020
1 parent a5c9e52 commit b998919
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
This is the CHANGELOG for amavisd-milter.

20200906:
amavisd-milter-1.7.1:

Bug and compatibility fixies:
- An empty sender must always be enclosed in angle brackets.

20190227:
amavisd-milter-1.7.0:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ amavisd-milter is a milter interface for the [amavis](https://www.amavis.org) sp

The simplest way to compile amavisd-milter:
```
curl -L https://github.com/prehor/amavisd-milter/releases/download/1.7.0/amavisd-milter-1.7.0.tar.gz | tar xfz -
cd amavisd-milter-1.7.0
curl -L https://github.com/prehor/amavisd-milter/releases/download/1.7.1/amavisd-milter-1.7.1.tar.gz | tar xfz -
cd amavisd-milter-1.7.1
./configure
make all
make install
Expand Down

0 comments on commit b998919

Please sign in to comment.