> 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


Reply via email to