On Monday, May 20, 2002, 2:02:57 AM, Michael L. Cusac wrote:

> I thought I could do something like specify mail which does not
> match (Received:\s.*?){3} in the kludges, but apparently TB! only
> looks in the fields of the headers.  Useing 'all' instead of 'kludges'
> doesn't seem to work either.  Is there any way to filter using the raw
> text (source) of the mails, or better yet in the raw header portion?

This is testing my knowledge of Regex to the limits, but I think that
Regex works on a line by line basis. Your filter will look for the phrase
'Received:' in one line (a line being a string terminated by a line
break), which won't match as you want it to.

I am not sure what the solution is.  If the mail is being sent direct
to GMX, then you could try to search for messages that have a received
line which does not include GMX.

Julian

-- 
  Using The Bat! v1.60m on Windows XP 5.1 Build 2600 



________________________________________________________
Current Ver: 1.60m
FAQ        : http://faq.thebat.dutaint.com 
Unsubscribe: mailto:[EMAIL PROTECTED]
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Bug Reports: https://bt.ritlabs.com

Reply via email to