On Fri, 26 Feb 1999, Jesper Maartenson wrote:
> I've noticed that the subject-line tends to get flooded with the
> subject_prefix-text.
It shouldn't.
> I don't want to remove the subject_prefix but I WOULD
> like for resend to check the subjectline if the subject_prefix already is
> somewhere on the subjectline and if it is - don't add any!
It already does that. Here is the line from resend that actually does it.
s/^subject:\s*/Subject: $foo /i if !/$foo_pat/;
Note the
if !/$foo_pat/
clause.
But the question remains, what is going wrong with your list or set-up to
lead to the problem you describe?
-j
--
Jeffrey Goldberg +44 (0)1234 750 111 x 2826
Cranfield Computer Centre FAX 751 814
J.Goldberg@Cranfield.ac.uk http://WWW.Cranfield.ac.uk/public/cc/cc047/
Relativism is the triumph of authority over truth, convention over justice.
|
|