[Mailman-Developers] Re: Cannnot find the processing of bounces as `hard` and `soft`

2019-07-20 Thread Mark Sapiro
On 7/20/19 11:45 AM, Aaryan Bhagat wrote: > I understand, thanks for the reply, Mark. > So that means I can set the `bounce_score_threshold` as Integer instead of > Float reason being that the score will always be increased by one. > > Is the above inference correct? > Am I missing something

[Mailman-Developers] Re: flufl.lock._lockfile.NotLockedError: Already unlocked

2019-07-20 Thread Aaryan Bhagat
>This seems to be because you removed the var/ directory without stopping >Mailman Core. Note that var/ directory is continuously needed by Mailman >Core when running since it stores it's runtime information there. If you >remove the var/ directory without stopping Mailman Core, you'll end >up in

[Mailman-Developers] Re: Cannnot find the processing of bounces as `hard` and `soft`

2019-07-20 Thread Aaryan Bhagat
I understand, thanks for the reply, Mark. So that means I can set the `bounce_score_threshold` as Integer instead of Float reason being that the score will always be increased by one. Is the above inference correct? Am I missing something here? ___

[Mailman-Developers] Re: flufl.lock._lockfile.NotLockedError: Already unlocked

2019-07-20 Thread Abhilash Raj
On Sat, Jul 20, 2019, at 7:15 AM, Aaryan Bhagat wrote: > I have started working on > [this](https://gitlab.com/mailman/mailman/merge_requests/538) pr. It is > regarding various bounce_process functions. Strange behaviour is > observed which I am not so sure what or why is happening.

[Mailman-Developers] Re: Cannnot find the processing of bounces as `hard` and `soft`

2019-07-20 Thread Mark Sapiro
On 7/19/19 10:50 PM, Aaryan Bhagat wrote: > > Currently, in the `mailman/src/mailman/runners/bounce.py` I do not see > whether the separation of bounces as `hard` and `soft` is implemented. > According to the previous version of Mailman, the `bounce_score` is increased > accordingly ( see the

[Mailman-Developers] Re: Cannnot find the processing of bounces as `hard` and `soft`

2019-07-20 Thread Abhilash Raj
On Fri, Jul 19, 2019, at 10:51 PM, Aaryan Bhagat wrote: > Somewhat details regarding this can be found in > [this](https://mail.python.org/archives/list/mailman-developers@python.org/thread/N7LB2VQN5MC7INXTP3N2CF7MJYSZQI3W/#5ELFHHN4FDLXHXLDVBYKLX36GQTWJTWV) > thread also. > > Currently, in the

[Mailman-Developers] flufl.lock._lockfile.NotLockedError: Already unlocked

2019-07-20 Thread Aaryan Bhagat
I have started working on [this](https://gitlab.com/mailman/mailman/merge_requests/538) pr. It is regarding various bounce_process functions. Strange behaviour is observed which I am not so sure what or why is happening. Unexpected Traceback error pops up in my terminal. >File