The following links will help to answer your question.

assp/docs/Regular Expression Tutorial.htm   # the basics
http://perldoc.perl.org/perlretut.html    #  the complete documentation
http://www.rexegg.com/       #  the best tutorial with many very nice step 
by step examples

Thomas





Von:    K Post <nntp.p...@gmail.com>
An:     ASSP development mailing list <assp-test@lists.sourceforge.net>
Datum:  29.04.2015 20:01
Betreff:        [Assp-test] Senderbase white list formatting



What is the best practice for formatting lines in the whiteSenderBase 
file?

For example I want to match:

Ebay as the network owner (is that what we're calling the "organization),
but I do not want to match *Ebay* so not "Ebayshore" "Ebay Concepts"
"Bebayless" etc

ebay.com as the domain but not *ebay.com*


Does
\bEbay
\bEbay\.com
accomplish this?  Will a period match any 1 character (does it need to be
escaped)?

Are line beginning and endings assumed by assp?  If so, why have the \b?

thanks.  Sorry for the newbie question for a non-newbie.
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test






DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to