
On 10/11/25 4:58 AM, Flo via Mailman-users wrote:
On 10/11/25 04:45, Mark Sapiro wrote:
The fields in order are:
- the id of the django_mailman3_maildomain entry
- the mail_domain in the django_mailman3_maildomain entry
- the site_id the django_mailman3_maildomain entry
- the id of the django-site entry
- the domain name in the django-site entry
- the display name in the django-site entry
For me it looks like that 5 is the display name and 6 the domain name
Possibly sqlite displays them in a different order. To be sure you could do
SELECT mail_domain, domain FROM django_mailman3_maildomain JOIN django_site ON site_id = django_site.id;
which will display only the mail_domain and the site domain.
For each of the lines mail_domain (field 2) is the same as the domain name (field 6, if I am right). Any domain name (and mail_domain, which has the same value) differs from the ones in any other line.
So they are unique.
Anyway, if all 3 mail_domain values are unique, that doesn't explain the issue. I can only guess that this is a Debian package issue.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan