Hi,

Sebastian Klein wrote:
> But anyway, it shouldn't hurt to add some heuristics that detect unusual 
> pattern (like deleting a whole bunch of large relations) and give a 
> second warning before upload.

sub upload()
{
    applyHeuristics();
    if (unusualPatternDetected)
    {
       userAgent = "Potlatch";
    }
    proceedWithUpload();
}

Bye
Frederik


_______________________________________________
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev

Reply via email to