Skip to content

Instantly share code, notes, and snippets.

@phillipadsmith
Created August 16, 2010 14:34
Show Gist options
  • Save phillipadsmith/527030 to your computer and use it in GitHub Desktop.
Save phillipadsmith/527030 to your computer and use it in GitHub Desktop.
- module: CustomFeed::Mailman::Private
config:
list: https://lists.domain.org/cgi-bin/mailman/private/list-name/
username: username
password: PASSW0RD
- module: CustomFeed::Mailman::Private
config:
list: https://lists.domain.org/cgi-bin/mailman/private/list-name1/
username: username1
password: PASSW0RD1
- module: CustomFeed::Mailman::Private
config:
list: https://lists.domain.org/cgi-bin/mailman/private/list-name2/
username: username2
password: PASSW0RD2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment