GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MIMEDEFANG-UTIL(1) MIMEDefang Documentation MIMEDEFANG-UTIL(1)

mimedefang-util -- Utility script for message structure debugging

    # Print a "pretty" version of an input message
    mimedefang-util --prettyprint < input.msg

    # Print the message structure
    mimedefang-util --structure < input.msg

    # Parse and re-MIME the message
    mimedefang-util --dump < input.msg

This script provides some debug tools formerly provided as part of mimedefang.pl

--prettyprint
Parses a mail message from standard input and reformats it in a "pretty" format on standard output. All text/* parts are printed directly, and non-text parts are described without printing their content.
--structure
Parses a mail message from standard input, and outputs a description of the MIME tree to standard output.
--dump
Parses a mail message from standard input, and dumps the parsed message back out again to standard output.
--data-dump
Parses a mail message from standard input, and dumps the parsed message back out again to standard output using Data::Dumper
--help
This help
--man
Full manpage

Copyright (C) 2010 Roaring Penguin Software Inc.

This program may be distributed under the terms of the GNU General Public License, Version 2, or (at your option) any later version.

2022-05-21 2.84

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.