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(-)
.. |curr_vers_rel_date| replace:: The most current version of vmm is 0.6.0,
released on 28 June 2012.
.. |rel_hist| replace:: Older releases are listed in the :doc:`release_history`.