Auteur: Steffen Heil
Date:
À: 'Edgar Lovecraft', exim-users
CC:
Sujet: 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