def rule(event):
    if event.deep_get("c-useragent", default="").startswith("rclone/v"):
        return True
    return False
