RE: [exim] $run in data acl

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Steffen Heil
Fecha:  
A: 'Edgar Lovecraft', exim-users
Cc: 
Asunto: RE: [exim] $run in data acl
Hi

> No not really, you can use the exiscan spool .eml file if
> you want.


Ok, I got that one now.
(Earlier I thought, the exiscan eml file would be deleted immedialty after
malware=*)

However, do you know wether there is another restriction to ${run ?
I am starting a shell script such as:

#!/bin/sh
/bin/cat /var/spool/exim4/scan/$1/$1.eml | /usr/bin/pyzor check
export result=$?
/bin/echo test
exit $result

But it ALWAYS returns 1.
Independent of the real result of pyzor.
And $value does NOT contain "test" !

Regards,
Steffen