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(-)
======================
Release history of vmm
======================
=========== ============ ======================================================
Version Release Date Download URL
=========== ============ ======================================================
vmm-0.6.0 Jun 28 2012 https://sourceforge.net/projects/vmm/files/vmm/0.6.0
vmm-0.5.2 Sep 09 2009 https://sourceforge.net/projects/vmm/files/vmm/0.5.2
vmm-0.5.1 Aug 12 2009 https://sourceforge.net/projects/vmm/files/vmm/0.5.1
vmm-0.5 Nov 27 2008 https://sourceforge.net/projects/vmm/files/vmm/0.5
vmm-0.4-r41 May 02 2008 https://sourceforge.net/projects/vmm/files/vmm/0.4-r41
vmm-0.4 May 01 2008 https://sourceforge.net/projects/vmm/files/vmm/0.4
vmm-0.3.1 Jan 08 2008 https://sourceforge.net/projects/vmm/files/vmm/0.3.1
vmm-0.3 Jan 06 2008 https://sourceforge.net/projects/vmm/files/vmm/0.3
=========== ============ ======================================================