Estimados seguidores del tbdev arroba thebat.dutaint.com

  Hi, i need a example of a filter the mail by the attach, the library
  TBPtest  (the  original  example  for  plug'in)  speaking  about   a
  "mpidMessageAttachments   =   100002;   //  a  CR-delimited  list  of
  attachments"

  and  i  couldn't  work with this, well, i can woprk whith it but *do
  not work*

  i would like a version of:

S := Trim(UpperCase(GetStr(mpidMessageSubject)));
// this is just a sample, it is possible to use virtually all data from a message to
// analyze it!
if Copy(S, 1, 4) = 'ADV:' then Result := 70;
if (Pos('TEEN', S) > 0)  or (Pos('PORN', S) > 0) or (Pos('ADULT', S) >
if (Pos('TEEN', S) > 0)  or (Pos('LOANS', S) > 0) or (Pos('(GET CASH',
if (Pos('TEEN', S) > S) > 0)
or (Pos('ADV:', S) > 0) or (Pos('ENLARGE YOUR', S) > 0) then Result := 80;

but for atachments.

-- 
thanks,
 Task Control 
   mail: TaskControl at SoftHome dot net
 correo: TaskControl arroba SoftHome punto net

Usando: 
- Windows 98 4.10.1998 
- AVG 6.0 Free Edition
- The Bat! 1.63 Beta/6
- Trillian PRO 1.0 B



________________________________________________
Current version is 1.62 | "Using TBDEV" information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to