taphy a écrit : > Hi all, > are there any way to remove some information from Return path: header > (message received from remote smtp client) ?
you mean altering the envelope sender? you can use canonical_maps. > for example need change: > Return-Path: <[email protected]> > to > Return-Path: <[email protected]> > what problem are you trying to solve? the address above is BATV-tagged for a reason: bounces should go back to the tagged address. if you "untag" the address and something causes a bounce, the bounce may be refused... etc.
