Hi,
I am using standard Exim 4.10 and I must stop messages with some text in
message body from entering the system.
Is this the best way?
split_spool_directory=true
acl_data:
deny message = Your message contains illegal text
condition = ${run{grep -q "illegal text"
$spool_directory/input/[how to get subdir?]/$messageid-D}{yes}{no}}
or better ideas?
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/