Hi - I have incoming mail filtering with SpamExperts. When folks forward mail, the messages end up bouncing (but stay in the queue for a while first). I don't know why I let this bother me, but it does. I'm assuming I would place my ACL in /usr/local/cpanel/etc/exim/acls.
Here's what I have. If you see any errors, please tell me. : )
What I want to accomplish is to deny the messages from [email protected] from going back out.
deny domains = master.antispamcloud.com
condition = ${if eq{$local_part@$domain}{[email protected]}}
message = This message has been removed.
I tried to place it in the ACL_OUTGOING_SMTP_CHECKALL_BLOCK directory, and had errors.
Thanks!
B
Here's what I have. If you see any errors, please tell me. : )
What I want to accomplish is to deny the messages from [email protected] from going back out.
deny domains = master.antispamcloud.com
condition = ${if eq{$local_part@$domain}{[email protected]}}
message = This message has been removed.
I tried to place it in the ACL_OUTGOING_SMTP_CHECKALL_BLOCK directory, and had errors.
Thanks!
B
Last edited by a moderator: