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:

1. the id of the django_mailman3_maildomain entry
2. the mail_domain in the django_mailman3_maildomain entry
3. the site_id the django_mailman3_maildomain entry
4. the id of the django-site entry
5. the domain name in the django-site entry
6. 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 <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
_______________________________________________
Mailman-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at:
This message sent to [email protected]

Reply via email to