Re: [Mailman-Users] Br0ken Mailman - Ubuntu 18.04.1 LTS

2019-01-29 Thread Odhiambo Washington
On Wed, 30 Jan 2019 at 02:21, Mark Sapiro wrote: > On 1/29/19 3:34 AM, Odhiambo Washington wrote: > > I got an error this morning about some strange permission while run the > > cron. > > > > Cron [ -x /usr/local/mailman/cron/senddigests ] && > > /usr/local/mailman/cron/senddigests: > > > >

Re: [Mailman-Users] Br0ken Mailman - Ubuntu 18.04.1 LTS

2019-01-29 Thread Mark Sapiro
On 1/29/19 3:34 AM, Odhiambo Washington wrote: > I got an error this morning about some strange permission while run the > cron. > > Cron [ -x /usr/local/mailman/cron/senddigests ] && > /usr/local/mailman/cron/senddigests: > > Traceback (most recent call last): > File

Re: [Mailman-Users] Manually treat certain domains as if they have restrictive DMARC policy

2019-01-29 Thread Mark Sapiro
On 1/29/19 6:55 AM, David Gibbs via Mailman-Users wrote: > > I'm by no means a Python expert (far from it), but I hacked this > together... > > === modified file 'Mailman/Defaults.py.in' > --- Mailman/Defaults.py.in  2018-07-12 03:14:02 + > +++ Mailman/Defaults.py.in  2019-01-29

Re: [Mailman-Users] Manually treat certain domains as if they have restrictive DMARC policy

2019-01-29 Thread David Gibbs via Mailman-Users
On 1/29/2019 12:13 AM, Mark Sapiro wrote: Also, Adding a global setting for dmarc_moderation_addresses on top of the per-list setting is not difficult either. See for how this was done for a global ban_list. I'm by no

Re: [Mailman-Users] Br0ken Mailman - Ubuntu 18.04.1 LTS - SOLVED

2019-01-29 Thread Odhiambo Washington
I somehow managed to solve this: apt install python-pip /usr/bin/pip uninstall dnspython /usr/bin/pip install dnspython Ubuntu seems to have moved python2.7 to /usr/bin while making python3.7 resident in /usr/local/bin On Tue, 29 Jan 2019 at 14:34, Odhiambo Washington wrote: > I got an error

[Mailman-Users] Br0ken Mailman - Ubuntu 18.04.1 LTS

2019-01-29 Thread Odhiambo Washington
I got an error this morning about some strange permission while run the cron. Cron [ -x /usr/local/mailman/cron/senddigests ] && /usr/local/mailman/cron/senddigests: Traceback (most recent call last): File "/usr/local/mailman/cron/senddigests", line 120, in main() File