3 Jan
2019
3 Jan
'19
10:21 p.m.
Abhilash Raj wrote:
FILTER_VHOSTS = True
in Django's settings.py (or settings_local.py, if you are using container images) will filter the lists for the current "Host:" header in the request.
The above setting is incorrect. It should be:
FILTER_VHOST = True
Please see:
http://docs.mailman3.org/en/latest/config-web.html#configure-postorius-hyper...
Brian