From c84a96ac78d55c32de0c11f38e5ebd1bcf295177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jagoda=20Estera=20=C5=9Al=C4=85zak?= <128227338+j-g00da@users.noreply.github.com> Date: Tue, 26 May 2026 02:25:51 +0900 Subject: [PATCH] docs(readme): Remove docs for options removed in 664ad57 (#162) --- filtermail/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/filtermail/README.md b/filtermail/README.md index e3b14337..ae28b877 100644 --- a/filtermail/README.md +++ b/filtermail/README.md @@ -99,9 +99,7 @@ for messages received from clients and performs following steps: 4. Rejects messages that do not meet at least one of the following criteria: - PGP encrypted, - securejoin message, - - sender is in `passthrough_senders`, - self-sent Autocrypt Setup Message, - - all recipients match `passthrough_recipients`. ### Transport mode @@ -158,11 +156,6 @@ but implements a custom parser that only requires a small subset of configuratio defaults to `60`. - `max_user_send_burst_size` - per-user max burst size for sending rate limiting (GCRA bucket capacity), defaults to `10`. -- `passthrough_senders` - space separated list of email addresses - which can send outbound un-encrypted mail. -- `passthrough_recipients` - space separated list of email addresses - which can receive inbound un-encrypted mail, - item may start with `@` to whitelist whole recipient domains. - `mail_domain` - domain name used in email addresses. - `mailboxes_dir` - path to mailboxes directory, defaults to `/home/vmail/mail/`.