On Tue, Dec 23, 2003 at 02:19:21PM -0700, Anthony Martinez
carved this out of pure phosphors:
> On Tue, Dec 23, 2003 at 01:13:46PM -0800, George
> carved this out of pure phosphors:
> > Hello list!
> >
> > Can someone show me a rule for detecting an empty subject line?
> >
> > I've "searched an
At 04:13 PM 12/23/2003, George wrote:
Can someone show me a rule for detecting an empty subject line?
I've "searched and tried" just about everythign under the sun.
header LOCAL_EMPTY_SUBJECT Subject !~ /\w/
Of course, that will merely detect a subject with no alphanumerics or
underscores. A sub
Have you tried:
header BLANK_SUBJECT Subject =~ /^$/
That should do it.
Brian
-Original Message-
From: George [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 23, 2003 4:14 PM
To: [EMAIL PROTECTED]
Subject: [SAtalk] no content in the subject
Hello list!
Can someone show me
On Tue, Dec 23, 2003 at 01:13:46PM -0800, George
carved this out of pure phosphors:
> Hello list!
>
> Can someone show me a rule for detecting an empty subject line?
>
> I've "searched and tried" just about everythign under the sun.
header EMPTYSUBJECT Subject =~ ^$
describe EMPTYSUBJECT Empty