I have a quick question or update.  I read in a perl guide that \> actually
matches the end of a "word".  I guess similar to \b, or something?

I want to match the literal character ">", as in a rule that matches
"<[EMAIL PROTECTED]>".  So if the rule ends something like:

>From =~ /.....\>/i

It should be changed to

>From =~ /.....[>]/i

Is that right?  Is it necessary?  The rule seems to work anyway,
embarrassingly.  What is the correct escape sequence for ">" (and "<"), etc.?


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to