|
SUBJECTARTICLERXPSyntax
DescriptionSUBJECTARTICLERXP defines the Perl regular expression matching leading articles (eg: "the", "a", "an") in subject text. SUBJECTARTICLERXP is used by MHonArc for sorting. The regex defined is used in s/// operation with the case-insensitive modifier. The regex should be anchored to the beginning of the string. The SUBJECTARTICLERXP is normally changed to suit a particular locale. Default Setting^(the|a|an)\s+ Resource VariablesN/A ExamplesIf you are archiving French message, the following setting maybe appropriate: <SubjectArticleRxp> ^l(es|e|a)\s+ </SubjectArticleRxp> Version2.2.0 See Also
$Date: 2002/07/27 05:13:11 $ MHonArc Copyright © 1998, Earl Hood, mhonarc@mhonarc.org |