that is content of my whiteorg.txt file

\bpaypal\.com
\bfacebook\.com
\bamazon\.com
\bdotpay\.pl

(ends with empty line)

Also line ~18259 of assp.pl look like this:

    if ($DoOrgWhiting) {
                if (   $orgname =~ ( '(' . $whiteSenderBaseRE . ')' )
            || $domainname =~ ( '(' . $whiteSenderBaseRE . ')' )
            || $domainname =~ ( '(' . $WLDRE . ')' ))
                {


2013/7/9 Fritz Borgstedt <f...@iworld.de>:
> Sorry; I have difficulties to find the problem.
>
> m/((?^:(?is)(\bpaypal\.com|\bfacebook\.com|\bamazon\.com|\bdotpay\.pl)(?{length($1)>32?substr($1,0,32-3).'...':$1})))/
>
> what regex is that? may be you look for \bdotpay\.pl
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Assp-test mailing list
> Assp-test@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/assp-test

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to