On 10/06/2017 01:59 PM, Ruben Safir wrote:
>
> And what really puzzles me is the error line on the trace
>
> /usr/lib/mailman/bin/mailmanctl
> omask = os.umask(6)
> try:
> fp = open(mm_cfg.PIDFILE, 'w')
> print >> fp, os.getpid()
> fp.close()
>
I wrote an init.d script for mailman for openrc and I have bug I can't track
down in mailmanctl
when I run the script it feeds me this:
www3 ~]# /etc/init.d/mailman start
Go find the config
Yo - go find /usr/lib/mailman/Mailman/mm_cfg.py
* Starting mailman ...
PIDFILE /var/lib/mailman/data/mas
On 10/06/2017 01:10 PM, Lindsay Haisley wrote:
>
> Is there a good way within Mailman to filter list-owner email for
> unwanted attachments?
You can put
OWNER_PIPELINE.insert(OWNER_PIPELINE.index('SpamDetect')+1, 'MimeDel')
in mm_cfg.py. This will apply each list's content filtering settings t
While our lists here are configured to reject ZIP file viral spam from
subscribers or contributors, the same isn't true of the list-owner
addresses, many of which redirect to Gmail accounts, and I get at least
two or three Gmail notices a day informing me of the Google policy on
this. Since they're
Marc Gilliatt writes:
> As mentioned before, I'm brand new to Mailman. I have to learn it
> quick. The original user who set up Mailman has several lists', I'm
> not too sure on where to change the setting for the owner. I can't
> seem to see the general options page.
Marc,
Are you getting log
As mentioned before, I'm brand new to Mailman. I have to learn it quick. The
original user who set up Mailman has several lists', I'm not too sure on where
to change the setting for the owner. I can't seem to see the general options
page.
From: Mailman-Users on
On 10/06/2017 06:14 AM, Marc Gilliatt wrote:
> As mentioned before, I'm brand new to Mailman. I have to learn it
> quick. The original user who set up Mailman has several lists', I'm not
> too sure on where to change the setting for the owner. I can't seem to
> see the general options page.
It'