> On Jan 8, 2025, at 01:26, Ziqin Wang <[email protected]> wrote:
>
> filter check-from phase mail-from match mail-from { "[email protected]
> <mailto:[email protected]>" } bypass
> filter check-rcpt phase rcpt-to match rcpt-to {
> "[email protected]<mailto:[email protected]>” } 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 { "[email protected]" }
bypass
filter check-rcpt phase rcpt-to match rcpt-to { "[email protected]" } reject
"550 Permission Denied"
filter check-both chain { check-from, check-rcpt }
--
Ziqin