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 develop
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 D
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
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
While going through postorius I noticed we don't yet have a search function
in the member's list for a particular list... Search function might come in
handy for a maintainer if he wants to search for a particular member based
on his email address and wants to check if he's already subscribed or wa
On 3/7/15 11:20 PM, 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 incoming email, whic
1) We create a database table with the schema | orig_id | fake_id |
thread_name | where whenever the user posts a first message to some thread
a new fake random id is generated and stored in this table. For a specific
user fake_id remains same for specific thread.
2) We need to remove the old imp
On 3/8/15 12:12 PM, Rashi Karanpuria wrote:
1) We create a database table with the schema | orig_id | fake_id |
thread_name | where whenever the user posts a first message to some thread
a new fake random id is generated and stored in this table. For a specific
user fake_id remains same for speci
Hello Abhilash Sir,
Are these one single plugin or 3 different plugins?
All three features are of a single plugin.
How are you going to check the type of files? Executables do not have a
*nix world.
I am thinking of using python-magic library(
https://github.com/ahupp/python-magic) for determi
-- Forwarded message --
From: Ankush Sharma
Date: Sun, Mar 8, 2015 at 3:49 PM
Subject: Re: [Mailman-Developers] Anatomy of list ids does not keep with
that of urls causes some REST end points to return 404 always
To: Richard Damon
Well, thanks Richard for replying.
On Sat, Mar
I got following error
E: Unable to locate package python-devel
E: Unable to locate package python3-devel
E: Unable to locate package python3-virtualen
when I tried to execute the command sudo apt-get install python-setuptools
python-devel python-virtualenv python3-devel python3-virtualenv git bzr
On Mar 03, 2015, at 02:15 PM, Ankush Sharma wrote:
>> 2. Later on, in the same function the following code checks if the email
>> is matched:
>>
>> *for address in user.addresses:*
>> *if address.email == email:*
>> * break*
>>
>> Here *email* is in *preserved case* w
Hello people,
Similar to the Mass Subscribe option I was wondering if we need a mass
removal option too. I saw the idea of having such feature in one of the bug
reports and thought it would be quite useful to have one such feature
implemented in postorius. It may be useful for a large list where l
Aanand Shekhar Roy writes:
> Hi, Does the following approach for auto moderation sound fine or
> am I on the wrong path ?
I wouldn't call it "automoderation", I would prefer "post throttling".
This is more suggestive of what is actually happening (moderation
usually involves filtering on conte
Richard Damon writes:
> This is why I say that having only "per-thread" limits isn't workable,
> as threads are too fragile.
Systers-style "dynamic lists" may fix this problem.
On most discussion lists subscription is open, so you'd end up with
people bypassing any restriction by creating new
Prakash kumar writes:
>1. Using regex for filtering texts ( personal information eg: phone
>number, address ).
What do you mean by "filter"? Stop or hold delivery, or "sanitize"
the message? If the former, I would drop the motivation about
"personal" information, because body filterin
Aanand Shekhar Roy writes:
> I am extremely sorry for behaving stupidly.
You're not stupid, and your behavior is not stupid, unless you fail to
learn from it. You are just being too focused on what you want to do,
and not listening carefully enough to the people who actually set the
requirement
On 3/8/15 5:03 PM, Stephen J. Turnbull wrote:
Richard Damon writes:
> This is why I say that having only "per-thread" limits isn't workable,
> as threads are too fragile.
Systers-style "dynamic lists" may fix this problem.
On most discussion lists subscription is open, so you'd end up with
On 03/08/2015 10:58 AM, NILMADHAB MONDAL wrote:
> I got following error
> E: Unable to locate package python-devel
> E: Unable to locate package python3-devel
> E: Unable to locate package python3-virtualen
The packages are probably named python-dev, python3-dev and
python3-virtualenv.
--
Mark
My name is Pavan Koli
I'm interested in the project idea(Anonymous lists).
My rough idea of implementing it is using modifications in the schema of
the database table. Just before sending of messages in the From header
actual mail id will be replaced by the anonymous id. Reply-To to be the
anonym
20 matches
Mail list logo