Re: [Mailman-Developers] Attachment in mail

2016-11-15 Thread Mark Sapiro
On 11/15/2016 07:55 PM, Mark Sapiro wrote:
> On 11/15/2016 01:17 PM, Leon wrote:
>> Hi developers. I was wondering if mailman can block attachments in mails.
>> Mails sent out by mailman may have various attachments eg. logo in mail
>> template. I know mailman can block mails with attachments, but that is not
>> what we want. We hope to send out mails without attachments.
> 
> 
> This post really belongs on Mailman-users
> . Please address
> any follow-ups to that list.
> 
> Check out the Content filtering section in the web list admin UI. If you
> have further questions about this, please join the Mailman-users list at
>  and post them
> there.
> 


-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Developers] Attachment in mail

2016-11-15 Thread Mark Sapiro
On 11/15/2016 01:17 PM, Leon wrote:
> Hi developers. I was wondering if mailman can block attachments in mails.
> Mails sent out by mailman may have various attachments eg. logo in mail
> template. I know mailman can block mails with attachments, but that is not
> what we want. We hope to send out mails without attachments.


This post really belongs on Mailman-users
. Please address
any follow-ups to that list.

Check out the Content filtering section in the web list admin UI. If you
have further questions about this, please join the Mailman-users list at
 and post them
there.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Developers] Attachment in mail

2016-11-15 Thread Leon
Hi developers. I was wondering if mailman can block attachments in mails.
Mails sent out by mailman may have various attachments eg. logo in mail
template. I know mailman can block mails with attachments, but that is not
what we want. We hope to send out mails without attachments.

-- 
Best wishes,
Leon
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Developers] Mailman Sprint happening NOW at PyCon 2016 Canada

2016-11-15 Thread Simon Hanna


On 11/15/2016 04:01 PM, Barry Warsaw wrote:
> On Nov 15, 2016, at 11:12 PM, Stephen J. Turnbull wrote:
>
>> It was a good idea at the time, but IMO it will be way too much work
>> to keep up to date as is.  If we must provide a bundle, I think we
>> should use something like Simon's script (AIUI) to create a fully-
>> provisioned tree from git, probably in (a) venv(s), and make a source
>> tarball from that, venvs and all.  Something like a top-level setup.py
>> to install it all in $prefix.
>>
>> Folks who don't want that (distros, seasoned admins) can probably
>> handle git.  Probably... ;-)  And following readthedocs for config.
> I think I missed a reference to Simon's script, but I'd be interested in that
> approach too.  At this point it sounds like we shouldn't fixate on a single
> deployment mechanism; we can provide some official containers, help distro
> packagers, and above all, have really good documentation.
https://gitlab.com/thelinuxguy/mailman-suite/

It's not really a script. It's a django project configuration (Which
you'll need to run postorius/hyperkitty)
But it's built so that you can easily choose which components you want
to actually use.
However you may want to deploy Mailman, you'll have to use such a structure.
It's pretty much barebones, with the added complexity resulting from
allowing
you to choose to run only one of postorius or hyperkitty..
And I tried to write up everything important in the readme...

It doesn't actually install anything on its own, but instructs on the
different options available...
It also includes nginx and uwsgi config files since I'm using them for
deployment

It should work as is for the master branches, but my setups are a little
behind right now...
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Developers] Mailman Sprint happening NOW at PyCon 2016 Canada

2016-11-15 Thread Barry Warsaw
On Nov 15, 2016, at 11:12 PM, Stephen J. Turnbull wrote:

>It was a good idea at the time, but IMO it will be way too much work
>to keep up to date as is.  If we must provide a bundle, I think we
>should use something like Simon's script (AIUI) to create a fully-
>provisioned tree from git, probably in (a) venv(s), and make a source
>tarball from that, venvs and all.  Something like a top-level setup.py
>to install it all in $prefix.
>
>Folks who don't want that (distros, seasoned admins) can probably
>handle git.  Probably... ;-)  And following readthedocs for config.

I think I missed a reference to Simon's script, but I'd be interested in that
approach too.  At this point it sounds like we shouldn't fixate on a single
deployment mechanism; we can provide some official containers, help distro
packagers, and above all, have really good documentation.

Cheers,
-Barry
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Developers] Mailman Sprint happening NOW at PyCon 2016 Canada

2016-11-15 Thread Stephen J. Turnbull
Mark Sapiro writes:
 > On 11/14/2016 03:52 PM, Barry Warsaw wrote:

 > > I'm not sure how useful bundler is either.

It was a good idea at the time, but IMO it will be way too much work
to keep up to date as is.  If we must provide a bundle, I think we
should use something like Simon's script (AIUI) to create a fully-
provisioned tree from git, probably in (a) venv(s), and make a source
tarball from that, venvs and all.  Something like a top-level setup.py
to install it all in $prefix.

Folks who don't want that (distros, seasoned admins) can probably
handle git.  Probably... ;-)  And following readthedocs for config.

Steve


___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9