Stef Bon wrote: > now everything works fine, but every time freshclam determines that a newer > version is available, a email is send to the administrator. > But that's everytime freshclam searches for an update. > Is it possible to run the OnOutdatedExecute script with a parameter, the > version found on the Internet?
Yes it is - I should have explained how: the argument to OnOutdatedExecute is treated as a format string for printf() and two string arguments are provided: local and recommended version/functionality. So you can use '%s' to put the versions where you need them. /Per Jessen, Zürich _______________________________________________ http://lurker.clamav.net/list/clamav-devel.html
