mirror of
https://github.com/chatmail/relay.git
synced 2026-08-10 10:30:51 +00:00
chore(deps): Upgrade filtermail to v0.7.4 (#1014)
## 0.7.4 - 2026-07-01 ### Features - *(logs)* Log incoming mailer-daemon message sources ### Miscellaneous Tasks - Update filtermail.mtail ### Testing - Place #[tokio::test] after rstest case macros ## 0.7.3 - 2026-06-27 ### Features - *(transport)* Worker eviction ## 0.7.2 - 2026-06-26 ### Documentation - *(readme)* Disable colors in mermaid diagrams - *(readme)* Update Transport mode doc ### Features - *(transport)* Destination worker pool ### Refactor - Implement Display for AddressDomain ### Testing - Test filtermail-transport Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
GitHub
parent
cb1e4ff5bb
commit
3a553f2286
@@ -29,7 +29,7 @@ jobs:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
persist-credentials: false
|
||||
- name: download filtermail
|
||||
run: curl -L https://github.com/chatmail/filtermail/releases/download/v0.7.1/filtermail-x86_64 -o /usr/local/bin/filtermail && chmod +x /usr/local/bin/filtermail
|
||||
run: curl -L https://github.com/chatmail/filtermail/releases/download/v0.7.4/filtermail-x86_64 -o /usr/local/bin/filtermail && chmod +x /usr/local/bin/filtermail
|
||||
- name: run chatmaild tests
|
||||
working-directory: chatmaild
|
||||
run: pipx run tox
|
||||
|
||||
Reference in New Issue
Block a user