> On 7 Jan 2025, at 14:35, Ziqin Wang <[email protected]> wrote:
> 
>> 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
> 


It works perfectly for my needs. The bypass was brilliant!

Thank you, I really appreciate it.

--
Felipe Oliva

Reply via email to