Re: [Exim] demime/malware in acl_not_smtp

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Tom Kistner
Data:  
Para: Frank Elsner
CC: exim-users
Assunto: Re: [Exim] demime/malware in acl_not_smtp
Frank Elsner wrote:

> Why are "demime" and "malware" not available in the "acl_not_smtp" ?
> What's the difference to "acl_smtp_data" for this behaviour ?


There is a bitmap (called "cond_forbids") in acl.c that defines which
conditions and modifiers can (or cannot) be used in each ACL. You can
edit it to allow both demime and malware in acl_not_smtp. I am not sure
if it will work then. In theory, it COULD work, but I can't guarantee
anything. Maybe use it on a test system first ...

regards,

/tom