procedure local::stamp() {
    inbound.req.X-Stamp = "yes";
}

REMAP {
    local::stamp();
}

SEND_REQUEST {
    local::stamp();
}
