@lbutlr: > On Fri Feb 05 2016 12:51:06 Wietse Venema <wie...@porcupine.org> said: > > > > @lbutlr: > >> Would it work to put something like this in headerchecks.pcre: > >> > >> /To:.*u...@example.com && From:.*remoteu...@example.net/ REDIRECT > >> u...@example.com, localu...@example.com > > > > > > Not if you use this in the header_checks parameter setting. As documented, > > header_checks matches one line at a time., and REDIRECT takes one address. > > Is there some way that will work?
Not with things that are built into Postfix. Probably with a policy daemon (postfwd?) or external content filter. Wietse