Sebb

Results 157 issues of Sebb

It makes sense for archiver.py to default invalid or missing dates to now, because the archiver deals with live messages. However it does not make sense for the importer to...

There's no point parsing the Date field before using it as part of the hash in the 'cluster' generator. Two messages with different Date fields are not the same message,...

The code now prefixes body text 'From ' lines with '>' when exporting to an mbox file. This is necessary to ensure that the start of each message can be...

stats.lua allows for a date spec of the form: d=dfr=2017-1-1 i.e. mails from Jan 1st 2017 onwards However this is not supported by the GUI. The date panel insists on...

The query currently fetches all the source fields. However only a few are actually needed (body, subject, from) and then only if the obfuscate option is used. In other cases...

The mailing list subscribe button is created by converting list@host to list-subscribe@host. Whilst this is true for ezmlm (as used by the ASF), it may not be true for all...

The msgbody function in archiver.py tries to extract a body from the message. However it does not take account of the disposition of the body parts, so may use the...

Emails which are sent within a few hours of the end of a month may be incorrectly allocated to the subsequent month. For example, the earliest emails in the following...

It would be useful to add info to https://github.com/apache/incubator-baremaps-site/blob/main/README.md to say where to report issues with the repo/site. Better yet would be to enable issues on the repo, as that...

documentation

https://issues.apache.org/jira/browse/CODEC-182