>Is a \b (or $) assumed at the end of each line?

No.

Thomas





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



Thanks.

I've reviewed those sites (and those similar to them) many times.  I'm
comfortable with regex, and use them frequently elsewhere.  What I don't
know is specifically how ASSP uses regex with senderbase.

 Looking at the files folder that comes with the distribution, it appears
that whiteorgs.txt is the only file that starts each line with \b.  I
understand what this does, but why is there a \b at the beginning of every
line, but not the end?  Is a \b (or $) assumed at the end of each line?
For example, you've got:
\b3com corporation
will that also match
3com corporations global
3com corporation hate group




On Thu, Apr 30, 2015 at 4:31 AM, Thomas Eckardt 
<thomas.ecka...@thockar.com>
wrote:

> 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
>
------------------------------------------------------------------------------
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