On 9/25/20 4:41 AM, Brian Carpenter wrote: > > It is possible with the following setting set via settings_local.py: > > filter_vhost = true >
That should be FILTER_VHOST = True settings_local.py and settings.py are Python so setting something to `true` rather than `True` will throw a NameError exception and setting `filter_vhost` rather than `FILTER_VHOST` won't throw any exception, but will not set the variable being tested. -- 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://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: https://www.mail-archive.com/[email protected]/ https://mail.python.org/archives/list/[email protected]/
