Test for blank subject line or unknown sender

Test for blank subject line or unknown sender

Postby sillyme » Wed Sep 19, 2007 4:34 pm

I have tried to test for a blank subject or sender in the content filter but can not seem to get a match. Is there a way to do this?

Thanks
sillyme
 
Posts: 49
Joined: Wed Sep 19, 2007 3:30 pm
Location: Cincinnati, Ohio

Re: Test for blank subject line or unknown sender

Postby Code Crafters » Thu Sep 20, 2007 11:38 am

There isn't an easy way to do this. The only real way is to add a content filter condition for:
NOT - Subject Header Line - String Contains - "a;b;c;..." (not case sensitive)

Note that this is different to :
Subject Header Line - String Does Not Contain - "a;b;c;..." (not case sensitive) - WRONG

The SMTP sender can be checked for being blank in the same way.

To detect if a subject line exists you can do:
Any Header Line - String Starts With - "subject" (not case sensitive)
or:
NOT - Any Header Line - String Starts With - "subject" (not case sensitive)
Code Crafters
 
Posts: 933
Joined: Mon Sep 10, 2007 2:35 pm


Return to General

Who is online

Users browsing this forum: No registered users and 36 guests

cron