Re: [Mailman-Developers] Patch for HyperArch

2016-03-10 Thread Mark Sapiro
On 03/10/2016 10:10 AM, Mark Sapiro wrote: > > For the actual "fix", my inclination is to modify the _set_date method > in pipermail.py (this is called from Hyperarch.py as > self.__super_set_date(message) just before it does self.fromdate = > time.ctime(int(self.date)). > > I would have this

Re: [Mailman-Developers] List Passwords via Mailman REST api

2016-03-10 Thread Barry Warsaw
On Mar 10, 2016, at 12:54 PM, Dominic Dambrogia wrote: >If you can point me towards how to set passwords via the REST api or a hint >of why I'm failing to moderate emails I would truthfully appreciate it. Hi Dominic, Currently the moderator_password can't be set via REST. You would have to do

[Mailman-Developers] List Passwords via Mailman REST api

2016-03-10 Thread Dominic Dambrogia
Hi, my name is Dominic. I'm on the final steps of finishing my Mailman mailing list server. The last problem I'm having is moderating emails. Everything for mailman on my application is written in a PHP wrapper class built around your REST api. Currently, we have no passwords set for lists, so

Re: [Mailman-Developers] Help regarding an error during installation

2016-03-10 Thread Abhilash Raj
Hi Daman, On 03/10/2016 07:18 AM, 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

[Mailman-Developers] Interested in the GSoC idea 'GitLab/development tools integration'

2016-03-10 Thread Wasim Thabraze
Hello everyone, I am Wasim Thabraze, a Computer Science Undergraduate. I have thoroughly gone through the GSoC ideas page and have narrowed down my choices to the project 'GitLab/development tools integration'. I have experience with GitLab, GitHub and also used their API's to build stuff. I

Re: [Mailman-Developers] Patch for HyperArch

2016-03-10 Thread Mark Sapiro
On 03/10/2016 03:19 AM, Sebastian Hagedorn wrote: > > Unless you're really interested in the other differences you referred to > in your other message, I won't bother to analyze them further. It seems > clear to me that you have identified the main issue. I understand the issue, and I know how

Re: [Mailman-Developers] Basic workflow of the ARC implementation

2016-03-10 Thread Aditya Divekar
Hi Steve! > This should be trivial to do with the Python email package, too. I > don't really see that a separate module would be useful, since we'll > want to extract a fixed set of headers (ARC- and DKIM-specified). Of > course it should be factored into a separate function (or perhaps a >

Re: [Mailman-Developers] Help regarding an error during installation

2016-03-10 Thread Simon Hanna
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

[Mailman-Developers] Help regarding an error during installation

2016-03-10 Thread Daman Singh
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 error saying,"no module named 'zlib'" but on running

Re: [Mailman-Developers] Patch for HyperArch

2016-03-10 Thread Sebastian Hagedorn
--On 9. März 2016 um 15:15:20 -0800 Mark Sapiro wrote: We played around and found that the error is related to our version of Python. Here's a minimal test script that shows the issue: from email.Utils import parseaddr, parsedate_tz, mktime_tz, formatdate print