REMAP {
    if from.url.path ~ /foo/ {
        inbound.req.From-URL = "allowed";
    }
}
