Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mmarch(8) [debian man page]

MMARCH(8)						      System Manager's Manual							 MMARCH(8)

NAME
mmarch - Rebuild a Mailman mailing list's archive. SYNOPSIS
mmarch [options] <listname> [<mbox>] DESCRIPTION
Use this command to rebuild the archives for a mailing list. You may want to do this if you edit some messages in an archive, or remove some messages from an archive. -h, --help Print this error message and exit. -q, --quiet Make the archiver output less verbose. --wipe First wipe out the original archive before regenerating. You usually want to specify this argument unless you're generating the ar- chive in chunks. -s N, --start=N Start indexing at article N, where article 0 is the first in the mbox. Defaults to 0. -e M, --end=M End indexing at article M. This script is not very efficient with respect to memory management, and for large archives, it may not be possible to index the mbox entirely. For that reason, you can specify the start and end article numbers. mbox is the path to a list's complete mbox archive. Usually this will be some path in the archives/private directory. For example: % mmarch mylist archives/private/mylist.mbox/mylist.mbox mbox is optional. If it is missing, it is calculated. AUTHOR
Author of Mailman is the Mailman Cabal, see http://www.list.org/ for information. This manpage is written by Tollef Fog Heen <tfheen@debian.org> for Debian, but may be used by others. SEE ALSO
Mailman documentation on http://www.list.org/ and in /usr/share/doc/mailman. 2007-07-14 MMARCH(8)

Check Out this Related Man Page

REMOVE_MEMBERS(8)					      System Manager's Manual						 REMOVE_MEMBERS(8)

NAME
remove_members - Remove members from a Mailman mailing list. SYNOPSIS
remove_members [options] listname [addr1 ...] OPTIONS
-f file, --file=file Remove member addresses found in the given file. If file is `-', read stdin. -a, --all Remove all members of the mailing list. (mutually exclusive with --fromall) --fromall Removes the given addresses from all the lists on this system regardless of virtual domains if you have any. This option cannot be used with -a/--all. Also, you should not specify a listname when using this option. -n, --nouserack Don't send the user acknowledgements. If not specified, the list default value is used. -N, --noadminack Don't send the admin acknowledgements. If not specified, the list default value is used. -h, --help Print a small help text and exit listname is the name of the mailing list to use. addr1 ... are additional addresses to remove. AUTHOR
Author of Mailman is the Mailman Cabal, see http://www.list.org/ for information. This manpage is written by Tollef Fog Heen <tfheen@debian.org> for Debian, but may be used by others. SEE ALSO
Mailman documentation on http://www.list.org/ and in /usr/share/doc/mailman. 2007-07-14 REMOVE_MEMBERS(8)
Man Page

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Delete Mailbox

Hi!! Where can i delete or find the *.mbox files in unix??? Please help me!! (3 Replies)
Discussion started by: Juergen1234
3 Replies

2. Shell Programming and Scripting

how to get the value of a variable?

Hi, I have written the following code and trying to get the value of the variable mylist. #!/bin/sh mylist="" conffile=xmldir.conf while read line do echo $line mylist="" ATTR=`echo $line | awk -F"," '{ print $2 }'` echo -$ATTR- if then drname=`echo $line | awk -F"," '{ print... (1 Reply)
Discussion started by: surjyap
1 Replies

3. Shell Programming and Scripting

unexpected end of file

This is the script path=/oracle/ora10gdb/sample archive=/oracle/ora10gdb/archive cd $path for i in `ls`;do mv $i $archive Done Please tell me why it is givind this error (2 Replies)
Discussion started by: dineshr85
2 Replies

4. Shell Programming and Scripting

to find the file with full path

Hi, I have written this shell script: fl=`ls -1lrt $mylist | grep '\.xml$' | awk '{print $9}'` echo $fl (1) for i in $fl do for dir in $mylist do if then echo $dir/$i >> tmp (2) fi done done The mylist contains some directory names. The satement (1) gives the sorted list... (5 Replies)
Discussion started by: surjyap
5 Replies

5. Shell Programming and Scripting

Need help with Korn Shell script for substring printing

Hi all, I am new to scripting. I have a file with colon separated values called mylist.txt cat mylist.txt 192.123.76.89:lmprod89 162.122.20.28:lmtstserver28 10.80.32.139:hewprod139 . . using our internal os utility (called mvsping) we need to check all these servers if they are... (6 Replies)
Discussion started by: kraljic
6 Replies

6. Programming

mbox

Hi All, Can any one explain the how mbox is working in IPC mechanisms. what are the system calls have to use mbox creation.:) Advanced thanks Bala (3 Replies)
Discussion started by: 2104692
3 Replies

7. Shell Programming and Scripting

append to two files

I tried to write a script ( not working) to append first value from mylist to a file called my myfirstResult and to another called mysecondResult awk ' {print $1} >> myfirsResult ' < mylist awk ' {print $1} >> mysecondResult ' < mylist $ cat mylist A 02/16/2012 B 02/19/2012 C... (3 Replies)
Discussion started by: Sara_84
3 Replies

8. AIX

Upgrading to AIX 7 vs migrating

Hi all, I have this weird notion that upgrading the TL does not cause the machine to wipe, but upgrading a major version (from aix 6 to 7) means it's actually a fresh install and will wipe the date and i have to install the software again (TSM server, for instance). Trying to google it, i came... (3 Replies)
Discussion started by: tde3000
3 Replies

9. HP-UX

@ typing creates new line

Dear Concern, Please go through the article https://www.unix.com/hp-ux/134072-typing-sign-creates-new-line.html As per the article, we need to initiate below commands. But after creating new session, we face same problem. Please advise. stty intr "^c" stty kill "^u" Please find below... (6 Replies)
Discussion started by: makauser
6 Replies

10. UNIX for Beginners Questions & Answers

AIX Delete all mbox content

Hi, How to Delete all mbox content in AIX? Thanks. (2 Replies)
Discussion started by: big123456
2 Replies