On Tue, 28 Jul 2020 at 06:33, Mark Sapiro wrote:
> On 7/27/20 5:51 AM, Odhiambo Washington wrote:
> > Hi,
> >
> > Odd issue between two OSes with the same config:
> > In both cases, the archives are configured for public access.
> > On one server, archives are accessible while on the other, acces
Thanks. One other question: in my existing mm_cfg.py I have all three of
the following:
DEFAULT_HOST_NAME = 'mailman.domain.com'
DEFAULT_URL_HOST = 'mailman.domain.com'
DEFAULT_EMAIL_HOST = 'mailman.domain.com'
In Defaults.py, it explains that DEFAULT_HOST_NAME is deprecated, but the
language is u
On 7/27/20 7:13 PM, Brian Carpenter wrote:
>
> This is the client that I asking about in my post. She said what I did, did
> not work. This is what I did:
>
> 1. Get into a venv as user mailman
>
> 2. #mailman shell
from mailman.model.mailinglist import MailingList
mlist = MailingList
On 7/28/20 8:02 AM, Kevin Bowen wrote:
> Thanks. One other question: in my existing mm_cfg.py I have all three of
> the following:
> DEFAULT_HOST_NAME = 'mailman.domain.com'
> DEFAULT_URL_HOST = 'mailman.domain.com'
> DEFAULT_EMAIL_HOST = 'mailman.domain.com'
>
> In Defaults.py, it explains that D