I noticed a while back that qmail-scanner-queue was adding a huge header
to my email messages.  After help for them the list I was able to track
down the problem.  Apparently H+BEDV AntiVir had changed the output from
the "antivir --version" command.  This output is used to generate the
qmail-scanner-queue-version.txt which is placed in the email headers by
qmail-scanner-queue.  I fixed the problem by changing a line in
qmail-scanner-queue to the following:

      open(IS,"$hbedv_binary --version | grep engine 2>&1 |")||die "failed
to call  $hbedv_binary --version - $!";

This causes qmail-scanner-queue to just put "hbedv: engine version:
6.14.0.1." in the message headers in stead of 16 lines of text.  I would
rather print out the pattern version instead of the engine version,
because I think that is more useful, but that is beyond my simple
scripting abilities.  Anyway, how do I go about suggesting the code be
fixed for the next release of qmail-scanner-queue.pl

Thanks,

Darley




-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to