Hallo Chuck,

On Sat, 29 Jul 2000 18:47:37 -0400 GMT (30/07/00, 06:47 +0800 GMT),
Chuck Smith wrote:

CS> I am trying to setup filter for the SPAM I recieve to look for a missing To
CS> line in the Kludges. Does anyone have any suggestions?

IF .NOT. EXIST("TO") IN headers
  FILTER TO "spam folder"
  ENDIF

I still haven't gotton deep enough into regex, but if you think about
it, it shouldn't be too difficult. We have enough examples to find
strings in headers, and I am sure that must be a .NOT. operator
somewhere. If not, try to find the string "TO" and if the result is
empty, well, there you go.

-- 

Good luck,
Thomas                             mailto:[EMAIL PROTECTED]

Message reply created with The Bat! 1.45 S/MIME
under Chinese Windows 98 4.10 Build 1998 
using an Intel Celeron 366Mhz, 128MB RAM



-- 
--------------------------------------------------------------
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   <mailto:[EMAIL PROTECTED]>
To Unsubscribe from TBUDL, double click here and send the message:
   <mailto:[EMAIL PROTECTED]>
--------------------------------------------------------------

You are subscribed as : [email protected]


Reply via email to