Skip to content

822headerfilter.1

Manvendra Bhangui edited this page Sep 4, 2022 · 1 revision

NAME

822headerfilter - filter message header through a program.

SYNOPSIS

822headerfilter prog

DESCRIPTION

822headerfilter reads an 822-format email message from standard input. It executes prog with the header of the message on standard input. If it encounters a permanent error in reading input or executing prog, 822headerfilter exits 100. If it encounters a temporary error in reading input or executing prog, 822headerfilter exits 111. Otherwise, 822headerfilter yields the same exit code as prog.

822headerfilter considers the end of the message or the first line that cannot be part of an 822-format header field to terminate the headers.

Clone this wiki locally