after upgrade to 7.5.2 had a problem with qmail-scanner
the server hits a loop with qmail-scanner-queue.pl and drives the server into the ground.
I checked the file and do not see what the syntax error could be
# st: @scanners_installed is the array with all scanners installed
# in the computer, if you disable $scanners_pd qmail-scanner will fall to
# this array. Don't modify it unless you really know what you do.
my @scanners_installed=("spamassassin","perlscan_scanner");
# st: @scanners_default if $scanners_pd is enabled qmail-scanner will
# use this array for the users/domains that don't have a custom
# scanner_array set in the $scanners_per_domain.txt file.
# You can set it to "none" to skip all the scanners, even perlscan.
# If you want to skip the scanners only for a particular user/domain
# set his scanners list to "none" in the $scanners_per_domain.txt file.
my @scanners_default=("spamassassin","perlscan_scanner");
Test transaction complete, Success!
spamassassin 100 % done 1/2
qmail-scanner 100 % done 2/2
syntax error at /var/qmail/bin/qmail-scanner-queue.pl line 255, near "(,"
syntax error at /var/qmail/bin/qmail-scanner-queue.pl line 263, near "(,"
BEGIN not safe after errors--compilation aborted at /var/qmail/bin/qmail-scanner-queue.pl line 396.
syntax error at /var/qmail/bin/qmail-scanner-queue.pl line 255, near "(,"
syntax error at /var/qmail/bin/qmail-scanner-queue.pl line 263, near "(,"
BEGIN not safe after errors--compilation aborted at /var/qmail/bin/qmail-scanner-queue.pl line 396.
Installed: qmail-scanner 1:1.24-1.rh90.art.noarch
Dep Installed: spamassassin 1:3.0.2-1.rh90.art.i386
Transaction(s) Complete
then if i run /usr/bin/qmail-scanner-reconfigure
/usr/bin/qmail-scanner-reconfigure
Configuring qmail-scanner: syntax error at /var/qmail/bin/qmail-scanner-queue.pl line 255, near "(,"
syntax error at /var/qmail/bin/qmail-scanner-queue.pl line 263, near "(,"
BEGIN not safe after errors--compilation aborted at /var/qmail/bin/qmail-scanner-queue.pl line 396.