Hi! 0) Big thanks & respеct to Fritz Borgstedt for his excеlent job -- last versions of ASSP I'm sent to 'Fritz Borgstedt' [EMAIL PROTECTED] on 2008-08-18 15:50 (UTC) personal e-mail about this, but in charset="koi8-r" -- may be e-mail has blocked :-(
I'm think i found small bug / wrong typing ( IMHO, of course :-) ) in ASSP v2.0.0(5.06) / (5.08) and found how fix this bug: diff assp.pl "assp.pl v2.0.0 (5.08) _2008-08-19 23-02 0" == 22892c22892 < $nextRebuildSpamDB = $DoRebuildSpamdb ? $itime + ( $DoRebuildSpamdb * 3600 ) : $itime + 3600; --- > $nextRebuildSpamDB = $DoRebuildSpamdb ? $itime + $DoRebuildSpamdb > : $itime + 3600; == Before: Aug-20-08 12:55:07 [Worker_10001] RebuildSpamDB ended Aug-20-08 12:56:23 [Worker_10001] RebuildSpamDB started After $nextRebuildSpamDB = $itime + ( $DoRebuildSpamdb * 36 ) as test enviroment : Aug-20-08 13:06:29 [Worker_10001] RebuildSpamDB ended Aug-20-08 13:07:44 [Worker_10001] RebuildSpamDB started Aug-20-08 13:07:44 [Worker_10001] RebuildSpamDB ended Aug-20-08 13:09:00 [Worker_10001] RebuildSpamDB started Best regards, Victor Miasnikov Microsoft Certified Technology Specialist SysAdmin System Technologies http://www.st.by P.S. Sorry, my English :-( i'm usualy speak russian :-) ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
