RE: [exim] $run in data acl

Pàgina inicial
Delete this message
Reply to this message
Autor: Steffen Heil
Data:  
A: 'Edgar Lovecraft', exim-users
CC: 
Assumpte: 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