Re: Error checking for extra bars

2021-02-03 Thread Viktor Dukhovni
On Wed, Feb 03, 2021 at 09:49:50AM +, Linkcheck wrote: > /trap this|/ > /|trap this/ > /trap||this/ > > Is there a Lint tool that can check for this or be adapted easily? Or > perhaps a different method? You can stage the PCRE tables from intended source tables to target tables via "make" r

Re: Error checking for extra bars

2021-02-03 Thread Bill Cole
On 3 Feb 2021, at 4:49, Linkcheck wrote: I'm normally careful about this matter but it has happened twice in a couple of months now due, I admit, to my own carelessness but dumping a lot of mail before the error was noticed. The specific problem is with extra or multiple OR bars in pcre check

Re: Error checking for extra bars

2021-02-03 Thread Noel Jones
On 2/3/2021 3:49 AM, Linkcheck wrote: I'm normally careful about this matter but it has happened twice in a couple of months now due, I admit, to my own carelessness but dumping a lot of mail before the error was noticed. The specific problem is with extra or multiple OR bars in pcre checks

Error checking for extra bars

2021-02-03 Thread Linkcheck
I'm normally careful about this matter but it has happened twice in a couple of months now due, I admit, to my own carelessness but dumping a lot of mail before the error was noticed. The specific problem is with extra or multiple OR bars in pcre checks. For example: /trap this|/ /|trap this