Can someone tell me how to look for no To or CC field in the header.
I get several emails sent to me like this and would like to score them.
Best I could come up with is
ToCc !~ /To|cc/i
Can someone tell me how Im suppose to do this.
Regards
Steve
>
>Or perhaps you want
>
>meta NO_TO_AND_NO_CC (!__TO_EXISTS && !__CC_EXISTS)
>
>It's not clear which logic you want. The first will trigger if either
>header is missing, the second will trigger only if both are missing.
>
>At 11:18 AM 1/21/2004, st semps wrote:
&
I understand. Thanks
--
- Original Message -
DATE: Wed, 21 Jan 2004 13:10:55
From: Matt Kettler <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc:
>At 01:02 PM 1/21/2004, st semps wrote:
>
>>You see I thought that ToCc was valid. I thoug