27 Dec
2021
27 Dec
'21
2:23 a.m.
On 12/26/21 6:19 PM, Mark Sapiro wrote:
Otherwise, you can do this in mailman shell, e.g.
$ mailman shell Welcome to the GNU Mailman shell Use commit() to commit changes. Use abort() to discard changes since the last commit. Exit with ctrl+D does an implicit commit() but exit() does not. >>> dm = getUtility(IDomainManager) >>> d = dm.get('example.com') >>> d.alias_domain = x.example.com >>> commit()
Ooops. That should be
d.alias_domain = 'x.example.com'
I.e., quoted
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan