Skip to content

Instantly share code, notes, and snippets.

@smontanaro
smontanaro / mbox_send.py
Last active September 12, 2016 17:27 — forked from wojdyr/mbox_send.py
script to send all messages in an mbox file to a specific email address, with various options
#!/usr/bin/python
"""\
A command-line utility that can (re)send all messages in an mbox file
to a specific email address, with options for controlling the rate at
which they are sent, etc.
"""
# I got this script from Robin Dunn a few years ago, see
# https://github.com/wojdyr/fityk/wiki/MigrationToGoogleGroups