Hmm. I've implemented everything but have 2 more questions if you don't
mind:
1) Fritz: You made the important point:
Unlimited constructions like "
>.*
" are terrible wrong.
Use .*{1,80} instead.
I assume you mean to use .{1,80} instead (without the *)?
2) I just read
http://sourceforge.net/apps/mediawiki/assp/index.php?title=Regular_Expressions
I know this is old, but is it still correct indicating that you should never
use \n or \r??? In the regex version that ASSP uses, does . match \n or
\r too?
3) I want to be able to bomb specific combinations of sender
and recipients. So far, I've accomplished this by using two lines. The
first checks for To followed by From. The second checks for FROM followed
by To. Is there a more efficient way of doing this?
On Sun, May 23, 2010 at 10:15 AM, K Post <[email protected]> wrote:
> >>As I've told you in my last post - if you forgot the '?:' , assp will
> insert that for you when compiling the regex.
>
>
> Now that I understand what the ?: does, that's clear. Thanks again
> for taking the time and holding my hand.
>
>
------------------------------------------------------------------------------
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test