Re: [exim] Don't send certain emails

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Anthony Honeyfield
Fecha:  
A: exim-users
Asunto: Re: [exim] Don't send certain emails
Thanks for your help so far SH. I'm still having trouble...

>Oops. Try: ${if match{$message_body}{(?s)^#[0-9]\{3\}-\\n}{foo}{bar}}


I've tried replacing foo bar with yes no, and regardless of order (if I put
yes or no first), all emails are being rejected.

> !domains = +local_domains


Unfortunately I get the message "cannot test domains in DATA ACL".

How?