SpamAssassin Milter 0.4.0

This commit is contained in:
David Bürgin 2023-01-29 10:14:05 +01:00
parent 56c1921dd5
commit 300ce9f1c2
12 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
# SpamAssassin Milter changelog
## 0.4.0 (unreleased)
## 0.4.0 (2023-01-29)
The minimum supported Rust version is now 1.61.0.

2
Cargo.lock generated
View file

@ -526,7 +526,7 @@ dependencies = [
[[package]]
name = "spamassassin-milter"
version = "0.3.2"
version = "0.4.0"
dependencies = [
"async-trait",
"byte-strings",

View file

@ -1,6 +1,6 @@
[package]
name = "spamassassin-milter"
version = "0.3.2"
version = "0.4.0"
edition = "2021"
rust-version = "1.61.0"
description = "Milter for spam filtering with SpamAssassin"

View file

@ -84,8 +84,8 @@ desired port, install it in `/etc/systemd/system`, then enable and start the
service. Where necessary, user, group, and umask can also be customised in this
file.
[*spamassassin-milter*(8)]: https://gitlab.com/glts/spamassassin-milter/-/blob/0.3.2/spamassassin-milter.8
[`spamassassin-milter.service`]: https://gitlab.com/glts/spamassassin-milter/-/blob/0.3.2/spamassassin-milter.service
[*spamassassin-milter*(8)]: https://gitlab.com/glts/spamassassin-milter/-/blob/0.4.0/spamassassin-milter.8
[`spamassassin-milter.service`]: https://gitlab.com/glts/spamassassin-milter/-/blob/0.4.0/spamassassin-milter.service
## Configuration

View file

@ -1,4 +1,4 @@
.TH SPAMASSASSIN-MILTER 8 2022-08-31 "SpamAssassin Milter 0.3.2"
.TH SPAMASSASSIN-MILTER 8 2023-01-29 "SpamAssassin Milter 0.4.0"
.SH NAME
spamassassin-milter \- milter for spam filtering with SpamAssassin
.SH SYNOPSIS

View file

@ -1,5 +1,5 @@
// SpamAssassin Milter milter for spam filtering with SpamAssassin
// Copyright © 20202022 David Bürgin <dbuergin@gluet.ch>
// Copyright © 20202023 David Bürgin <dbuergin@gluet.ch>
//
// This program is free software: you can redistribute it and/or modify it under
// the terms of the GNU General Public License as published by the Free Software

View file

@ -1,5 +1,5 @@
// SpamAssassin Milter milter for spam filtering with SpamAssassin
// Copyright © 20202022 David Bürgin <dbuergin@gluet.ch>
// Copyright © 20202023 David Bürgin <dbuergin@gluet.ch>
//
// This program is free software: you can redistribute it and/or modify it under
// the terms of the GNU General Public License as published by the Free Software

View file

@ -1,5 +1,5 @@
// SpamAssassin Milter milter for spam filtering with SpamAssassin
// Copyright © 20202022 David Bürgin <dbuergin@gluet.ch>
// Copyright © 20202023 David Bürgin <dbuergin@gluet.ch>
//
// This program is free software: you can redistribute it and/or modify it under
// the terms of the GNU General Public License as published by the Free Software

View file

@ -1,5 +1,5 @@
// SpamAssassin Milter milter for spam filtering with SpamAssassin
// Copyright © 20202022 David Bürgin <dbuergin@gluet.ch>
// Copyright © 20202023 David Bürgin <dbuergin@gluet.ch>
//
// This program is free software: you can redistribute it and/or modify it under
// the terms of the GNU General Public License as published by the Free Software

View file

@ -1,5 +1,5 @@
// SpamAssassin Milter milter for spam filtering with SpamAssassin
// Copyright © 20202022 David Bürgin <dbuergin@gluet.ch>
// Copyright © 20202023 David Bürgin <dbuergin@gluet.ch>
//
// This program is free software: you can redistribute it and/or modify it under
// the terms of the GNU General Public License as published by the Free Software

View file

@ -1,5 +1,5 @@
// SpamAssassin Milter milter for spam filtering with SpamAssassin
// Copyright © 20202022 David Bürgin <dbuergin@gluet.ch>
// Copyright © 20202023 David Bürgin <dbuergin@gluet.ch>
//
// This program is free software: you can redistribute it and/or modify it under
// the terms of the GNU General Public License as published by the Free Software

View file

@ -1,5 +1,5 @@
// SpamAssassin Milter milter for spam filtering with SpamAssassin
// Copyright © 20202022 David Bürgin <dbuergin@gluet.ch>
// Copyright © 20202023 David Bürgin <dbuergin@gluet.ch>
//
// This program is free software: you can redistribute it and/or modify it under
// the terms of the GNU General Public License as published by the Free Software