diff --git a/CHANGELOG.md b/CHANGELOG.md index 35e597e1..96426b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,6 @@ v1.6.1 - unreleased - Enhancement: Create an Authentication Token with IPv6 address restriction ([#829](https://github.com/Mailu/Mailu/issues/829)) - Enhancement: Automatically create admin user on container startup if given appropriate environment variables - Enhancement: Missing wildcard option in alias flask command ([#869](https://github.com/Mailu/Mailu/issues/869)) -- Enhancement: Fixed hardcoded antispam and antivirus host addresses ([#978](https://github.com/Mailu/Mailu/issues/978)) - Bug: Fix creating new fetched accounts - Bug: Fix poor performance if ANTIVIRUS is configured to none. - Bug: Implement mailustart to resolve webmail in admin ([#716](https://github.com/Mailu/Mailu/issues/716)) diff --git a/towncrier/newsfragments/979.feature b/towncrier/newsfragments/979.feature new file mode 100644 index 00000000..b547ee3e --- /dev/null +++ b/towncrier/newsfragments/979.feature @@ -0,0 +1 @@ +Fixed hardcoded antispam and antivirus host addresses \ No newline at end of file