Skip to content

Instantly share code, notes, and snippets.

View sbeyer's full-sized avatar
🐐

Stephan Beyer sbeyer

🐐
View GitHub Profile
@sbeyer
sbeyer / mbox_send.py
Last active January 2, 2016 01:29 — forked from Turin86/mbox_send.py
A Python script that (re-)sends all messages in mbox files with From/To/Cc/Bcc as specified in the messages headers
#!/usr/bin/env python
"""\
A command-line utility that can (re)send all messages in an mbox file
with options for controlling the rate at which they are sent, etc.
"""
# This script is based on a gist on github, see
# https://gist.github.com/sbeyer/8230267
#