Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

extcompose(1) [suse man page]

extcompose(1)						      General Commands Manual						     extcompose(1)

NAME
extcompose - Compose a reference to external data for inclusion in a mail message SYNOPSIS
extcompose file-name DESCRIPTION
The extcompose program will allow a user on a properly-equipped workstation to enter the appropriate data to enable a mail message he is sending to make reference to "external" data, that is, data that is not included in the mail message itself but is otherwise available on the network via a suitable mechanism. The user will be prompted for all necessary information. External data may be referenced as local or AFS files, as files available for FTP (anonymous or authenticated), or as data available via a mailserver mechanism. The user will be asked to provide a MIME content-type value to describe the type of data being referenced, and to specify whether or not the data has been encoded with one of the algorithms for encoding data for email. (Such encoding is not necessary, and is in fact inefficient and silly when used with externally referenced data.) This program is intended primarily to be called from mailcap files by programs like mailto(1). SEE ALSO
showexternal(1), mailto(1), metamail(1) COPYRIGHT
Copyright (c) 1992 Bell Communications Research, Inc. (Bellcore) Permission to use, copy, modify, and distribute this material for any purpose and without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies, and that the name of Bellcore not be used in advertising or publicity pertaining to this material without the specific, prior written permission of an authorized representative of Bellcore. BELLCORE MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY OF THIS MATERIAL FOR ANY PURPOSE. IT IS PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. AUTHOR
Nathaniel S. Borenstein, Bellcore Release 1 extcompose(1)

Check Out this Related Man Page

patch-metamail(1)					      General Commands Manual						 patch-metamail(1)

NAME
patch-metamail - Install a patch to the latest metamail release SYNOPSIS
patch-metamail source-tree-root patch-number [hostname [dirname [prefix]]] DESCRIPTION
The patch-metamail program will attempt to retreive a patch file for the metamail distribution, using anonymous ftp to a trusted server, and then install that patch in your local copy of the distribution. The first two arguments, which are required, are the root directory of your local copy of the metamail source directory, and the patch num- ber. The former is site-dependent, the latter is patch-dependent. In general, patch-metamail is intended to be called via metamail, with a mailcap entry like the following: application/x-metamail-patch;patch-metamail source-tree-root %{patchnumber}; needsterminal The default values for the host to ftp to, the directory name to retrieve the file from, and the patch file name prefix are hard-wired to thumper.bellcore.com, pub/nsb, and "mm.patch.". While you can override these on the command line, it would be a big mistake to make these parameterized based on the contents of a mail message, because then someone could spoof you into retrieving a new version of metamail with a Trojan horse from their site! However, as long as you retain control over what host and directory the patches are retrieved from, this program is reasonably safe (as safe as the host you're depending on, anyway). SEE ALSO
metamail(1) COPYRIGHT
Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore) Permission to use, copy, modify, and distribute this material for any purpose and without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies, and that the name of Bellcore not be used in advertising or publicity pertaining to this material without the specific, prior written permission of an authorized representative of Bellcore. BELLCORE MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY OF THIS MATERIAL FOR ANY PURPOSE. IT IS PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. AUTHOR
Nathaniel S. Borenstein, Bellcore Release 1 patch-metamail(1)
Man Page