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

REMAP {
    local::stamp();
}
