control: tags -1 pending On 2017-11-13 20:35:29 [+0200], Vincas Dargis wrote: > I have edited Exim4 configuration as READE.Debian.gz suggested: > > > ``` > Then add the following to your data time acl: > > deny message = This message contains a virus: ($malware_name) please scan > your system. > demime = * > malware = * … > error in ACL: unknown ACL condition/modifier in "demime = *" > ``` > > Looks like `demime` is no longer supported [0].
as per [0] it looks like the "demime = *" needs to go. Everything else (that "malware = *" line acl data) is okay. So I drop that line and we are good again. [0] https://www.exim.org/exim-html-current/doc/html/spec_html/ch-content_scanning_at_acl_time.html Sebastian