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

2015-03-07 Thread Prakash kumar
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 allowed. 3. If there are multiple attachments in the email If (multiple

Re: [Mailman-Developers] Anatomy of list ids does not keep with that of urls causes some REST end points to return 404 always

2015-03-07 Thread Richard Damon
On 3/7/15 5:27 AM, Ankush Sharma wrote: Hello everyone, I want to discuss a serious issue regarding mailman architecture in context with bug #1429366 https://bugs.launchpad.net/mailman/+bug/1429366. The *hash(#) *is a valid character as far as the local part of the email addresses is concerned

Re: [Mailman-Developers] Setting my web-server to run mailman

2015-03-07 Thread Mark Sapiro
On 03/06/2015 11:47 PM, Rakesh Verma wrote: I can't get past the Step 5 in the installation tutorial: http://www.gnu.org/software/mailman/mailman-install/node10.html I am fairly very new to mailman. Any possible help for kind of me? If you are doing this for GSoC, you should be working with

[Mailman-Developers] Approach for Auto moderation system

2015-03-07 Thread Aanand Shekhar Roy
Hi, Does the following approach for auto moderation sound fine or am I on the wrong path ? I think we neet to make changes in handler to_outgoing.py in method process. 1) We need to make two databases : Table1 Schema- [ user_id | Thread name | list_id | count | last_msg_posted_at ] user_id,

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

2015-03-07 Thread Richard Damon
On 3/7/15 10:27 AM, Aanand Shekhar Roy wrote: Hi, Does the following approach for auto moderation sound fine or am I on the wrong path ? I think we neet to make changes in handler to_outgoing.py in method process. 1) We need to make two databases : Table1 Schema- [ user_id | Thread name |

[Mailman-Developers] GSoC

2015-03-07 Thread Vlad Shablinsky
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 Dashboard for Admins/Owners/Moderators ideas pretty interesting for me and I

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

2015-03-07 Thread Anuj Bansal
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 environment with the help of instructions given on [1]. I know Python

[Mailman-Developers] Anatomy of list ids does not keep with that of urls causes some REST end points to return 404 always

2015-03-07 Thread Ankush Sharma
Hello everyone, I want to discuss a serious issue regarding mailman architecture in context with bug #1429366 https://bugs.launchpad.net/mailman/+bug/1429366. The *hash(#) *is a valid character as far as the local part of the email addresses is concerned as per the email RFCs. So, as the mailing

[Mailman-Developers] Correcting the user_task.html template

2015-03-07 Thread prakhar joshi
hi, I have been working on the bug https://bugs.launchpad.net/postorius/+bug/1409050 for that I need to ask where are the user_tasks stored so that I can call then while rendering the templates. Thank You!! IRC Name :- _pjoshi Prakhar Joshi DA-IICT,Gandhinagar

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

2015-03-07 Thread Rajiv Sharma
Sorry abhilash, next time I will make sure I include the stack trace along with the commands. Yes, setuptools.py is installed in my virtual environment and I specified the python3.4 path with the -p argument while creating the virtual env to install mailman. Turns out my virtualenv had setuptools

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

2015-03-07 Thread Aanand Shekhar Roy
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 incoming email, which can have its difficulties. If you are