==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    https://bugs.contribs.org/show_bug.cgi?id=9428

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

Unnilennium <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED

--- Comment #23 from Unnilennium <[email protected]> ---
(In reply to Brian Read from comment #21)
> I've installed the rpm on one of my other servers, and got one hit, but of
> course I wrote it, so I guess I do not count!!

indeed, we avoid verification by the person who fixes the script.

however, with contribs we could tolerate a self verified if nobody pops in.


however ; verified :

Virus Statistics by name:
------------------------------------------------------------------------
Rejected 1   
http://sane.mxuptime.com/s.aspx?id=Sanesecurity.TestSig_Type3_Bdy.4.UNOFFICIAL 
------------------------------------------------------------------------


I also found a little something to change, but not big problem and could stay
on you desk for incorporate with the next fix:

line 24 
#            / Interval - "day", "week", "fortnight", "month", "99999" - last
is number of seconds (default is day)


actually should be 

#            / Interval - "day", "week", "fortnight", "month", "99999" - last
is number of hours (default is day)



as per line 944

      } elsif ($interval =~m/\d+/) {
        $secsininterval = $interval*3600;
      };


I tried 9000 "seconds" for 2.5 hours  for testing this , and it was quite long
parsing in fact 9000 hours or 375 days ;)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to