Given an mbox file of messages, bounce will bounce them all to a given address. This means resending them, keeping the headers as similar as possible. This could be used for adding messages to a mailing list archive.
| Tags | Communications Email |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
Recent comments
04 Sep 2003 03:43
Re: Memory hog
Of course, you can split the mbox file into smaller parts and process each separately.
03 Sep 2003 13:40
Memory hog
It seems to load all the mbox contents into RAM before processing. This means that (for example) in my case, with an 800 MB mbox file, and 1 GB of RAM, that I cannot use this program without it slowing my system to a crawl within seconds.
Very useful, however, for smaller jobs!