Christian Gregoire wrote: >>> \N^<([email protected])>$ <TAG$1> S >>> \N^<([email protected])>$ <TAG$1> F >>> \N^<([email protected])>$ <TAG$1> SF
Now that I actually looked and read up on address rewriting a little (gosh darn I'd never used it before! errors_to & SRS & PVRS ftw) I can see your issue. Remove the < and > in there. begin rewrite \N^([email protected])$\N TAG$1 SF # exim -brw [email protected] SMTP: [email protected] sender: [email protected] from: [email protected] to: [email protected] cc: [email protected] bcc: [email protected] reply-to: [email protected] env-from: [email protected] env-to: [email protected] -- The Exim Manual http://www.exim.org/docs.html http://docs.exim.org/current/ -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
