.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH SIMPLIFY 1 "May 14, 2003" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME simplify \- a script to simplify a MIME message .SH SYNOPSIS \fBsimplify\fP \fI[args ...] < message > othermessage\fP .SH DESCRIPTION This manual page documents briefly the \fBsimplify\fP command. \fBsimplify\fP is a Perl script to simplify a MIME message. .PP This script never loads the entire message into memory, but does dump it's entire contents to disk once. .SH OPTIONS .TP \fBmime=no\fR Don't use MIME, no HTML mail allowed. .TP \fBtesting=yes\fR Run in testing mode (suppress randonmess) .TP \fBsaveall=yes\fR Save all attachments to files. .TP \fBtemp=/path/to/working/dir/\fR Defaults to /tmp. .TP \fBurl=http://box/path/\fR URL-prefix for printing paths to attachments .TP \fBheader=text...\fR Text preceding the attachment URL list. .TP \fBtextsig=/path/to/file\fR Text signature to append to text parts. .TP \fBhtmlsig=/path/to/file\fR HTML signature to append to HTML parts. .PP If "saveall" is yes, then the script will save all attachments to disk so people can access their contents later. If an URL is specified then that automatically implies "saveall=yes". Without this, the default behavior is to only save text and html parts, and delete them and all working directories when the script is finished. .SH SEE ALSO .BR sanitizer (1). More info on configuration: \fB/usr/share/doc/sanitizer/sanitizer.html\fP .SH AUTHOR Bjarni R. Einarsson .PP This manual page was written by Alberto Gonzalez Iniesta for the Debian GNU/Linux system (but may be used by others).