I've found this patch coming from Gentoo bug tracking. Seems to work for me, please review it.
Cheers, Dererk -- BOFH excuse #301: appears to be a Slow/Narrow SCSI-0 Interface problem
--- a/Mail-SpamAssassin-3.3.1/spamd/spamd.raw 2010-03-16 10:49:25.000000000
-0400
+++ a/Mail-SpamAssassin-3.3.1/spamd/spamd.raw 2010-10-25 16:21:02.000000000
-0400
@@ -443,10 +443,12 @@
# socket of 'none' means as much as --syslog=null. Sounds complicated? It is.
# But it works.
# )
-my $log_socket = lc($opt{'syslog-socket'});
+my $log_socket = $opt{'syslog-socket'};
if (!defined $log_socket || $log_socket eq '') {
$log_socket = am_running_on_windows() ? 'none' : 'unix';
+} else {
+ $log_socket = lc $log_socket;
}
# This is the default log file; it can be changed on the command line
signature.asc
Description: OpenPGP digital signature

