On Fri, 27 Mar 1998, Peter Gradwell <peter@gradwell.com> wrote:
>At 8:32 am +0200 on 27/3/98, the great Angelo Caruso wrote:
>>Some of my users don't write a subject for their messages to the list. What
>>I find a little bit annoying is that, in the case, also the subject prefix
>>I wrote in the config file doesn't show.
>
>would it be possible to filter the headers for this:
...
>Can anyone confirm my hypothesis before I trash my list config.
The underlying problem is that there is no Subject header line, period.
I've seen this same behavior, and in every case the subject line was
missing, entirely.
The resend module will correctly handle an empty Subject:
# prepend subject prefix
#
if ( (/^subject:\s*/i)
... code to replace subject line ...
so that's not the problem. You'd have to modify resend to add a
subject line if it can't find one and the subject_prefix is non-null.
Jason - will majordomo2 add the missing subject line in this case?
--
John Van Essen <vanes002@umn.edu>
Follow-Ups:
|
|