procmail: Program failure (1) of "/etc/webmin/virtual-server/clam-wrapper.pl"

1 post / 0 new
#1 Thu, 10/27/2011 - 21:31
ice

procmail: Program failure (1) of "/etc/webmin/virtual-server/clam-wrapper.pl"

Hi,

I always get this on procmail.log

procmail: Program failure (1) of "/etc/webmin/virtual-server/clam-wrapper.pl"
From email@domain  Fri Oct 28 02:20:21 2011
Subject: 86% Discount! BUY VIGARA & CILAIS TODAY!!! Next Day Shipping!
  Folder: /path/to/username/homes/username/Maildir/.Virus/
Time:1319768421 From:email@domain To:email@domain User:username-domain Size:1298 Dest:/path/to/username/homes/username/Maildir/.Virus/new/1319768421.13167_0.domain Mode:Virus

The virus scanning seams to work fine, but, it is normal to get failure on this?

My /etc/procmailrc is:

LOGFILE=/var/log/procmail.log
TRAP=/usr/libexec/webmin/virtual-server/procmail-logger.pl
VERBOSE=true

:0wi
VIRTUALMIN=|/usr/libexec/webmin/virtual-server/lookup-domain.pl $LOGNAME
EXITCODE=$?
:0
* ?/usr/bin/test "$EXITCODE" = "73"
/dev/null
EXITCODE=0
:0
* ?/usr/bin/test "$VIRTUALMIN" != ""
{
INCLUDERC=/etc/webmin/virtual-server/procmail/$VIRTUALMIN
}

DEFAULT=$HOME/Maildir/
ORGMAIL=$HOME/Maildir/
DROPPRIVS=yes

And the private procmail for this domain is:

DROPPRIVS=yes
:0cw
| /etc/webmin/virtual-server/clam-wrapper.pl /usr/bin/clamdscan
VIRUSMODE=1
:0e
$HOME/Maildir/.Virus/
VIRUSMODE=0
:0fw
| /usr/bin/spamassassin --siteconfigpath /etc/webmin/virtual-server/spam/129149610113009
SPAMMODE=1
:0
* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*
/dev/null
:0
* ^X-Spam-Status: Yes
$HOME/Maildir/.Spam/
SPAMMODE=0

Please let me know if this is normal.

Thank you.