Hi
Please let me rephrase my question:
How do I tell exim4 inside the DATA ACL to accept a message, if it is has
RCPT for a special user?
acl_data:
accept condition = ${if match {$recipients}{user\@domain.de} {1}{0}}
...
This seems not to work. Because the following malware condition is still
executed:
...
deny message = Sorry, malware detected ($malware_name)
malware = *
Noone any hint?
For me this seems a silly easy problem, as I have already done much more
complex things with exim, but this does not work and I cannot find any
error.
So any help would be appreciated, since the malware check takes down exiscan
over and over.
Regards,
Steffen