The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

add-disclaimer - add a disclaimer to mail message

SYNOPSIS

    add-disclaimer -plain-file file <mail.in >mail.out

DESCRIPTION

This filter adds a disclaimer to the first text/plain, text/enriched or text/html part (or all of them, if they are contained in a multipart/alternative) of the message/rfc822 given on the standard input and emits the result to the standard output.

OPTIONS

to provide the disclaimers

-plain text
-enriched text
-html text

Used to provide the disclaimer to be prepended and appended to text/plain, text/enriched respectively text/html parts of e-mails directly on the command line.

-plain-file file
-enriched-file file
-html-file file

Used to provide the disclaimer to be prepended and appended to text/plain, text/enriched respectively text/html parts of e-mails via file.

When missing, the text/enriched and text/html versions will be derived from the text/plain disclaimer.

-encoding name

Set the encoding for all following disclaimers. Default is UTF-8.

other

-help

Show this documentation and exit.

AUTHOR

Martin H. Sluka <fany@cpan.org>