C++ CSS HTML Java JavaScript MySQL Oracle PERL PHP SQL Unix VBScript XHTML XML Сети
[Chapter 38] Rule-Set Testing with -bt
 
PreviousChapter 38Next
 

38. Rule-Set Testing with -bt

Contents:
Overview
Configuration Lines
Dump a Macro
Show an Item
Complex Actions
Process-Specified Addresses
Add Debugging for Detail
Batch Rule-Set Testing
Pitfalls

The sendmail-bt command-line switch causes sendmail to run in rule-testing mode. This mode is interactive. You enter rule set numbers, addresses, and other commands, and sendmail processes them and prints the results. The -bt

38.1 Overview

The following command runs sendmail in rule-testing mode:

% /usr/lib/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, rule set 3 is no longer automatically called when rule sets are listed at the prompt. We cover this new property in detail in Section 38.6.2, "The Address".

Prior to V8 sendmail, rule-testing mode could be used only to test addresses. But beginning with V8.7 sendmail new functions have been added. To see a summary of those functions, enter a ? character followed by a RETURN at the >sendmail's output.

> ?
Help for test mode:
?                :this help message.
.Dmvalue         :define macro `m' to `value'.                          <- Section 38.2.1, "Define a Macro with .D"
.Ccvalue         :add `value' to class `c'.                             <- Section 38.2.2, "Add to a Class with .C"
=Sruleset        :dump the contents of the indicated ruleset.           <- Section 38.4.1, "Show Rules in a Rule Set with =S"
=M               :display the known mailers.                            <- Section 38.4.2, "Show Delivery Agents with =M"<- Section 38.3.1, "Dump a Defined Macro with $"
$=c              :print the contents of class $=c.                      <- Section 38.3.2, "Dump a Class Macro with $="
/mx host         :returns the MX records for `host'.                    <- Section 38.5.2, "Look Up MX Records with /mx"
/parse address   :parse address, returning the value of crackaddr, and  <- Section 38.5.5, "Parse an Address with /parse"
                  the parsed address (same as -bv).
/try mailer addr :rewrite address into the form it will have when       <- Section 38.5.6, "Try a Delivery Agent with /try"
                  presented to the indicated mailer.
/tryflags flags  :set flags used by parsing.  The flags can be `H' for  <- Section 38.5.4, "Select Whom to /parse or /try with /tryflags"  :try to canonify hostname.                             <- Section 38.5.1, "Canonify a Host with /canon"
/map mapname key :look up `key' in the indicated `mapname'.             <- Section 38.5.3, "Look up a Database Item with /map"
rules addr       :run the indicated address through the named rules.    <- Section 38.6, "Process-Specified Addresses"
                  Rules can be a comma separated list of rules.
End of HELP info
>

This help output is contained in the sendmail.hf file, the location of which is defined by the HelpFile (H) option (see Section 34.8.28, HelpFile (H)

Sendmail 8.8.4 - HELP not implemented

Help for rule-testing mode requires that the help file both exist and contain lines that begin with:

-bt

If you installed a new sendmail but did not install the new help file (thus causing the old file to be used), you may see this error:

HELP topic "-bt" unknown

The solution here is to upgrade your sendmail.hf file to the newest version.

/try function, for example:

> /try
Usage: /try mailer address
>

This parallels the syntax shown in the help output above. These miniusage messages can effectively replace the sendmail.hf file in case it is missing.

Finally note that, although address testing was not listed in the help output for V8.7 sendmail, it still existed. We will cover it in Section 38.6.


PreviousHomeNext
37.5 Reference in Numerical OrderBook Index38.2 Configuration Lines

Главная