Skip to content

Commit e2cf147

Browse files
committed
feat(filtermail): Replace filtermail with rust reimplementation
Signed-off-by: Jagoda Ślązak <[email protected]>
1 parent 08bf4c2 commit e2cf147

File tree

10 files changed

+60
-749
lines changed

10 files changed

+60
-749
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
# Otherwise `test_deployed_state` will be unhappy.
1515
with:
1616
ref: ${{ github.event.pull_request.head.sha }}
17-
17+
- name: download filtermail
18+
run: curl -L https://github.com/chatmail/filtermail/releases/download/v0.1.2/filtermail-x86_64 -o /usr/local/bin/filtermail && chmod +x /usr/local/bin/filtermail
1819
- name: run chatmaild tests
1920
working-directory: chatmaild
2021
run: pipx run tox

chatmaild/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ where = ['src']
2424
[project.scripts]
2525
doveauth = "chatmaild.doveauth:main"
2626
chatmail-metadata = "chatmaild.metadata:main"
27-
filtermail = "chatmaild.filtermail:main"
2827
chatmail-metrics = "chatmaild.metrics:main"
2928
chatmail-expire = "chatmaild.expire:main"
3029
chatmail-fsreport = "chatmaild.fsreport:main"

chatmaild/src/chatmaild/filtermail.py

Lines changed: 0 additions & 378 deletions
This file was deleted.

0 commit comments

Comments
 (0)