Joined: Mon May 30, 2011 2:05 am Posts: 1
|
|
Hi!
I need a script where I can turn one config file into another config file. I would like to convert option in config_file_1 to option in config_file_2 and convert/add option value. Right now I'm trying to convert majordomo config file into mailman config file. I have the conversion table (incomplete right now), but some of them are
majordomo mailman maxlength (b) -> max_message_size (kb) subject_prefix ([Majordomo]) -> subject_prefix ([Mailman]) subscribe_policy (closed) -> subscribe_policy (1) unsubscribe_policy (open) -> unsubscribe_policy (0) etc
Thanks in advance
|
|