[Mailman-Developers] Rolling releases for Container Images and Funding Campaign for Mailman

2017-11-07 Thread Abhilash Raj
eleases [4]: https://quay.io/repository/maxking/mailman-web [5]: https://quay.io/repository/maxking/mailman-core -- Abhilash Raj maxk...@asynchronous.in ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailma

[Mailman-Developers] Signing commits with gpg

2017-10-24 Thread Abhilash Raj
of `.gitconfig` to auto-sign every commit you make (no need for step 2 if you do this): ``` [user] name = Abhilash Raj email = raj.abhila...@gmail.com signingkey = 541EA0448453394FF77A0ECC9D9B2BA061D0A67C [commit] gpgsign = true ``` Once you have pushed a signed commit

Re: [Mailman-Developers] Renaming a list

2017-10-23 Thread Abhilash Raj
am not sure if we already check acceptable alias rules for existing mailing lists to make sure they don't match any new list created. We'd have to do it if we start putting acceptable aliases in transport maps. As a feature, it could be helpful to have multiple posting addresses for a single L

Re: [Mailman-Developers] Migrating Postorius and Hyperkitty to Python 3

2017-10-08 Thread Abhilash Raj
t support. > > > On October 1, 2017 2:12:46 PM PDT, Abhilash Raj > <maxk...@asynchronous.in> wrote:>> Hi All, >> >> >> >> Mailman uses Django web framework for the web based frontends, >> Postorius >>>> - The Official UI, a

Re: [Mailman-Developers] Problem getting tox to use mysql

2017-10-08 Thread Abhilash Raj
ribe: > https://mail.python.org/mailman/options/mailman-developers/raj.abhilash1%40gmail.com > > Security Policy: http://wiki.list.org/x/QIA9 -- Abhilash Raj maxk...@asynchronous.in ___ Mailman-Developers mailing list Mailman-Developers@python.

Re: [Mailman-Developers] Mailman 3 not restarting after reboot [addendum]

2017-09-05 Thread Abhilash Raj
Hi Mark, I did just a quick search and read about issues related to Click and init scripts. See below. On Tue, Sep 5, 2017, at 09:19 AM, Mark Sapiro wrote: > I'm beginning to develop some understanding of this. I think it is not > related to the changes for plugins, but rather is related to the

Re: [Mailman-Developers] Next Postorius release

2017-06-30 Thread Abhilash Raj
Excerpts from Barry Warsaw's message of June 30, 2017 1:15 pm: On Jun 30, 2017, at 07:24 PM, Abhilash Raj wrote: Have you looked at Mariatta's new cherry-picker tool for CPython workflow? It seems to make the cherry-picking and backporting a bit easier. [1]: https://github.com/python/core

Re: [Mailman-Developers] Next Postorius release

2017-06-30 Thread Abhilash Raj
easier. [1]: https://github.com/python/core-workflow/tree/master/cherry_picker -- thanks, Abhilash Raj pgp1idnknhi0i.pgp Description: PGP signature ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo

[Mailman-Developers] Mailman 3 Container Images v0.1

2017-06-26 Thread Abhilash Raj
ttps://github.com/maxking/docker-mailman [4]: https://asynchronous.in/docker-mailman/#release [5]: http://semver.org/ [6]: https://github.com/maxking/docker-mailman/issues [7]: https://github.com/maxking/docker-mailman/wiki -- thanks, Abhilash Raj pgpvwuWMPT58W.pgp Description: PGP signa

[Mailman-Developers] Breaking mailmanclient into seperate modules

2017-06-07 Thread Abhilash Raj
modules. The current setup works but is huge (1300+ LOC) and that is ok for now, but I want to add docstrings to classes/methods and it would definitely make it too big! I would love to hear what others think about this. -Abhilash -- thanks, Abhilash Raj

Re: [Mailman-Developers] [GSoC] Encrypted mailing lists

2017-05-14 Thread Abhilash Raj
not very sure, but I will have some time on 17th too, I will let you know? - Add proper objective milestones to the proposal. - Change the proposal to reflect movement towards a more plugin-like implementation. I hope this summer is fun for you! thanks, Abhilash -- thanks, Abhilash Raj

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

2016-11-14 Thread Abhilash Raj
opers > 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/raj.abhilash1%40gmail.com > > Security Policy: http://wiki.list.org/x/QIA9 >

Re: [Mailman-Developers] GSoC Project: pgp plugin

2016-03-18 Thread Abhilash Raj
sis on security > implications before I start coding this project. Great! > However, at the moment I'm in the middle of writing my Project Proposal. > May I send you a draft along with personal questions? > And/Or Abhilash Raj, may I send you those? I guess you can upload drafts of proposal

Re: [Mailman-Developers] GitLab/development tools integration project

2016-03-13 Thread Abhilash Raj
/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/raj.abhilash1%40gmail.com > > Secu

Re: [Mailman-Developers] Introduction + Interested in the GSoC idea 'Preset list settings templates (aka list styles)​' (Devendra Vyas)

2016-03-11 Thread Abhilash Raj
ssion deadline. > ​Thanks and regards​ > ​Devendra​ > -- thanks, Abhilash Raj ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchab

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

2016-03-10 Thread Abhilash Raj
look for the virtualenv that gives this error(it could be venv-3.4, that bundler makes for running mailman in), activate that, and install 'zlib in there. I am not sure where is this error coming from, but for general python projects, this is a general so

Re: [Mailman-Developers] GSOC 16

2016-03-07 Thread Abhilash Raj
issues, if not, > great! I would like to add another line that use mailman-bundler only to test it out. If you are aiming for development, then it would be a good idea to setup the entire development environment manually. -- thanks, Abhilash Raj signature.asc Description: PGP signature

Re: [Mailman-Developers] Getting Introduced with the Community and Looking forward to Contribute

2016-03-06 Thread Abhilash Raj
t off by looking at the issues in Gitlab and see if anything interests you. After that try solving that and you can ask for help here or on IRC. > It would be highly appreciable if someone can help me move forward to > contribute to software starting off with some easy tasks and then moving > l

Re: [Mailman-Developers] [Mailman-Developters] GSoC support

2016-03-06 Thread Abhilash Raj
the message passing and pub/sub models out there right now. It would be your job to choose the framework that you think is best for the purpose, after you have clearly define the *purpose*. And the explain why you chose it over other alternatives. > Thank you, > amil > > On 6 March 201

Re: [Mailman-Developers] Mailman 3 on lists.mailman3.org

2016-03-05 Thread Abhilash Raj
.list.org/x/AgA3 > Searchable Archives: > http://www.mail-archive.com/mailman-developers%40python.org/ > Unsubscribe: > https://mail.python.org/mailman/options/mailman-developers/raj.abhilash1%40gmail.com > > Security Policy: http://wiki.list.org/x/QIA9 > -- thanks, Abhil

Re: [Mailman-Developers] [Mailman-Developters] GSoC support

2016-03-05 Thread Abhilash Raj
you have more questions. > > Please Refer My LinkedIn: (amil shanaka > <https://lk.linkedin.com/in/amilshanaka>) for more detail about me and the > projects I've done so far. > > Hope you will help me with this. > > Thanks, > -- thanks, Abhilash Raj ___

Re: [Mailman-Developers] Introduction

2016-03-03 Thread Abhilash Raj
part, as right now it is the most explanatory guide to getting started on the top of my mind. It also has all the links to pages that you would need. If you have questions please feel free to ask on this list or IRC. [1]: http://wiki.list.org/x/17891941 > > Thank You >

Re: [Mailman-Developers] Query regarding GSoC 2016

2016-03-03 Thread Abhilash Raj
ibe: > https://mail.python.org/mailman/options/mailman-developers/raj.abhilash1%40gmail.com > > Security Policy: http://wiki.list.org/x/QIA9 > -- thanks, Abhilash Raj ___ Mailman-Developers mailing list Mailman-Developers@python.org

Re: [Mailman-Developers] GSoC Project: pgp plugin

2016-02-29 Thread Abhilash Raj
On 02/29/2016 03:02 AM, Jonas wrote: > Hi Abhilash Raj, Hi Steve > > Thank you both for taking the time and considering to mentor me. > > On 28.02.2016 04:48, Abhilash Raj wrote: >> If you don't know, I worked on this project some time back in GSoC 2013. >> The cu

Re: [Mailman-Developers] Need help in installing Mailman3

2016-02-29 Thread Abhilash Raj
ave to use sudo, using sudo will install it globally. Footnotes: 1. Here I am assuming that you( the user) own the directory where the virtualenv is. > > > On Mon, 29 Feb 2016, 05:15 Abhilash Raj, <raj.abhila...@gmail.com > <mailto:raj.abhila...@gmail.com>> wrote: > &

Re: [Mailman-Developers] Need help in installing Mailman3

2016-02-28 Thread Abhilash Raj
n/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/raj.abhilash1%40gmail.com > > Sec

Re: [Mailman-Developers] Hi

2016-02-28 Thread Abhilash Raj
l-archive.com/mailman-developers%40python.org/msg16122.html > > Thank You > Saurav Kumar > -- thanks, Abhilash Raj ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo/mailman-developers Ma

Re: [Mailman-Developers] GSoC Project: pgp plugin

2016-02-27 Thread Abhilash Raj
ttps://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/raj.abhilash1%40gmail.com

Re: [Mailman-Developers] GSoC 2016 Contribution

2016-02-27 Thread Abhilash Raj
ptions/mailman-developers/raj.abhilash1%40gmail.com > > Security Policy: http://wiki.list.org/x/QIA9 > -- thanks, Abhilash Raj ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo/mailman-de

Re: [Mailman-Developers] Discussion On Project Idea "Preset List Settings Templates" .

2016-02-10 Thread Abhilash Raj
believe you have some ideas of your own on how this is supposed to work. > > Thanks, > Harshit Bansal. > -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature ___ Mailman-Developers mailing list Mailman-Developers@python.org h

Re: [Mailman-Developers] GSOC 2016

2016-02-06 Thread Abhilash Raj
nt. You can refer to gnu-mailman.rtfd.org and list.org too! > > On Feb 4, 2016 1:36 AM, "Abhilash Raj" <raj.abhila...@gmail.com > <mailto:raj.abhila...@gmail.com>> wrote: > > Hi Raunaq, > > On 02/03/2016 03:51 AM, Raunaq Abhyankar wrote: > >

Re: [Mailman-Developers] GSOC 2016

2016-02-03 Thread Abhilash Raj
t this toolkit will do and how and look for another one or two easy tasks. > > How do I go about the same. > > Regards, > Raunaq Abhyankar > > On Feb 3, 2016 4:13 AM, "Abhilash Raj" <raj.abhila...@gmail.com > <mailto:raj.abhila...@gmail.com>>

Re: [Mailman-Developers] Discussion On Project Idea "Preset List Settings Templates" .

2016-01-30 Thread Abhilash Raj
nting all these things, there will be two ways to create >> > and update styles : >> > 1: Using Postorius >> > 2: By defining a class implementing the IStyle interface and saving it >> > to a file. >> >> I don't see why you would allow 2 at all. I

Re: [Mailman-Developers] Yet another newbie to the "Mailman"

2016-01-25 Thread Abhilash Raj
ww.mail-archive.com/mailman-developers%40python.org/ > Unsubscribe: > https://mail.python.org/mailman/options/mailman-developers/raj.abhilash1%40gmail.com > > Security Policy: http://wiki.list.org/x/QIA9 > -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signatur

[Mailman-Developers] Continuous Integration for Mailman Projects

2016-01-24 Thread Abhilash Raj
like to Simon Hanna for this contribution. [1]: https://gitlab.com/mailman/mailman -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinf

Re: [Mailman-Developers] Discussion On Project Idea "Preset List Settings Templates" .

2016-01-17 Thread Abhilash Raj
ws on this approach. > > Also tell me if I would need to develop a Command Line Interface(which > I will love to develop) as well or only Web Interface would suffice? I think an integration with Postorius would be sufficiently big for a Summer. We already have a command line interface for ma

Re: [Mailman-Developers] Introductory Mail

2016-01-15 Thread Abhilash Raj
ilman 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/raj.abhilash1%40gmail.com > > Security Policy: http://wiki.list.org/x/QI

Re: [Mailman-Developers] Student looking to contribute towards GNU Mailman

2015-12-30 Thread Abhilash Raj
ash1%40gmail.com > > Security Policy: http://wiki.list.org/x/QIA9 > -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/m

Re: [Mailman-Developers] Mozilla funding opportunity for Mailman work

2015-10-28 Thread Abhilash Raj
___ > 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

Re: [Mailman-Developers] Why is postorius using python2?

2015-08-03 Thread Abhilash Raj
, Abhilash Raj signature.asc Description: OpenPGP 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

Re: [Mailman-Developers] Mailman 3 Error some questions

2015-08-03 Thread Abhilash Raj
projects that you use, in bundler it is 'mailman3' and in postorius_standalone it is 'postorius'. -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature ___ Mailman-Developers mailing list Mailman-Developers@python.org https

Re: [Mailman-Developers] Gsoc Status Update: Dashboard for Admins

2015-08-01 Thread Abhilash Raj
a caret symbol or something like that? - I had a small overview of the tests that you asked me to look at and they are good! Nice Work! -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature ___ Mailman-Developers mailing list

Re: [Mailman-Developers] Merging users

2015-07-29 Thread Abhilash Raj
On 29 July 2015 at 20:03, Abhilash Raj raj.abhila...@gmail.com wrote: Hi Eric, On 21 July 2015 at 23:31, Eric Searcy e...@linuxfoundation.org wrote: On 7/21/15 9:39 AM, Aurelien Bompard wrote: Hey devs! I'm hitting a problem when migrating from 2.1 to 3, but I think it's a generic

Re: [Mailman-Developers] REST API speed

2015-07-29 Thread Abhilash Raj
? The references to Gunicorn in Mailman-Bundler is just for deplying the django project in which the Postorius and Hyperkitty run. -- thanks, Abhilash Raj ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman

Re: [Mailman-Developers] Merging users

2015-07-29 Thread Abhilash Raj
to an address that already exists and is not associated with any account. However, note that I am using the master branch from source code. -- thanks, Abhilash Raj ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org

Re: [Mailman-Developers] postorius login question

2015-06-08 Thread Abhilash Raj
links I see words Login with your email which is not link and this is confusing. Logging in via Email is probably broken in the Mailman 3.0 release. AFAIR it has been fixed the main trunk. We suggest people to use the Persona Login instead of the email. -- thanks, Abhilash Raj

Re: [Mailman-Developers] html question

2015-06-08 Thread Abhilash Raj
for it on Gitlab? https://gitlab.com/mailman/postorius/issues -- thanks, Abhilash Raj ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3

Re: [Mailman-Developers] help with ImportError: No module named 'psycopg2'

2015-05-27 Thread Abhilash Raj
-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/raj.abhilash1%40gmail.com Security Policy: http://wiki.list.org/x/QIA9 -- thanks, Abhilash

Re: [Mailman-Developers] Posting etiquette

2015-05-27 Thread Abhilash Raj
Hi Steve, On May 28, 2015 5:55 AM, Stephen J. Turnbull step...@xemacs.org wrote: Abhilash, that post had a signal to noise ratio of 0.08 by line count, I am sorry, I noticed that just now. I usually do trim messages, but I remember I was working on something while sending in the last mail and

Re: [Mailman-Developers] [Project Discussion] Approach for Implementing Admin Tasks

2015-05-25 Thread Abhilash Raj
, and hence can easily be used to create the `Tasks` model in Postorius. Barry, Florian thoughts? - -- thanks, Abhilash Raj -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJVYw4jAAoJEJ2bK6Bh0KZ8AisP/05yxnMO0xG/Ye82QRHIm6mv 1wncgXvNL2UG7qW8pQevFQaAnhf5zrb4DZA12qFtYUGMbArWfpE5dDNyAaRrKQBT

Re: [Mailman-Developers] Moving to git and gitlab

2015-05-12 Thread Abhilash Raj
, but only through a proxy server, so I can't really tell the real reason. Footnotes: [1] FVO many == at least the University one of our frequent contributors attends. :-) Well now it is used to attend ;-) (yayy!!) -- thanks, Abhilash Raj ___ Mailman

Re: [Mailman-Developers] GSOC'15: Improving styles for lists

2015-03-20 Thread Abhilash Raj
Hi Prakhar, I see that you mentioned below the details of our conversation, but the language looks confusing to me. Please look out for simple mistakes in your English before sending the mail, not just here but anywhere. On Friday 20 March 2015 12:37 PM, prakhar joshi wrote: hi, For the

Re: [Mailman-Developers] GSOC '15 : Student applications start today

2015-03-19 Thread Abhilash Raj
as posted as comments) on your proposal. You can notify on mailing list/IRC iff you have anything specific to discuss about in your proposal. On 16 March 2015 at 16:09, Abhilash Raj raj.abhila...@gmail.com wrote: GSoC Applicants, The student application period for Google Summer of Code 2015

Re: [Mailman-Developers] Student proposal under the idea Better handling of list styles

2015-03-17 Thread Abhilash Raj
Hi, We suggest that you post all your queries about Google Summer of Code to mailman-developers@python.org mailing list. On Tuesday 17 March 2015 07:33 PM, Mallem Nagapurnika wrote: I am M. Naga Purnika, second year undergraduate student at B.V.R.I.T Hyderabad College of Engineering for

Re: [Mailman-Developers] contributing to gnu mailman development and preparing to gsoc 2015

2015-03-16 Thread Abhilash Raj
On Monday 16 March 2015 06:37 PM, Asif Saifuddin wrote: I'm interest inContinuous Integration for Mailman Suite Setting up continuous integration for all mailman projects with support for different database backends (sqlite and pgsql are a must, others should be easy to add). It should also

[Mailman-Developers] GSOC '15 : Student applications start today

2015-03-16 Thread Abhilash Raj
GSoC Applicants, The student application period for Google Summer of Code 2015 starts from today (March 16 at 19:00 UTC). We encourage each of you to submit your proposal as soon as possible on melange, since it has been known to crash in the days near to deadline. You can edit your proposal as

Re: [Mailman-Developers] Contributing to GNU Mailman (GSOC '15)

2015-03-15 Thread Abhilash Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ankush, On Sunday 15 March 2015 07:08 AM, Ankush Jindal wrote: Hi Sir, I am Ankush Jindal, pursuing Computer Science from IIT Mandi, India. I have hands on with both python and javascript. I would definitely want to work this summer for GNU

Re: [Mailman-Developers] Gsoc 2015 : A Dashboard for Admins/Owners/Moderators

2015-03-15 Thread Abhilash Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Heshan, On Monday 16 March 2015 01:35 AM, Heshan Jayasinghe wrote: Hi, I am Heshan Jayasinghe.I am 2nd year undergraduate in University of Moratuwa,Srilanka.I am an Open source developer and i really like to contribute your company in this GSOC

Re: [Mailman-Developers] Regarding Subscriber profile pages project

2015-03-14 Thread Abhilash Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 13 March 2015 05:25 PM, Ashish Kumar wrote: Hi, From the description, I think we need to complete following steps: 1. Create a form to take user information. 2. lists in which user want to show its user info 3. Option for user to

Re: [Mailman-Developers] Regarding Anonymous lists

2015-03-14 Thread Abhilash Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ashish, On Friday 13 March 2015 05:20 PM, Ashish Kumar wrote: Hi, In Anonymous list project, We need to implement a strong cryptographic algorithms which encrypts the coming email address and store the encrypted code and before sending

Re: [Mailman-Developers] GSOC 2015: Seeking Information

2015-03-13 Thread Abhilash Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Nakul, On Saturday 14 March 2015 05:50 AM, Nakul Gulati wrote: Hi, I am a undergraduate student pursuing Computer Science from NIIT University, Neemrana, India. Currently in my 3rd year I'm expected to graduate in summer 2016. I have

Re: [Mailman-Developers] Google Summer of code

2015-03-12 Thread Abhilash Raj
-list. Also, AFAIR someone picked up 2) project too and there might be something about it too. -- thanks, Abhilash Raj ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ

Re: [Mailman-Developers] GSoC 15

2015-03-12 Thread Abhilash Raj
of this. Also, I think that creating and deleting lists are not regular tasks for a list admin. So its not logical to let those blocks cover space on the dashboard. -- thanks, Abhilash Raj ___ Mailman-Developers mailing list Mailman-Developers@python.org

Re: [Mailman-Developers] GSoC 2015 Projects

2015-03-12 Thread Abhilash Raj
the project you mentioned above. Please read through the archives of this mailing-list and you'd find a lot of material to proceed on. -- thanks, Abhilash Raj ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org

Re: [Mailman-Developers] Regarding the idea A Dashboard for Admins/Owners/Moderators

2015-03-11 Thread Abhilash Raj
to continue to do this and help me that i am going in a correct path ? and also how to start to contribute . Please read the Ideas Page carefully, you will find enough links there to get started. If you have any questions, feel free to ask here! -- thanks, Abhilash Raj

Re: [Mailman-Developers] Some doubts, feature request and bug in postorius

2015-03-11 Thread Abhilash Raj
/options/mailman-developers/raj.abhilash1%40gmail.com Security Policy: http://wiki.list.org/x/QIA9 -- thanks, Abhilash Raj ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo/mailman-developers

Re: [Mailman-Developers] Queries related to Implementation of User registration using inbuilt User Model

2015-03-11 Thread Abhilash Raj
Hi Prakhar, On Wednesday 11 March 2015 01:08 PM, prakhar joshi wrote: Hi, I am Prakhar (IRC Name :- _pjoshi) . I am working on the bug https://bugs.launchpad.net/postorius/+bug/1058457 and written a description of what we have discussed on IRC. I want to get the feedback for that thing

Re: [Mailman-Developers] GSoC

2015-03-08 Thread Abhilash Raj
Hi Vlad, On Sunday 08 March 2015 01:20 AM, Vlad Shablinsky wrote: Hi, I'm Vlad Shablinsky. I wrote about some problems with setting up Mailman some time ago and Abhilash helped me. I'm interested in contribution to Mailman this summer. I find GitHub/development tools integration and A

Re: [Mailman-Developers] Approach for Auto moderation system

2015-03-08 Thread Abhilash Raj
On Sunday 08 March 2015 09:50 AM, Aanand Shekhar Roy wrote: One concern here is that Thread is a fragile term in email. Unless you are planning on some form of message body analysis to group messages together, you are going to need to rely on the In-Reply-To and References headers of the

Re: [Mailman-Developers] [GSoC] Introduction - A Dashboard for Admins/Owners/Moderators

2015-03-08 Thread Abhilash Raj
Hi Anuj, On Saturday 07 March 2015 10:10 PM, Anuj Bansal wrote: Hi all, I'm Anuj, a computer science undergraduate at Birla Institute of Technology and Science, Pilani. I'm interested in the project Dashboard for Admins/Owners/Moderators. I've already downloaded and setup my development

Re: [Mailman-Developers] Discussion about Mailman plugins(GSOC 2015)

2015-03-08 Thread Abhilash Raj
Hi Prakash, On Saturday 07 March 2015 07:20 PM, Prakash kumar wrote: I want to implement plugin with features:- 1. Using regex for filtering texts ( personal information eg: phone number, address ). 2. Checking type of files that can be attached to the mails. For eg: .exe not

Re: [Mailman-Developers] Mailman installation error: GSOC 2015

2015-03-06 Thread Abhilash Raj
check if setuptools is installed in your virtualenv? How did you create the virtualenv for python3.4? Whenever you refer to any error, its better than you mentioned the whole traceback alone with the command that you executed. -- thanks, Abhilash Raj

Re: [Mailman-Developers] Introduction to the Community

2015-03-05 Thread Abhilash Raj
. Setting up a local mailman installation would be a good place to start. -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo

Re: [Mailman-Developers] GSOC Query for GitHub/dev tools integration project/idea

2015-03-05 Thread Abhilash Raj
other Code sharing websites. -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http

Re: [Mailman-Developers] GSOC 2015: Willingness to contribute

2015-03-05 Thread Abhilash Raj
on this project. The links to bug tracker and documentation is mentioned in the Ideas Page. Also, there are discussions going on this very list about the project ideas that you mentioned. Please read the archives (Link in the footer) and ask more specific questions. -- thanks, Abhilash Raj

Re: [Mailman-Developers] attempting to delete mailing list or domain gives sqlalchemy error

2015-03-04 Thread Abhilash Raj
ix_autoresponserecord_mailing_list_id ON autoresponserecord (mailing_list_id); COMMIT; -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman

Re: [Mailman-Developers] GSOC 2015 :Mailman Client written in Javascript

2015-03-04 Thread Abhilash Raj
. What is the path of your virtualenv? -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ

Re: [Mailman-Developers] contributing to gnu mailman development and preparing to gsoc 2015

2015-03-04 Thread Abhilash Raj
suggest that you dig through bug tracker of 'Postorius'(The Mailman3's webui) or try to write tests for Postorius. -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature ___ Mailman-Developers mailing list Mailman-Developers

Re: [Mailman-Developers] GSOC 2015 :Mailman Client written in Javascript

2015-03-04 Thread Abhilash Raj
domains. You can create one in django (postorius_standalone) using the command: $ python manage.py createsuperuser Then you have to login as a superuser using the login credentials given or through persona. -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature

Re: [Mailman-Developers] GSOC 2015 :Mailman Client written in Javascript

2015-03-03 Thread Abhilash Raj
to the examples in mailman.client. The simplest explanation would be that we need a JavaScript port of mailman.client. The exact list of APIs that you implement would be a part of your proposal. -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature

Re: [Mailman-Developers] Error in setting up mailman-core

2015-03-03 Thread Abhilash Raj
to correct it. [1]: gnu-mailman.readthedocs.org/en/latest/src/mailman/docs/WebUIin5.html -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature ___ Mailman-Developers mailing list Mailman-Developers@python.org https

Re: [Mailman-Developers] GSoC 2015

2015-03-03 Thread Abhilash Raj
of the questions that beginners have are already answered in the Ideas page or previous posts to this list. Don't forget to check the archives (link in the footer). -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature ___ Mailman

Re: [Mailman-Developers] Mailman setup : SyntaxError: invalid syntax

2015-03-03 Thread Abhilash Raj
to import mailman.client in postorius, you need to install mailman.client too in a python2 environment. -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature ___ Mailman-Developers mailing list Mailman-Developers@python.org

Re: [Mailman-Developers] Understanding the codebase(GSOC 2015)

2015-03-03 Thread Abhilash Raj
name (Fill in the data inside of with your appropriate data). [1]: http://doc.bazaar.canonical.com/migration/en/survival/bzr-for-git-users.html -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature ___ Mailman-Developers

Re: [Mailman-Developers] Help with Continuous Integration for Mailman Suite[GSoC 2015]

2015-03-03 Thread Abhilash Raj
support (for core) right now, but we expect to have that in near future. So your project should be flexible enough to support additional database backends very easily. -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature

Re: [Mailman-Developers] Getting Introduced to the Community

2015-03-03 Thread Abhilash Raj
Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-developers/raj.abhilash1%40gmail.com Security Policy: http://wiki.list.org/x/QIA9 -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital

Re: [Mailman-Developers] Error while setting up Mailman

2015-03-03 Thread Abhilash Raj
in the documentation. -- thanks, Abhilash Raj signature.asc Description: OpenPGP 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

Re: [Mailman-Developers] Error while setting up Mailman

2015-03-03 Thread Abhilash Raj
. [1]: http://gnu-mailman.readthedocs.org/en/latest/src/mailman/docs/WebUIin5.html -- thanks, Abhilash Raj ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http

Re: [Mailman-Developers] full anonymisation

2015-02-28 Thread Abhilash Raj
. And in such a list lesser the trust better the feedback ;) -- thanks, Abhilash Raj ___ 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

Re: [Mailman-Developers] GSOC 15 Interested in project Mailman client written in Javascript

2015-02-28 Thread Abhilash Raj
using the docs and then try fixing some beginner friendly bugs. You can find links to everything in the wiki page itself. [1]: https://launchpad.net/mailman.client -- thanks, Abhilash Raj ___ Mailman-Developers mailing list Mailman-Developers

Re: [Mailman-Developers] full anonymisation

2015-02-28 Thread Abhilash Raj
trust anyone here. 8. *Teacher Student feedback and discussions*: College/School authorities are the list admins and moderators here. And in such a list lesser the trust better the feedback ;) -- thanks, Abhilash Raj ___ Mailman

Re: [Mailman-Developers] Postorius test debugging problem : tests_forms.py

2015-02-27 Thread Abhilash Raj
/1.7/ref/forms/validation/#cleaning-and-validating-fields-that-depend-on-each-other -- thanks, Abhilash Raj ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http

Re: [Mailman-Developers] Postorius test debugging problem : tests_forms.py

2015-02-27 Thread Abhilash Raj
-- postorius.test.test_forms:ListNewTest -- thanks, Abhilash Raj ___ 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

Re: [Mailman-Developers] Approach for plugin ideas

2015-02-27 Thread Abhilash Raj
value? The timeout will be there for a week after which it will be discarded. I am still expecting an answer on how do you actually plan to create plug-ins for mailman? All the above ideas are *not* to be just implemented in the core. -- thanks, Abhilash Raj

Re: [Mailman-Developers] Postorius test debugging problem : tests_forms.py

2015-02-27 Thread Abhilash Raj
://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/raj.abhilash1%40gmail.com Security Policy: http://wiki.list.org/x/QIA9 -- thanks, Abhilash Raj

Re: [Mailman-Developers] Approach for plugin ideas

2015-02-25 Thread Abhilash Raj
Hi Aanand, On 23 February 2015 at 17:11, Aanand Shekhar Roy 2013...@iiitdmj.ac.in wrote: Hi everyone, This is my approach for plug-in ideas : BANNED WORDS: 1. We create a common set of words that are to be banned in a mail. How do you create such a list, who decides which words are banned?

Re: [Mailman-Developers] Ideas for injecting test messages

2015-02-25 Thread Abhilash Raj
-archive.com/mailman-developers%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-developers/raj.abhilash1%40gmail.com Security Policy: http://wiki.list.org/x/QIA9 -- thanks, Abhilash Raj ___ Mailman-Developers mailing list

Re: [Mailman-Developers] GSoC 2015: brainstorming ideas suitable for beginners?

2015-02-17 Thread Abhilash Raj
Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-developers/raj.abhilash1%40gmail.com Security Policy: http://wiki.list.org/x/QIA9 -- thanks, Abhilash Raj signature.asc Description: OpenPGP

Re: [Mailman-Developers] How to drop and recreate database using Alembic?

2015-02-04 Thread Abhilash Raj
for this purpose. -- thanks, Abhilash Raj signature.asc Description: OpenPGP 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

[Mailman-Developers] Signed Mailing Lists

2015-01-30 Thread Abhilash Raj
? Anything else that could be added or changed in this implementation? [1]: http://asynchronous.in/2013/09/12/message-structure/ -- thanks, Abhilash Raj signature.asc Description: OpenPGP digital signature ___ Mailman-Developers mailing list Mailman

<    1   2   3   4   >