On 2015-11-22, [email protected] <[email protected]> wrote:
> Hi,
>
> i need to do a (sender-) rewrite like explained in FAQ 801
> https://github.com/Exim/exim/wiki/Q0801
>
> *@*.your.domain [email protected]
>
> This relies on a "hardcoded" domain name; what i'd like to have is
> something like this:
>
> *@*.${domain_without_hostname} $1@${domain_without_hostname}
>
> So my question is: how to strip off the hostname from an address (in
> this case the sender) using exims build-in stuff.
possibly can be done using ${sg ...
what do you want to do with
[email protected]
[email protected]
etc...
--
\_(ツ)_
--
## 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/