Re: Management functionality needs a rethink

2021-09-27 Thread Daniel Gruno
On 27/09/2021 12.09, sebb wrote: I think it is misleading to reference GPDR for distinguishing between hiding an email and deleting it entirely. Whilst the motivation might currently be GDPR, there are other reasons why it is important to be able to remove an email completely. For example, sensi

[GitHub] [incubator-ponymail-foal] sebbASF commented on issue #92: Dynamic mappings should be disabled

2021-09-27 Thread GitBox
sebbASF commented on issue #92: URL: https://github.com/apache/incubator-ponymail-foal/issues/92#issuecomment-927880198 I've fixed some errors, but there may be others. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-ponymail-foal] sebbASF closed issue #106: Incorrect extraction of domain name

2021-09-27 Thread GitBox
sebbASF closed issue #106: URL: https://github.com/apache/incubator-ponymail-foal/issues/106 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-u

[GitHub] [incubator-ponymail-foal] sebbASF opened a new issue #106: Incorrect extraction of domain name

2021-09-27 Thread GitBox
sebbASF opened a new issue #106: URL: https://github.com/apache/incubator-ponymail-foal/issues/106 https://github.com/apache/incubator-ponymail-foal/blob/6bed2a062578ce162b3ec56f30877517356ed0b9/server/plugins/oauthGeneric.py#L27 The RE extracts more than a domain name: e.g. if the U

[GitHub] [incubator-ponymail-foal] sebbASF closed issue #93: "permalink" or "permalinks" ?

2021-09-27 Thread GitBox
sebbASF closed issue #93: URL: https://github.com/apache/incubator-ponymail-foal/issues/93 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-uns

[GitHub] [incubator-ponymail-foal] sebbASF closed issue #105: Cannot import/archive emails

2021-09-27 Thread GitBox
sebbASF closed issue #105: URL: https://github.com/apache/incubator-ponymail-foal/issues/105 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-u

[GitHub] [incubator-ponymail-foal] sebbASF opened a new issue #105: Cannot import/archive emails

2021-09-27 Thread GitBox
sebbASF opened a new issue #105: URL: https://github.com/apache/incubator-ponymail-foal/issues/105 RequestError(400, 'strict_dynamic_mapping_exception', 'mapping set to strict, dynamic introduction of [gravatar] within [_doc] is not allowed') There are no doubt other missing properti

[GitHub] [incubator-ponymail-foal] sebbASF opened a new issue #104: plugins.database.py callers do not discriminate real errors

2021-09-27 Thread GitBox
sebbASF opened a new issue #104: URL: https://github.com/apache/incubator-ponymail-foal/issues/104 Callers of the plugins.database methods generally treat all errors the same as a 404. This means that more serious errors can be missed. Many ES commands always return a successf

Management functionality needs a rethink

2021-09-27 Thread sebb
I think it is misleading to reference GPDR for distinguishing between hiding an email and deleting it entirely. Whilst the motivation might currently be GDPR, there are other reasons why it is important to be able to remove an email completely. For example, sensitive data, or just plain wrong impo

[GitHub] [incubator-ponymail-foal] sebbASF commented on issue #100: management edit: command does not change or hide source

2021-09-27 Thread GitBox
sebbASF commented on issue #100: URL: https://github.com/apache/incubator-ponymail-foal/issues/100#issuecomment-927710390 Also had there been error checking, it would have been obvious that the source entry was not being found -- This is an automated message from the Apache Git Service.

[GitHub] [incubator-ponymail-foal] sebbASF commented on issue #100: management edit: command does not change or hide source

2021-09-27 Thread GitBox
sebbASF commented on issue #100: URL: https://github.com/apache/incubator-ponymail-foal/issues/100#issuecomment-927708959 I think the issue was using the wrong id for the index; mbox and source use different ids. This is why the database design and mapping docs are needed... -- T

[GitHub] [incubator-ponymail-foal] sebbASF opened a new issue #103: Does tools use ES-DSL?

2021-09-27 Thread GitBox
sebbASF opened a new issue #103: URL: https://github.com/apache/incubator-ponymail-foal/issues/103 https://github.com/apache/incubator-ponymail-foal/blob/043030352371f95342ed475c9dd2a033242e2427/tools/requirements.txt#L3 I don't think tools uses the DSL version of ES -- This is an