
strip_re_regexp
---------------

   Usage: strip_re_regexp pattern [pattern] ...

   Here, you can define up to 5 different regular expressions to detect
   non-standard back references created by broken user agents. They will
   be stripped on followups.

   By default, slrn only checks for the standard "Re:". This test is
   performed before strip_re_regexp is even tried and it cannot be turned
   off.

   Note: This variable does not affect the way slrn sorts subjects. For
   example, ``subject'' and ``Re: subject'' are equivalent when sorting;
   ``subject'' and ``AW: subject'' are not, even if you defined "^AW:" in
   strip_re_regexp. The reason for this is that it would be too expensive
   to do a full regexp search whenever comparing subjects.

-- 
(C) Matthias Friedrich <mafr@topmail.de> and Thomas Schultz <tststs@gmx.de>.
The complete manual can be found at <htp://slrn.sourceforge.net/manual/>.
