At 09:34 AM 12/12/2003, Smart,Dan wrote:
I'm assuming that the scripts: mass-check-results-to-mbox, mboxget, and
extract-message-from-mbox are used to help in this process to check and
purge improperly sorted mails out of the mbox.  How are these used?  Don't
see any docs anywhere, and nothing in the scripts themselves jumps out to
explain use.

Most of the tools in "masses" have some very limited documentation at the top of the scriptfile.



ie: # mboxget - get a message from a mailbox # # usage: mboxget [mass-check-mbox-id ...]

and:

sub usage {
  die "extract-message-from-mbox [-f=file] [-m] [-H] offset

  Extracts the message starting at offset from file (or stdin). Very
  useful in combination with mass-check logs and mboxes. If the -m
  option is used, the input should be in \"mass-check\" format (as
  output by mass-check). Use the -H option to just output headers.
";
}

These tools are mostly intended for development use, so they are a bit crude and sparsely documented, but the comments at the tops of the files should at least give you some idea what they do.



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to