Skip to content

Instantly share code, notes, and snippets.

@nuuyoo
nuuyoo / mbox_send.py
Created October 3, 2016 23:47 — 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
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
@nuuyoo
nuuyoo / GoogleGroupsMigrate.md
Created October 3, 2016 14:31 — forked from tdonohue/GoogleGroupsMigrate.md
Migrate Mailing Lists from SourceForge to GoogleGroups