Hi all,
I've installed qmail-scanner in my qmail, and in qmail-scanner-queue.pl I've added a subroutine which performs a file scanning for the mail's attachments. The only thing i do is to execute the shell's command "file" for each mail's attachment, and check file's output against my database.
I do something like that: "$out=file($file_attached);"
The problem is that qmail-scannner-queue.pl generates the following message:
"X-Qmail-Scanner-1.15:[Hermes10442619534364820] Requeuing: Insecure dependency in piped open while running with -T switch at (eval 1) line 56."
and "X-Qmail-Scanner-1.15:[Hermes10442611494364759] Requeuing: Insecure dependency in system while running with -T switch at /var/qmail/bin/qmail-scanner-queue.pl line 1737".
Line 1737 contains the following command "$out=file($file_attached);".
I've removed -T option from the top of qmail-scanner-queue.pl, but nothing changed.
Also I've removed -T option from the file qmail-scanner-queue.template from the source code, and then recompiled qmail-scanner. Nothing changed
again.
So where is the problem? I've tested everything I could imagine but the problem was the same.
My system is a Linux Slackware 8.1, with 2.4.18 kernel and with Perl 5.6.1, and qmail 1.03
It would be great for me if you give me a solution.
Thanx in advance.

######################################
Alexandros Dourmousoglou
Space Hellas S.A.
Mesogeion 302, 155 62 Holargos, Greece
http://www.space.gr
######################################



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to