Bug#408135: f-prot-installer: ftp.f-prot.com no longer available -- installation fails

2007-01-23 Thread Simon Walter
Package: f-prot-installer Severity: important Downloading f-prot from ftp.f-prot.org is no longer possible. See ftp://ftp.f-prot.com/pub/README.TXT http://www.fprot.org/pub/ would be an alternative but they don't provide a md5 file. -- Regards Simon -- System Information: Debian Release: 4.0

Bug#346212: Still not fixed

2006-12-12 Thread Simon Walter
this bug is still not fixed in 4.57.6 suggested patch is present but commented out see Exim.pm L442: #BROKEN # strips new "special" content >= 4.10 #BROKEN $line =~ s/ (\d+),\d+#01$//; #BROKEN if (defined $1) { #BROKEN $line = substr($line, 0, length($line)-$1-1); #BROKEN } -- To UNSUBSCRIB

Bug#401329: Mailscanner logrotate and crondaily scripts

2006-12-13 Thread Simon Walter
I don't think mailscanners cron.daily or logrotate should do anything MTA specific. A better solution would be to change the exim installation manual, so exim handles /var/spool/exim like it should and another cron.daily script handles the manual created /var/spool/exim_x directory. I have append

Bug#401329: new init-script

2006-12-13 Thread Simon Walter
-Description: Controls mailscanner instances # Description: MailScanner is a queue-based spam/virus filter ### END INIT INFO # Author: Simon Walter <[EMAIL PROTECTED]> # Do NOT "set -e" # PATH should only include /usr/* if it runs after the mountnfs.sh script PATH=/usr/sbin:/us

Bug#401329: wrong bug id

2006-12-13 Thread Simon Walter
sorry, i misinterpreted a bts-mail last mail should have gone to the new bug which still has no #id -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#402967: mailscanner: init-script doesn't wait reliably for children to die

2006-12-13 Thread Simon Walter
Package: mailscanner Version: 4.51.5-1.1 Severity: important on heavy load systems the init-script doesn't wait for all children/processes to die. this results in multiple instances of mailscanner running after /etc/init.d/mailscanner restart also the init-script detects editor processes which

Bug#402967: fixed init-script

2006-12-13 Thread Simon Walter
-Description: Controls mailscanner instances # Description: MailScanner is a queue-based spam/virus filter ### END INIT INFO # Author: Simon Walter <[EMAIL PROTECTED]> # Do NOT "set -e" # PATH should only include /usr/* if it runs after the mountnfs.sh script PATH=/usr/sbin:/us