----- Original Message ----- From: "Cybertime Hostmaster" <[EMAIL PROTECTED]>
>> Hmmm, yep, that does make it a bit more difficult. I think the >following >> header checks should work, however: >> >> /^Subject: *$/ DUNNO >> /^Subject: *\[.+\]*$/ DUNNO >> /^Subject:[ a-zA-Z0-9,;:.?\(\)-]*$/ DUNNO >> /[^[:print:]]+/ DUNNO >> /./ 550 I don't > > Wouldn't those last two need to be contained somehow because the > checkfile is for the entire set of headers? Oops, yes, oversight on my part. > A simple method of cleaning that up would be to enclose it in: > > if /^Subject:/ > endif Yep, good idea! > So time to try it with a WARN lie and see what I get. Let us know how it goes... Bill
