Right now, exim logs a discard in the ACL like such
Lets say this is in my acl_check_data (actually, it is):
discard message = contains sobig
regex = sobig_pattern_here
i couldn't have the sobig pattern above, because my mta and misc other
ones seem to auto discard the mail -- i just realized that
Exim logs this as such:
2003-09-05 07:08:26 19vHGB-0001tk-7t => blackhole (DATA ACL discarded
recipients)
It would be SUPER nice if exim logged the 'contains sobig' or 'contains
$found_extension file (This file extention is blacklisted, as it is
likely to be a virus ).' -- as i have several discards in there, and
there doesn't seem to be any method of telling why 1 item was discarded
from another.