Overview

The following command runs sendmail in rule-testing mode:[141]

% /usr/sbin/sendmail -bt

At first, the output produced by this command line prompts you like this:

ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter <ruleset> <address>
>

The “ruleset 3” statement says that, beginning with V8 (and IDA) sendmail, the canonify rule set 3 is no longer automatically called when rule sets are listed at the prompt. We cover this property in detail in The Address on page 315.

Prior to V8 sendmail, rule-testing mode could be used only to test addresses. But beginning with V8.7 sendmail, new functions were added. To see a summary of those functions, enter a ? character followed by a RETURN at the > prompt. The output, which we reproduce next, lists and gives a brief description of each function. Note that the numbers to the right refer to sections in this chapter and are not a part of sendmail’s output:

> ?
Help for test mode:
?                :this help message.
.Dmvalue         :define macro `m' to `value'.                     ← §8.2.1 on page
301
.Ccvalue         :add `value' to class `c'.                        ← §8.2.2 on page
302
=Sruleset        :dump the contents of the indicated ruleset.      ← §8.4.1 on page
306
=M               :display the known mailers.                       ← §8.4.2 on page
307
-ddebug-spec     :equivalent to the command-line -d debug flag.
$m               :print the value of macro $m.                     ← §8.3.1 on page
304
$=c              :print the contents of class $=c.                 ← §8.3.2 on page
305
/mx host         :returns the MX records for `host'.               ← §8.5.2 on page
309 /parse address :parse address, returning the value of crackaddr, ...

Get sendmail, 4th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.