You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2013/04/25 22:02:20 UTC

[Bug 6930] sa-update unable to deal with a previous failure (empty mirrors file)

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6930

Mark Martinec <Ma...@ijs.si> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|Undefined                   |3.4.0

--- Comment #1 from Mark Martinec <Ma...@ijs.si> ---
Ok, I did some reshuffling of the code. It should now be able
to deal with empty or missing mirrors file;  avoids using an
old mirrors file for rule updates and only later updating the
mirrors file;  and avoids the problem where a curl download is
setting a timestamp on a downloadad file to a server's time,
which caused sa-update to always consider such file old and
refreshed it every time.

trunk:
  Bug 6930: sa-update unable to deal with a previous failure (empty mirrors
file)
Sending sa-update.raw
Committed revision 1475932.


This is a somewhat hefty diff (also reordered two conditionals
to have a short-code branch first for easier reading).

I did test several scenarios, but I'd still appreciate
a second eye on testing unusual situations.

-- 
You are receiving this mail because:
You are the assignee for the bug.