Skip to content

Instantly share code, notes, and snippets.

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