Beta release 4.61.4

Nerijus Baliunas nerijusb at dtiltas.lt
Tue Jun 26 20:28:25 IST 2007


On Tue, 26 Jun 2007 18:28:44 +0100 Julian Field <MailScanner at ecs.soton.ac.uk> wrote:

> - - Bug fix: rare Postfix header milter support problem.

This is fixed.

> 4 Renamed "sa-update" command and cron job to "update_spamassassin".

I did a diff between these scripts in cron.daily and I see you call /usr/bin/update_spamassassin
instead of /usr/bin/sa-update now, but there's no /usr/bin/update_spamassassin
in rpm file, only in tar.gz. BTW, update_spamassassin should probably be in
/usr/sbin, not /usr/bin, like all other update_* scripts.

> 4 Added ability to easily disable update_virus_scanners script.

I see you added it to /usr/sbin/update_virus_scanners, but I'd like it to be
added to /etc/cron.hourly/update_virus_scanners too. And this file should
be marked as config file in rpm, so that updates don't overwrite it.

The "Linux RPM spec file" download link in Downloads
(http://www.mailscanner.info/files/4/MailScanner.spec) is for an old version 4.26.5,
so the patch will probably not apply, but here it is:

--- MailScanner.spec.orig	2004-01-23 14:26:14.000000000 +0200
+++ MailScanner.spec	2007-06-26 22:25:14.000000000 +0300
@@ -325,2 +325,3 @@
 %attr(755,root,root) /usr/sbin/update_virus_scanners
+%attr(755,root,root) /usr/sbin/update_spamassassin
 %attr(755,root,root) /usr/sbin/upgrade_MailScanner_conf
@@ -328,3 +329,3 @@
 %attr(755,root,root) /etc/cron.hourly/check_MailScanner
-%attr(755,root,root) /etc/cron.hourly/update_virus_scanners
+%config(noreplace) %attr(755,root,root) /etc/cron.hourly/update_virus_scanners
 %config(noreplace) %attr(755,root,root) /etc/cron.daily/clean.quarantine

Regards,
Nerijus


More information about the MailScanner mailing list