Hi,
I have a problem about a rewrite rule I configured.
Basically, I want to rewrite all emails from my stage-environment to
be sent to a particular mailbox.
So this is what I did for rewriting:
^.*\$ "${if match {$header_From:}{.*@stage.domain.tld} {[email protected]}}" tT
It works as planned, but I get nasty errors in my paniclog for all
other mails:
2016-08-29 09:48:10 XXX Rewrite of [email protected] yielded
unparseable address: empty address in address
What can I do to get rid of this message?
Kind regards,
Roland
--
## List details at https://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/