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

Reply via email to