On 07/25/2018 09:43 AM, Kamran Soomro wrote:
> Hi,
>
> Recently I’ve started seeing some weird exceptions when trying to send emails
> to a list with mailman 3 running in docker:
>
> From mailman core logs:
>
> sqlalchemy.exc.DataError: (pymysql.err.DataError) (1406, "Data too long for
> column '
On 04/22/2018 12:31 PM, ?? wrote:
> OK, I follow the instruction of /usr/share/doc/mailman3/README.Debian,
>
>
> it can visit http://server/mailman3/postorius/lists/, but when login, it says
> Sever Error (500). in /var/log/mailman3/web/mailman-web.log there is a line:
> SMTPRecipientsRefused
On 12/28/2017 06:19 PM, Mark Sapiro wrote:
On 12/28/2017 08:33 AM, Simon Hanna wrote:
* New keys (and values) can be added anytime
This would make things like exposing new stuff easy. Clients that don't
know about a field can just ignore it.
But that doesn't address the original i
On 12/27/2017 09:49 AM, Abhilash Raj wrote:
Hi All,
Core's REST API is versioned and any change that break backwards-compatibility
cause the version to bump so that clients can take care of that.
However, one question that I have been thinking about recently is how to handle
additions to REST A
Replying back to the list :-)
> #virtualenv?0?2 = /srv/django/mailman/env
since you managed to install postorius and get it running, you either
installed it systemwide which would work with it commented out, or you
actually created a virtualenv in which case you should know where the
location of
On 12/17/2017 10:59 AM, 孙志勇 wrote:
Hi, when I init uwsgi, I find a problem "importerror no module named django".
I install postorius following installation in
http://postorius.readthedocs.io/en/latest/setup.html, and visit
http://192.168.1.96:8001 it workes well after run: $ sudo python manag
On 12/15/2017 08:03 PM, Tobias Conradi wrote:
https://www.djangoproject.com/weblog/2017/dec/02/django-20-released/
1) Is there a date for when Mailman Suite will switch to Python 3 only,
so user are not required to install two Python versions?
AFAIK there are merge requests for all the parts, th
On 12/15/2017 09:15 PM, Mark Sapiro wrote:
On 12/15/2017 05:43 AM, 孙志勇 wrote:
Hi, I installed mailman3.1.1 using pip3 on debian9.3.
Where is the var directory of mailman?Thank you.
In the home directory of the user that runs 'mailman'.
That's where it should be (by convention). It will be crea
These images are built using git-heads *only* if they are passing our
test suite and are re-generated weekly. You should be aware that while
all these components are tested with their individual test suites, their
combination might sometimes not be stable. This will get you
updates/bug-fixes muc
On 11/08/2017 12:03 AM, Abhilash Raj wrote:
New images are available on quay.io and, moving forward, the rest of
the image builds will also be moved to Quay[4][5].
Since docker deployment is currently the recommended install, with
manual installs using the master branches for "experts" I wonder
I guess more important would be to sign the releases. At least archlinux likes
to have signatures for source archives and often requests upstream projects to
add this.
For me as a user it would be more interesting to have a verified release signed
by one key that's static rather than a commit
I'm in favor of dropping Python2. All distros have Python3 and afaik all
dependencies are Python3 ready. So I don't see a reason why anybody
would want to stick to Python2, especially since core is Python3 only...
___
Mailman-Developers mailing list
Ma
On 09/05/2017 02:45 AM, Mark Sapiro wrote:
> On 09/04/2017 02:46 PM, Simon Hanna wrote:
>>> Does anyone have an idea why Mailman 3 is not starting on reboot?
>> I'm using systemd and it has been working for me the last couple of
>> reboots. I don't have one comin
> Does anyone have an idea why Mailman 3 is not starting on reboot?
I'm using systemd and it has been working for me the last couple of
reboots. I don't have one coming up on my prod setup until end of this
month, I can check again then.
I once had issues with stale locks, because the processes s
Hi,
I know it might be a little early, but I'd like to talk about the plan
for Postorius (Mailman in general) releases moving forward.
Should there be more point releases? 3.1.X? Or just 3.X? Are releases
bound to Core releases (following core's release numbering?)? How often
do we do releases?
On 03/10/2017 02:08 AM, raditya wrote:
> Dear Mentors,
>
> After going through a lot of sources mentioned in recent replies to
> other subscribers and some online sources i have got some understanding
> about the idea, which i would like to share with you guys and get some
> feedback and suggestio
On 01/26/2017 08:57 PM, Barry Warsaw wrote:
> On Jan 26, 2017, at 07:38 PM, Simon Hanna wrote:
>
>> Please note that mailman-bundler currently doesn't produce a usable
>> environment.
> I think bundler does more harm than good. We should probably just abandon it,
>
On 26 January 2017 17:32:48 GMT+01:00, Stephan Wehner
wrote:
>I've been working with the Dockerfile at
>
>https://wiki.list.org/DEV/Mailman%203.0/Mailman%203.0%20Suite%20Dockerfile
>
>for setting up Mailman 3.
>
>The page doesn't say who to contact.
>
>Is this mailing list a good place to ask que
On 01/10/2017 03:56 AM, Barry Warsaw wrote:
> Reviving an ancient thread.
>
> On May 28, 2016, at 10:27 PM, Simon Hanna wrote:
>
>> I used Zanata, but found it not very intuitive to use. It's also
>> painfully slow.
>>
>> I'm unaware of any big proj
ht some graphic issue...
>
> On 6 December 2016 at 17:21, Simon Hanna <mailto:simon.ha...@serve-me.info>> wrote:
>
> On 12/06/2016 10:15 AM, Nikhil Rayaprolu wrote:
> > I tried installing hyperkitty ,following the doc
> > https://hyperkitty.readthedocs.io/en/l
On 12/06/2016 10:15 AM, Nikhil Rayaprolu wrote:
> I tried installing hyperkitty ,following the doc
> https://hyperkitty.readthedocs.io/en/latest/development.html . but on
> opening the localhost:8000 on browser.
> NoReverseMatch at /
>
> Reverse for 'hyperkitty.views.index.index' with arguments '()
On 12/06/2016 11:37 AM, Nikhil Rayaprolu wrote:
> I tried installing the postorius , and on logging in I am facing an error
> "SMTPRecipientsRefused at /accounts/login/"
> what would be causing the problem?
> on reading the docs I found that we should add the settings of postfix in
> mailman.cfg fi
Hi,
Just a quick warning:
Do not use the online merge conflict resolver of GitLab. It can break
your remote copy of the repository in a way that you can't fix yourself.
And it looks like GitLab staff is not actually helping...
I broke my Postorius remote
https://gitlab.com/gitlab-com/support-fo
On 28 November 2016 05:33:55 GMT+01:00, Leon wrote:
>Hi developers. I copied production.py from (
>https://wiki.list.org/DOC/Mailman%203%20installation%20experience?action=AttachFile&do=view&target=production.py),
>so 'allauth.socialaccount.providers.facebook' is in INSTALLED_APPS.
>Also, I
>added
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)
On 11/14/2016 09:17 PM, Barry Warsaw wrote:
> How do the other subprojects look for a December release?
>
> This is a good link to track the project-wide milestone:
>
> https://gitlab.com/groups/mailman/milestones/31?title=3.1
I went ahead and tagged a couple of issues from Postorius and mailmancli
>So I need to record a new tape and modify the test. So my problem is I
>can't record any tapes. My "tox -e record" attempts fail with
>tracebacks
>like the attached.
>
>It appears the virtualenv in .tox/record is a Python 3.5 virtualenv and
>Python 3.5 doesn't have a urllib2 module.
>
>Why is tox
Hi,
I know all core devs are volunteers, and no one is maintaing the Mailman
projects full-time, but it's a little frustrating to have your merge
request open for a couple of months without any/much reaction to it...
I try to keep my merge requests up to date and conflict-free, but having
to
Hi,
I started working on docker files for Mailman.
I created three repositories:
- https://github.com/simonsmiley/postorius-docker
Holds the files needed to create a postorius container
- https://github.com/simonsmiley/mailman-docker
Holds the files needed to create a core container
- https:/
> Please take a look at any other bugs not assigned to milestone 3.1 and let me
> know if you think any are serious enough to block the 3.1 release. I'll say
> in advance that I'm going to be brutal in assessing them, because 3.1 really
> needs to be released soon!
I guess https://gitlab.com/mail
On 06/11/2016 11:14 PM, Khushbu Parakh wrote:
> Hi,
> I am working on search plugin for lists
I think this would be a nice addition to Postorius.
> and wondering what would be the best approach,
> using Ajax or reloading the page and which JS files.
> Do I need to write urls with the handler fo
>>I'm not sure "rest" is the way it's currently being used either: it
>might be
>>more useful to rename it to be like the wait-for-mailman tag to
>indicate bugs
>>that occur due to mailmanclient.
>
>'wait-for-mailman' is just a little weird given that we use the term
>'mailman'
>for the whole umbr
On 05/17/2016 04:06 PM, Barry Warsaw wrote:
> Hi Simon,
>
> On May 17, 2016, at 03:31 PM, Simon Hanna wrote:
>
>> I guess I could take some sort of lead on that. I played around a little
>> with pootle and I really like it. It's easy to use, fast and anyon
On 05/22/2016 12:08 AM, Harshit Bansal wrote:
> Hi Simon,
> This is the discussion that I was referring to:
>
> Harshit Bansal writes:
>
> > I think the "Permissions Systems" would have nothing to do with the
> > core. It would be related to Postorius. We will have to create a style
> > model
>Hi,
>Earlier, while discussing the permission system for manging styles, it
>was
>decided that the permissions system should be enforced in the core
>rather
>than in the postorius since otherwise it can be bypassed(deliberately
>or
>undeliberately). But one thing that I think I forgot to discuss w
On 04/21/2016 04:47 AM, Stephen J. Turnbull wrote:
> -i18n removed, I'm not subscribed.
>
> Barry Warsaw writes:
>
> > We need a Mailman 3 translation champion, someone who understand
> > the technical and more importantly, social issues involved, and can
> > spend time and energy on helping b
Hi,
Currently Postorius handles form submissions like this:
1. Check to see if inputs are malformed, raise error if so
2. Submit to mailman-core and see what the response is.
- ConnectionError: Mailman-core is unreachable, display error message
- Success: Display some success notification
- HttpEr
On 05/12/2016 01:06 PM, ADITI GUPTA wrote:
> Hello,
> I am Aditi Gupta. I got selected for GSoC'16 Systers Mailman Project.
Congrats.
> I cloned systers repositories of mailman3, mailmanclient, postorius and
> hyperkitty from github.
Their versions are OLD! It doesn't look like they contain any cha
On 05/07/2016 09:41 PM, Anirudh Dahiya wrote:
> Hi
> I updated my builds and am facing the following error :
> InvalidTemplateLibrary: Invalid template library specified. ImportError
> raised when trying to load 'postorius.templatetags.membership_helpers':
> cannot import name MailingList
> I tried
Hi,
I just completed setting up the Mailman 3 projects on zanata.org
They can be found here:
https://translate.zanata.org/project/view/mailman
https://translate.zanata.org/project/view/postorius
https://translate.zanata.org/project/view/hyperkitty
I'm hesitating to ask people to translate becaus
On 04/10/2016 11:06 PM, Terri Oda wrote:
> On 2016-04-06 4:29 PM, Barry Warsaw wrote:
>> On Apr 07, 2016, at 12:26 AM, Simon Hanna wrote:
>>
>>> Short version: it supports both external (social) and internal
>>> (django) auth
>>> systems and offers option
On 04/07/2016 01:29 AM, Barry Warsaw wrote:
> On Apr 07, 2016, at 12:26 AM, Simon Hanna wrote:
>
>> Short version: it supports both external (social) and internal (django) auth
>> systems and offers options to combine/switch between them . Allauth provides
>> Signals t
>In that case, how should this address be validated? Should Postorius
>consider that the login system always validates addresses and set them
>as
>verified in Mailman? Should it ask mailman to verify the email
>addresses
>when it encounters a user's un-verified address? This does not seem
>possible
Am 25. März 2016 18:16:09 MEZ, schrieb Mark Sapiro :
>On 03/25/2016 06:06 AM, Aditya Divekar wrote:
>>>
>> My knowledge of anonymous mailing lists is a bit less. But from what
>I
>> understand, the address for the mailbox would not have a display name
>for
>> anonymity purposes whereas the user can
Note that these are my personal thoughts and nothing official. :-)
On 03/21/2016 10:50 PM, Shubham Ghiya wrote:
> Hello,
>
> My name is Shubham Ghiya, a 3 year undergraduate from IIIT-Hyderbad.
>
> I was going through the GSOC 2016 ideas and found "GitLab/development tools
> integration" project
On 03/18/2016 10:25 AM, Odhiambo Washington wrote:
> I try to login to test2 using google and I get Server Error (500).
>
> I can't use persona and I don't wanna use Yahoo!
citing the previous mail:
> Note that the login page offers Persona, Google and Yahoo for login, but
> only Persona works
Wh
> Thanks, Florian, but why should I go that way when there is a link to sign
> in with google, which I already have?
> I have gone ahead and done that anyway, since I am curious about MM3.
This server is not yet fully operational. That's why currently only persona
works.
> Are there people who hav
On 03/16/2016 06:35 AM, Mark Sapiro wrote:
> Some of you may have seen my posts on mailman-cabal, but I am installing
> a production instance of Mailman 3 on lists.mailman3.org in order to
> support initially a Mailman 3 users list.
>
> The first question is should it be mailman-us...@mailman3.org
On 03/14/2016 10:34 PM, treal tv wrote:
> I might be misunderstanding you, Simon, but should I not be using Mailman 3
> built with the bundler
> if I intend to modify/further build on the code?
>
> I've been working off one built with the bundler for the last couple months
> and it's tolerated t
On 03/14/2016 07:25 PM, Dominic Dambrogia wrote:
> Hi, My name is Dominic.
> I contacted this mailing list last week about list moderation and post
> approval. My problem was not being able to set a list password via the REST
> api. I need this for nonmember approval of posting to a mailing list vi
On 03/11/2016 10:54 AM, Wasim Thabraze wrote:
> Hi Abhilash,
>
> So the tool can be anything like web based thing, a module or a plugin?! Am
> I thinking wrong?
>
> Before I can propose a way, I need your help in knowing more about the
> project.
>
> 1. Can anyone use it or only the admin?
I gue
On 03/10/2016 04:18 PM, Daman Singh wrote:
> Hello everyone!
>
> I am trying to install mailman for development using mailman-bundler. I
> followed the instructions given here
> http://mailman-bundler.readthedocs.org/en/latest/ , but i am facing a
> problem.
> When i run buildout command i get an
Hi,
I took the liberty of updating a couple of pages on the wiki. Noticeable
additions are the following
two pages:
http://wiki.list.org/DEV/HowToContributeGit
which is intended to be a howto regarding git. It should cover the basics by
giving example
executions of commands. Real documentation
On 03/08/2016 03:35 AM, Aditya Divekar wrote:
> Hi,
> I recently reinstalled my OS, ubuntu 14.04 , and was trying to get the
> development server for mailman running. (I had mailman running in my
> previous OS setup, but I had to reinstall my OS due to some python issues)
You generally don't want t
On 03/05/2016 11:57 AM, Aditya Divekar wrote:
> Hi!
> I was looking around the mailman code, and could not find the functionality
> for captcha in the mailing lists subscription pages.
> I think it could be a good feature to implement in the upcoming versions,
> and would like to know if its a good
I just realized I didn't reply to the list but to the OP only. Here is my reply:
> CannotOverwriteExistingCassetteException: No match for the request
> ( http://localhost:9001/3.0/members/find?subscriber=%2Aexample.com%2A&list_id=foo.example.com&role=member>)
> was found. Can't overwrite existing
> I just found another solution: django-allauth
> http://www.intenct.nl/projects/django-allauth/
> http://django-allauth.readthedocs.org/en/latest/overview.html
> https://github.com/pennersr/django-allauth
>
> It's a relatively large project. It has 2000+ stars and about 800 forks on
> github. Th
On 01/29/2016 08:59 PM, f...@florianfuchs.com wrote:
>
>
> On 2016-01-29 16:00, Barry Warsaw wrote:
>> From a UX perspective, I do want to allow people to log into their accounts
>> using any of their registered and validated email addresses. People very
>> often forget just which address is sub
Hi,
Mozilla is dropping Persona and shutting it down later this year [1].
Postorius and Hyperkitty will have to drop it, and use something else as a
default login mechanism.
I propose using the django authentication system by default and making it easy
for people to add
other authentication me
Hi,
(mainly for Florian, but it's not secret)
Since I'm a student, I was thinking about applying for a GSoC spot this summer,
but I'll probably
not have the time for it, so I won't do that.
I would however have enough time to be a mentor. (Google says about 5h a week
per student, I could
manage
> Installing mailman-web.
> Error: There is a version conflict.
> We already have: pbr 1.8.1
> but lockfile 0.11.0 requires 'pbr!=0.7,<1.0,>=0.6'.
It looks like lockfile does not actually need a specific version of pbr.
https://bugs.launchpad.net/pylockfile/+bug/1506679
not sure though since I ma
> my server's apache postorius error log shows me:
>
> [Tue Oct 06 15:52:34.961249 2015] [:error] [pid 11691] (13)Permission
> denied: [client :42590] mod_wsgi (pid=11691): Unable to connect to WSGI
> daemon process 'hyperkitty' on '/run/httpd/wsgi.11685.0.1.sock' after
> multiple attempts.
>
Hi,
I just finished packaging Mailman 3 for Archlinux.
I divided it into packages as follows:
mailman-core: the core mailman installation
mailman-django-git: a skeleton django project for serving hyperkitty and
postorius
python2-django-postorius: the postorius module
python2-django-hyperkitty: t
On Fri, Sep 11, 2015 at 11:26:44AM +0900, Stephen J. Turnbull wrote:
> Pierre-Elliott Bécue writes:
>
> > It seems that if I want to have a good source package, I need 5 repos :
> >
> > - Mailman
> > - HyperKitty
> > - Postorius
> > - HyperKitty - MailMan Plugin
> > - MailmanClient
>
On Tue, Sep 01, 2015 at 09:02:00PM -0400, Waldbieser, Carl wrote:
>
> I am currently using Mailman 2.
> If Mailman 3 provides the features I am interested in, that would be great,
> provided there is some kind of well-defined upgrade path.
AFAIK the official statement is that Mailman 3.1 will pro
On Tue, Sep 01, 2015 at 11:15:47AM -0400, Waldbieser, Carl wrote:
> I know that currently, mailman roles are set up such that the roles
> themselves have a shared password per role. I want to be able to move away
> from that model and have roles assigned to individual user accounts that
> would
Hi there,
I just downloaded the mailman3 code to see if I can contribute anything.
I was astonished to find out that postorius still uses python2
although mailman made the switch to python3.
Is there any reason behind this?
I asked on the irc channel but got no answer so I'm trying here.
I used
67 matches
Mail list logo