-
The defuzzer code currently defaults listname and domain to '*'
This is different from classic ponymail.
The default also means that the search defaults to the entire corpus.
That does not seem s…
-
Rather than generating the site yourself, just edit a source file and forget about it!
Assuming the build is successful, buildbot will publish the website for us.
There has been a discussion started…
-
https://github.com/apache/incubator-ponymail-foal/blob/9286a0efe84db9f0f938728e9d7e278282313fe2/webui/list.html#L68
What does the 'text' entry do?
I could not find a reference to it in various CSS…
-
https://github.com/apache/incubator-ponymail-foal/blob/03e100e6f012f1ef335e0a2e16bb832d70a50801/tools/migrate.py#L158
The bulk update code currently uses an "insert" operation to load the data. Thi…
-
https://github.com/apache/incubator-ponymail-foal/blob/0615306c26f83ae073ba3ca0875af97eb0114972/server/plugins/formdata.py#L38
AFAICT, the request.query_string has already been %-decoded, so callin…
-
https://github.com/apache/incubator-ponymail-foal/blob/bb96cffaa8c1de597ec09c62babb91f6a6d89ff7/webui/list.html#L68
-
https://github.com/apache/incubator-ponymail-foal/blob/50bed946ab796faf3c330111830784c1abaa14e2/server/plugins/defuzzer.py#L51
There are several problems with the parsing of the d= parameter.
It a…
-
https://github.com/apache/incubator-ponymail-foal/blob/d2d5dc33f178b45bec8363476e5182851d60b600/server/plugins/messages.py#L280
As the subject says: these functions don't appear to be used.
They…
-
stats.py calls trim_email directly here:
https://github.com/apache/incubator-ponymail-foal/blob/60e5a6a3dfc9882b2e7734b574eff9d4c2de52ee/server/endpoints/stats.py#L67
But messages.query which re…
-
The so-called theme selector does not actually change themes; it changes view mode (threaded, flat, treeview)
This is confusing, especially since classic PonyMail uses Theme selection to determine …