Bug 269599 - mailarchive: uncompress mailling lists files in Jan/Feb 2023
Summary: mailarchive: uncompress mailling lists files in Jan/Feb 2023
Status: Closed FIXED
Alias: None
Product: Services
Classification: Unclassified
Component: Mailing Lists (show other bugs)
Version: unspecified
Hardware: Any Any
: --- Affects Some People
Assignee: Wolfram Schneider
URL:
Keywords:
Depends on:
Blocks: 269636
  Show dependency treegraph
 
Reported: 2023-02-16 21:18 UTC by Wolfram Schneider
Modified: 2024-01-19 07:47 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfram Schneider freebsd_committer freebsd_triage 2023-02-16 21:18:06 UTC
Due a bug in the rotate script for the mail archive we have uncompressed archives in Jan and Feb 2023

http://bit0.nyi.freebsd.org/mailarchive/2023/freebsd-bugs/

ls -l 2023/freebsd-bugs
total 27967
-rw-rw-r--  1 mailman  mailman  41166965 Jan 11 05:57 20230111.freebsd-bugs
-rw-rw-r--  1 mailman  mailman         0 Jan 16 09:21 20230116.freebsd-bugs
-rw-rw-r--  1 mailman  mailman    303383 Jan 21 18:25 20230122.freebsd-bugs
-rw-rw-r--  1 mailman  mailman    656568 Jan 28 18:05 20230129.freebsd-bugs
-rw-rw-r--  1 mailman  mailman    605347 Feb  4 22:31 20230205.freebsd-bugs
-rw-rw-r--  1 mailman  mailman     91180 Feb 11 17:02 20230212.freebsd-bugs.gz

This needs to be fixed by the postmaster. Proposed solution:

find 2023/ -type f ! -name '*.gz' -print0 | xargs -0 gzip
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2024-01-19 07:47:13 UTC
done