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