Micheal Espinola Jr wrote: > I have a BombRe regex that catches foreign donation solicitations > (ivory, kuwait, nigeria, russia, etc) . The regex matches a country > name and within a constrained amount of characters will try to match > other common spam phrasing. > > In this situation, I noticed while searching my maillog for regex > effectiveness (which I also confirmed in the mail analyzer); that this > BombRe regex is matching against the word "russia" in the subject line, > and is wildcard matching across any of the headers found below it and > then into the message body.
Whats the issue? The Bombre is supposed to check the whole message. 'bombRe' description "Header and Data will be checked against the Regex. For example:....." I use it to match sending addresses in the header all the time. How about posting the regex? Kevin ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
