Re: [Mailman-Developers] Mailman 3 discussion

2015-04-21 Thread Mark Sapiro
On 04/21/2015 03:41 PM, Barry Warsaw wrote:
> On Apr 20, 2015, at 10:41 PM, Danil Smirnov wrote:
> 
>> Look at this please:
>> http://dpaste.com/3N8ABXY
> 
> Darn, that expired.

I think Florian addressed that one at
.

-- 
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] Mailman 3 discussion

2015-04-21 Thread Barry Warsaw
On Apr 20, 2015, at 10:41 PM, Danil Smirnov wrote:

>Look at this please:
>http://dpaste.com/3N8ABXY

Darn, that expired.

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 3 discussion

2015-04-21 Thread Barry Warsaw
On Apr 20, 2015, at 05:38 PM, Brian Carpenter wrote:

>According to my linux admin, the installation process was straightforward.
>We used the mailman3 bundler to install all 3 packages of Mailman 3. We are
>running Mailman 3 using Nginx and Postgres. We have one troubleshooting
>issue we are looking into. When I try to use the mass subscribe function, I
>got an Server Error (500) message. Has anyone else run into that?

Postorius currently implements mass subscribe as N number of individual
subscription requests.  In the future, we might add a real mass subscribe end
point to the REST API.

In any case, a 500 error always indicates a REST server bug.  There should be
a traceback in the mailman error log.  If you find it and can reproduce the
problem please do open a bug on Launchpad.  We're very very close to a final
release so if this can be fixed before then, we'll try to do so.

>Also what user levels does Mailman 3 support at this time?

I'm not quite sure what you mean.  In the model, members link users/addresses
to mailing lists.  For a member linking a user, the user must have a verified,
preferred address.  Each member has a role, which can be member, nonmember,
owner, or moderator.  So a mailing list's owner is a member record with role
owner.

Domains can also have owners, but these aren't members.  Domains directly link
to a list of user records, each of which is the domain owner.

User records have a flag which if true, indicate that that user is a server
owner.

All of these various things can be set through the REST API, though I'm not
sure if Postorius supports each.

Does that help?

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] List Info Page

2015-04-21 Thread Mark Sapiro
On 04/21/2015 11:30 AM, Brian Carpenter wrote:
> Is the concept of the listinfo page being carried over to Mailman 3 and if
> yes, is it part of Mailman 3's current distribution or is it yet to be
> added?


The postorius home page (also the /lists page) is the overview of lists.
Or do you mean the listinfo page for a specific list? There isn't a lot
there now.

First, you have to be logged in to see it. This is different from 2.1
where a 'user' is an email address/password for a list and the same
person is a separate 'user' for each list of which she is a member.

In MM 3 she is a user of that Mailman installation. She may have several
email addresses and various roles with respect to specific lists, so she
can be a user before joining any lists.

At some point, the list's 'info' tab will have more of the current
listinfo type information. It's still a work in progress, and I'm also
still learning as my primary role is, and will be for some time, 2.1
maintenance and support.

-- 
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] List Info Page

2015-04-21 Thread Brian Carpenter
Is the concept of the listinfo page being carried over to Mailman 3 and if
yes, is it part of Mailman 3's current distribution or is it yet to be
added?

 



 

Brian Carpenter
Owner



Providing Cloud Services and more for over 15 years.


T: 336.755.0685
E: br...@emwd.com
www.emwd.com



 

 
 



 

___
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 3 discussion

2015-04-21 Thread Danil Smirnov
2015-04-21 18:26 GMT+03:00 Aurelien Bompard :
> Make sure you started the "runserver" command again. Does it output
> something when you connect to the page?

Yes I've checked it already - if it is not started I get 'Connection
refused' error.
If started, I get 'Received 0 B,...' or 'Request sent' in bottom status line
and blank/black screen.

update.
Hm, somehow it returned to the working state. Domain has been
successfully created.
Thank you!

Danil
___
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 3 discussion

2015-04-21 Thread Aurelien Bompard
> Now there is no response from http://127.0.0.1:8000/mailman3
> at all... :(
>
> Just blank screen of links and 'Request sent' status.

Make sure you started the "runserver" command again. Does it output
something when you connect to the page?

A.
___
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 3 discussion

2015-04-21 Thread Danil Smirnov
2015-04-21 15:41 GMT+03:00 Florian Fuchs :
> The change is not directly reflected in mailman-bundler. But running
> `buildout` again should install the newest version of mailman.client.
> Florian

Now there is no response from http://127.0.0.1:8000/mailman3
at all... :(

Just blank screen of links and 'Request sent' status.

Danil
___
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 3 discussion

2015-04-21 Thread Florian Fuchs

On Di, Apr 21, 2015 at 09:40:52 +0300, Danil Smirnov wrote:

2015-04-21 0:34 GMT+03:00 Florian Fuchs :

OK, the problem was a file name conflict on the Python package index (due to
an erroneously omitted pre-release suffix while parsing the version string
of
a previous beta-release), which eventually led to pypi delivering the
previous release's tarball. I've associated a new file with the latest
release on pypi so the correct tarball gets installed.

Sorry for that...


Okay, but what is workaround right now?
I don't see any new revisions in the mailman-bundler...


The change is not directly reflected in mailman-bundler. But running
`buildout` again should install the newest version of mailman.client. 


Florian



signature.asc
Description: Digital signature
___
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