[Mailman-Users] desired changes to config.db

Todd Joseph todd at connactivity.connactivity.com
Tue Mar 13 01:58:29 CET 2001


Here's a excerpt from "config.db" using "dumpdb":

'reply_to_address': 'mylist-replies at something.tld',

I'd like to change this to:

'reply_to_address': '"First Last <mylist-replies at something.tld>"',

When I try to do this from the admin page (regardless of quoting), it
is stripped to:

'reply_to_address': 'mylist-replies at something.tld',

I'd like all email addresses associated with the mailing list to have
the form "First Last <addr at something.tld>."  Help?

Todd
----------------------------
FWIW, here's the complete output from a sample mailing list (using dump_db):

{   'acceptable_aliases': '\012',
    'admin_immed_notify': 1,
    'admin_member_chunksize': 30,
    'admin_notify_mchanges': 0,
    'admin_responses': {},
    'administrivia': 1,
    'advertised': 1,
    'anonymous_list': 0,
    'archive': 1,
    'archive_directory': '/home/mailman/archives/private/mylist',
    'archive_private': 0,
    'archive_volume_frequency': 1,
    'automatic_bounce_action': 1,
    'autorespond_admin': 0,
    'autorespond_postings': 0,
    'autorespond_requests': 0,
    'autoresponse_admin_text': '',
    'autoresponse_graceperiod': 90,
    'autoresponse_postings_text': '',
    'autoresponse_request_text': '',
    'bounce_info': {},
    'bounce_matching_headers': "\012# Lines that *start* with a '#' are comments.\012to: friend at public.com\012message-id: relay.comanche.denmark.eu\012from: list at listme.com\012from: .*@uplinkpro.com\012",
    'bounce_processing': 1,
    'clobber_date': 0,
    'data_version': 21,
    'description': '',
    'digest_footer': '_______________________________________________\012%(real_name)s mailing list\012%(real_name)s@%(host_name)s\012%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s\012',
    'digest_header': '',
    'digest_is_default': 0,
    'digest_members': {},
    'digest_send_periodic': 1,
    'digest_size_threshhold': 30,
    'digestable': 1,
    'dont_respond_to_post_requests': 0,
    'filter_prog': '',
    'forbidden_posters': [],
    'gateway_to_mail': 0,
    'gateway_to_news': 0,
    'goodbye_msg': '',
    'host_name': 'listbot',
    'info': '',
    'last_post_time': 0,
    'linked_newsgroup': '',
    'max_message_size': 40,
    'max_num_recipients': 10,
    'max_posts_between_bounces': 5,
    'member_posting_only': 0,
    'members': {},
    'mime_is_default_digest': 0,
    'minimum_post_count_before_bounce_action': 3,
    'minimum_removal_date': 5,
    'moderated': 0,
    'msg_footer': '_______________________________________________\012%(real_name)s mailing list\012%(real_name)s@%(host_name)s\012%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s\012',
    'msg_header': '',
    'next_digest_number': 1,
    'next_post_number': 1,
    'next_request_id': 1,
    'nntp_host': '',
    'nondigestable': 1,
    'obscure_addresses': 1,
    'owner': ['owner at something.tld'],
    'password': 'Hen3Ia76ETvcQ',
    'passwords': {},
    'post_id': 1.0,
    'posters': [],
    'postings_responses': {},
    'private_archive_file_dir': '/home/mailman/archives/private/mylist.mbox',
    'private_roster': 0,
    'public_archive_file_dir': '/home/mailman/archives/public',
    'real_name': 'Mylist',
    'reply_goes_to_list': 0,
    'reply_to_address': 'mylist-replies at something.tld',
    'request_responses': {},
    'require_explicit_destination': 1,
    'send_reminders': 1,
    'send_welcome_msg': 1,
    'subject_prefix': '[Mylist] ',
    'subscribe_policy': 1,
    'umbrella_list': 0,
    'umbrella_member_suffix': '-owner',
    'user_options': {},
    'volume': 1,
    'web_page_url': 'http://www.something.tld/mailman/',
    'welcome_msg': ''}




More information about the Mailman-Users mailing list