> On 7 Jan 2025, at 14:35, Ziqin Wang <zi...@wangziqin.net> wrote:
>
>> On Jan 8, 2025, at 01:26, Ziqin Wang <zi...@wangziqin.net> wrote:
>>
>> filter check-from phase mail-from match mail-from { "allo...@domain.com
>> <mailto:allo...@domain.com>" } bypass
>> filter check-rcpt phase rcpt-to match rcpt-to {
>> "t...@domain.com<mailto:t...@domain.com>” } reject "550 Permission Denied"
>> filter check-both chain { check-from, check-rcpt }
>
> The mailto links automatically added by Apple Mail destroyed the text. Let me
> rewrite the configuration:
>
> filter check-from phase mail-from match mail-from { "allo...@domain.com" }
> bypass
> filter check-rcpt phase rcpt-to match rcpt-to { "t...@domain.com" } reject
> "550 Permission Denied"
> filter check-both chain { check-from, check-rcpt }
>
> --
> Ziqin
>
It works perfectly for my needs. The bypass was brilliant!
Thank you, I really appreciate it.
--
Felipe Oliva