Enable interpolation of alias destinations
This patch modifies the virtual_alias_maps function so that the destination
address is parsed for the place holders %n, %d and %=, which are replaced with
the localpart, the domain or the full address with '@' replaced by '=' of the
queried key.
In combination with alias domains, this allows for domain-specific recipients.
E.g. given example.org and its alias domain example.com, defining an alias
postmaster@example.org → postmaster+%d@example.org
will cause mail to postmaster@example.*com* to go to
postmaster+example.*com*@example.org.
======================
VirtualMailManager API
======================
:Author: Pascal Volk <neverseen@users.sourceforge.net>
:Date: |today|
:Release: |version|
Contents:
.. toctree::
:maxdepth: 1
:numbered:
vmm.rst
vmm_config.rst
vmm_emailaddress.rst
vmm_alias.rst
vmm_relocated.rst
vmm_errors.rst
vmm_constants_error.rst
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`