This commit is contained in:
David Bürgin 2023-01-29 09:53:37 +01:00
parent e2bf0a4def
commit 56c1921dd5
2 changed files with 8 additions and 8 deletions

View file

@ -11,7 +11,7 @@ The minimum supported Rust version is now 1.61.0.
### Fixed ### Fixed
* The program no longer panics when it cannot write log messages to standard * The program no longer panics when it cannot write log messages to standard
error during operation. error.
## 0.3.2 (2022-08-31) ## 0.3.2 (2022-08-31)

View file

@ -12,11 +12,11 @@ message.
By default, the following modifications are made: By default, the following modifications are made:
* Always: Add SpamAssassin headers to the message (headers starting with * Always: Add SpamAssassin headers to the message (headers starting with
`X-Spam-`) `X-Spam-`)
* Spam only: Rewrite headers `Subject` `From` `To`, if requested * Spam only: Rewrite headers `Subject` `From` `To`, if requested
* Spam only: Replace message body (and rewrite related headers `MIME-Version` * Spam only: Replace message body (and rewrite related headers `MIME-Version`
`Content-Type`, if requested) `Content-Type`, if requested)
Alternatively, messages flagged as spam may be rejected at the SMTP level with Alternatively, messages flagged as spam may be rejected at the SMTP level with
an SMTP error reply. an SMTP error reply.
@ -74,8 +74,8 @@ The available options can be glimpsed by passing the `-h` flag:
spamassassin-milter -h spamassassin-milter -h
``` ```
More detailed information can be found in the provided man page More detailed information can be found in the provided manual page
[*spamassassin-milter*(8)]. (You can view the man page without installing by [*spamassassin-milter*(8)]. (You can view the manual page without installing by
passing the files path to `man`: `man ./spamassassin-milter.8`) passing the files path to `man`: `man ./spamassassin-milter.8`)
Setting up SpamAssassin Milter as a system service is easiest by using the Setting up SpamAssassin Milter as a system service is easiest by using the