If an alias has multiple destinations, multiple records exist, due to
the nature of the database. address_list would then return the same
alias multiple times, which does not add any information, eats screen
space and is potentially confusing.
Therefore, we SELECT DISTINCTly from the alias table.
Signed-off-by: martin f. krafft <madduck@debian.org>
---
VirtualMailManager/common.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
======================
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`