Thank you both!  I'll look into this and get you the optimizer stuff
when I return.

Great tips!  I will surely impement .*{1,x} and move those that should
be in bomb sender or bomb subject as appropriate.

I don't quite follow this syntax:
\nfrom:[^\r\n]+?(?:pfizer|viagra)
What's the second question mark followed byt he colon?



On Sat, May 22, 2010 at 4:36 AM, Fritz Borgstedt <[email protected]> wrote:
> ASSP development mailing list <[email protected]>
> schreibt:
>>dear.*\d\d% OFF
>>dear.*\d\d% oFF
>>\nfrom:.*pfizer
>>\nfrom:.*viagra
>
> Unlimited constructions like  "
>>.*
> " are terrible wrong.
> Use .*{1,80} instead.
>
> The log shows only the first ->RegEx Length in Log (RegExLength)
> even when a match like
>>nfrom:.*pfizer
>  can produce a string of several hundred or thousands of characters.
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Assp-test mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/assp-test
>

------------------------------------------------------------------------------

_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to