Created
November 8, 2010 21:42
-
-
Save slinkp/668317 to your computer and use it in GitHub Desktop.
google-groups-forwarder.rc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Hacky way to import an mbox archive into a google group. | |
# Use this like so: | |
# formail -t -s procmail google-groups-forwarder.rc < foo.mbox | |
# Limitations: archives are not sorted by date. | |
SHELL=/bin/sh | |
VERBOSE=yes | |
MAILDIR=/tmp/Mail #you better make sure it exists | |
LOGFILE=/tmp/procmail.log #recommended | |
:0 | |
* ^TO.*old-list-address.* | |
{ | |
:0 c | |
! [email protected] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment