Remix.run Logo
anthk 5 days ago

>mailx

mbox should die; or maybe set as a legacy option. Current systems can handle thousands of email by using maildirs.

Also, one day bsdgames will enter into POSIX maybe but as a test case, in order to be sure on how well the POSIX compatible API behaves.

Phantasia(6) could be rewritten for balance and such...

wpollock 5 days ago | parent [-]

>mbox should die;

Mbox is useful for backups and for migration between different email systems (that use different databases internally). Mbox is also fine if you only have a hundred or so email folders and only process a few dozen emails a day, say for personal use (e.g. Thunderbird or k9).

I agree that mbox is not okay for large scale mail servers. Maildir+ works much better in such cases.

anthk 5 days ago | parent [-]

So does Maildir; reusing it between Mutt and GNUs or Claws Mail should be a child's play.

Once you have tar to preserve perms just in case, your are done.

Mbox on big mailboxes it's hell, anyone can understand that linear parsing will be slow as hell. It's like looking up a word file in a dictionary word by word from A to Z instead of directly heading to the first word letter...