On 11/8/25 08:26, dap1--- via Mailman-users wrote:
Thanks. That obviously means my list was never created:
mysql> select id,domain from django_site; +----+-------------+ | id | domain | +----+-------------+ | 1 | example.com | +----+-------------+ 1 row in set (0.00 sec)
I never got any errors trying to create it but at least now I know where to look when I do.
Actually a better place to look in the db is
select list_name from mailinglists;
or in the file system
ls -l /opt/mailman/mm/var/lists
How did you attempt to create it? If in mailman shell did you commit().
The easiest way to create it is mailman create my_list@my.domain You
don't need to specify any options as everything will be imported by
mailman import21
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan