Re: [exim] acl and global variables for viruses (as spam)

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jakob Hirsch
Data:  
Para: Beber
CC: exim-users
Asunto: Re: [exim] acl and global variables for viruses (as spam)
Quoting Beber:

> As noticed on
> http://exim.org/exim-html-4.62/doc/html/spec_html/ch40.html#id2674977
> variables used in spam ACL are "private" except $spam_score_int :


You can use a acl variable to save the others, if you need them.

> I can't find this anywhere, but is there the same for virus check ?


Looking at spool_out.c, $spam_score_int is the only content scanning
variable that is saved in spool files. If you need $malware_name, you
can save it in an acl variable.