diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f6c25..c399e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ The minimum supported Rust version is now 1.61.0. ### Fixed * The program no longer panics when it cannot write log messages to standard - error during operation. + error. ## 0.3.2 (2022-08-31) diff --git a/README.md b/README.md index 1f8b8a0..4eb4122 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ message. By default, the following modifications are made: -* Always: Add SpamAssassin headers to the message (headers starting with - `X-Spam-`) -* Spam only: Rewrite headers `Subject` `From` `To`, if requested -* Spam only: Replace message body (and rewrite related headers `MIME-Version` - `Content-Type`, if requested) +* Always: Add SpamAssassin headers to the message (headers starting with + `X-Spam-`) +* Spam only: Rewrite headers `Subject` `From` `To`, if requested +* Spam only: Replace message body (and rewrite related headers `MIME-Version` + `Content-Type`, if requested) Alternatively, messages flagged as spam may be rejected at the SMTP level with an SMTP error reply. @@ -74,8 +74,8 @@ The available options can be glimpsed by passing the `-h` flag: spamassassin-milter -h ``` -More detailed information can be found in the provided man page -[*spamassassin-milter*(8)]. (You can view the man page without installing by +More detailed information can be found in the provided manual page +[*spamassassin-milter*(8)]. (You can view the manual page without installing by passing the file’s path to `man`: `man ./spamassassin-milter.8`) Setting up SpamAssassin Milter as a system service is easiest by using the