B.C"
map_lookup: dequote ("A.B.C") returns A.B.C (0)
> /map dequote "A"."B"."C"
map_lookup: dequote ("A"."B"."C") returns A.B.C (0)
> /map dequote "A B"
map_lookup: dequote ("A B") no match (0)
A few database switches are available to modify the behavior of this dequote database-map
type. They are listed in Table 23-10.
Table 23-10. The dequote database-map type K command switches
Switch ?§ Description
-a ?§23.3.2 on page 887 Append tag on successful match.
-D ?§23.3.3 on page 887 Don??™t use this database map if DeliveryMode=defer.
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc. All rights reserved.
23.7 Alphabetized Database-Map Types | 905
Note that beginning with V8.7, specifying the -s switch(and beginning withV8.10, specifying
the -S switch) causes the space character to be replaced with another character before
dequoting (?§23.3.12 on page 890):
Kdequote dequote -s+ ?†? V8.7 through V8.9
Kdequote dequote -S+ ?†? V8.10 and later
When using the mc configuration technique, dequote switches are declared like this:
define(`confDEQUOTE_OPTS??, `-S+??)
In either case, the last example would have the space converted to a plus sign before the
conversion, thus resulting in a legal address. The "A B" example (which failed before) will
become the following:
> /map dequote "A B"
map_lookup: dequote ("A B") returns A+B (0)
Also note that beginning with V8.
Pages:
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596