28 Apr
2020
28 Apr
'20
7:25 p.m.
On 4/28/20 10:26 AM, Gelpi Andrea wrote:
I put a workaround for now in index.py so also list.example.com works.
# Domain filtering if settings.FILTER_VHOST: domain = request.get_host().split(":")[0] if domain.startswith("www."): domain = domain[4:] #gg# Added by Gelpi if domain.startswith("list."): domain = domain[5:] domain = "@%s" % domain mlists = mlists.filter(name__iendswith=domain)
See <https://gitlab.com/mailman/hyperkitty/-/merge_requests/243> for the fix I just proposed.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan