[Prev: SUBJECTHEADER] | [Next: SUBJECTSTRIPCODE] |
M2H_SUBJECTREPLYRXP=
perl_regex
<SUBJECTREPLYRXP>
perl_regex
</SUBJECTREPLYRXP>
-subjectreplyrxp perl_regex
SUBJECTREPLYRXP defines the Perl regular expression matching subject text that denotes a reply message. For example, the string "Re: " is commonly prepended to the subject to denote a reply.
SUBJECTREPLYRXP is used by MHonArc for sorting and threading purposes. The regex defined is used in s/// operation loops with the case-insensitive modifier. Hence, the regex should eventually fail if called repeatedly on the same string in an s/// operation. If not, an infinite loop will result. In sum, SUBJECTREPLYRXP should NOT be able to match the null string. Also, the regex should be anchored to the beginning of the string.
The SUBJECTREPLYRXP is normally changed to suit a particular locale or if unusual notations are being used to denote replies.
^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*
N/A
None.
2.2.0
[Prev: SUBJECTHEADER] | [Next: SUBJECTSTRIPCODE] |