Re: sa-update lint fail on __PDS_FROM_2_EMAILS

2014-11-28 Thread Kevin A. McGrail
On 11/28/2014 5:17 AM, Niamh Holding wrote: Hello Kevin, Thursday, November 27, 2014, 1:56:01 PM, you wrote: KAM> May take a few more days Seems OK- Nov 28 04:23:05.459 [23730] dbg: diag: updates complete, exiting with code 0 Stopping spamd: [ OK ] Starting spamd: [ OK ] I concur as well

Re: sa-update lint fail on __PDS_FROM_2_EMAILS

2014-11-28 Thread Niamh Holding
Hello Kevin, Thursday, November 27, 2014, 1:56:01 PM, you wrote: KAM> May take a few more days Seems OK- Nov 28 04:23:05.459 [23730] dbg: diag: updates complete, exiting with code 0 Stopping spamd: [ OK ] Starting spamd: [ OK ] -- Best regards, Niamhmailto:ni

Re: sa-update lint fail on __PDS_FROM_2_EMAILS

2014-11-27 Thread Kevin A. McGrail
On 11/27/2014 4:26 AM, Niamh Holding wrote: Hello John, Wednesday, November 26, 2014, 6:58:27 PM, you wrote: JH> Hopefully it will go out JH> tonight. Not as of 0423- config: invalid regexp for rule __PDS_FROM_2_EMAILS: /^\W+([\w+.-]+\@[\w.-]+\.\w\w++)(?:[^\n\w<]{0,80})?<(?!\1)[^\n\s]*\@/i:

Re: sa-update lint fail on __PDS_FROM_2_EMAILS

2014-11-27 Thread Niamh Holding
Hello John, Wednesday, November 26, 2014, 6:58:27 PM, you wrote: JH> Hopefully it will go out JH> tonight. Not as of 0423- config: invalid regexp for rule __PDS_FROM_2_EMAILS: /^\W+([\w+.-]+\@[\w.-]+\.\w\w++)(?:[^\n\w<]{0,80})?<(?!\1)[^\n\s]*\@/i: Nested quantifiers in regex; marked by <--

Re: sa-update lint fail on __PDS_FROM_2_EMAILS

2014-11-26 Thread John Hardin
On Wed, 26 Nov 2014, Niamh Holding wrote: Hello John, Wednesday, November 26, 2014, 4:56:46 PM, you wrote: JH> Any possibility of upgrading to at least perl 5.10.0? Not officially on CentOS 5.11 it seems as nothing newer is listed- Bummer. Well, the rule is commented out in my sandbox. Ho

Re: sa-update lint fail on __PDS_FROM_2_EMAILS

2014-11-26 Thread Niamh Holding
Hello John, Wednesday, November 26, 2014, 4:56:46 PM, you wrote: JH> Any possibility of upgrading to at least perl 5.10.0? Not officially on CentOS 5.11 it seems as nothing newer is listed- yum list perl Loaded plugins: fastestmirror, priorities Loading mirror speeds from cached hostfile * b

Re: sa-update lint fail on __PDS_FROM_2_EMAILS

2014-11-26 Thread Kevin A. McGrail
On 11/26/2014 11:58 AM, John Hardin wrote: On Wed, 26 Nov 2014, Kevin A. McGrail wrote: On 11/26/2014 11:27 AM, Niamh Holding wrote: Hello Burnie, Wednesday, November 26, 2014, 11:07:18 AM, you wrote: B> config: invalid regexp for rule __PDS_FROM_2_EMAILS: B> /^\W+([\w+.-]+\@[\w.-]+\.\w\

Re: sa-update lint fail on __PDS_FROM_2_EMAILS

2014-11-26 Thread Kevin A. McGrail
On 11/26/2014 11:56 AM, John Hardin wrote: On Wed, 26 Nov 2014, Burnie wrote: Seems one of the new rules fails to lint. Perhaps there's a mismatch with the regexp and perl 5.8? spamassassin 3.3.1 perl 5.8.8 # /usr/bin/sa-update config: invalid regexp for rule __PDS_FROM_2_EMAILS: /^\W+([\w+

Re: sa-update lint fail on __PDS_FROM_2_EMAILS

2014-11-26 Thread John Hardin
On Wed, 26 Nov 2014, Burnie wrote: Seems one of the new rules fails to lint. Perhaps there's a mismatch with the regexp and perl 5.8? spamassassin 3.3.1 perl 5.8.8 # /usr/bin/sa-update config: invalid regexp for rule __PDS_FROM_2_EMAILS: /^\W+([\w+.-]+\@[\w.-]+\.\w\w++)(?:[^\n\w<]{0,80})?<(?

Re: sa-update lint fail on __PDS_FROM_2_EMAILS

2014-11-26 Thread John Hardin
On Wed, 26 Nov 2014, Kevin A. McGrail wrote: On 11/26/2014 11:27 AM, Niamh Holding wrote: Hello Burnie, Wednesday, November 26, 2014, 11:07:18 AM, you wrote: B> config: invalid regexp for rule __PDS_FROM_2_EMAILS: B> /^\W+([\w+.-]+\@[\w.-]+\.\w\w++)(?:[^\n\w<]{0,80})?<(?!\1)[^\n\s]*\@/i:

Re: sa-update lint fail on __PDS_FROM_2_EMAILS

2014-11-26 Thread Kevin A. McGrail
On 11/26/2014 11:27 AM, Niamh Holding wrote: Hello Burnie, Wednesday, November 26, 2014, 11:07:18 AM, you wrote: B> config: invalid regexp for rule __PDS_FROM_2_EMAILS: B> /^\W+([\w+.-]+\@[\w.-]+\.\w\w++)(?:[^\n\w<]{0,80})?<(?!\1)[^\n\s]*\@/i: B> Nested quantifiers in regex; marked by <-- HERE

Re: sa-update lint fail on __PDS_FROM_2_EMAILS

2014-11-26 Thread Paul Stead
Not getting the lint error here.. Perl 5.14.2 On 26/11/14 16:37, Axb wrote: On 11/26/2014 05:27 PM, Niamh Holding wrote: Hello Burnie, Wednesday, November 26, 2014, 11:07:18 AM, you wrote: B> config: invalid regexp for rule __PDS_FROM_2_EMAILS: B> /^\W+([\w+.-]+\@[\w.-]+\.\w\w++)(?:[^\n\w<

Re: sa-update lint fail on __PDS_FROM_2_EMAILS

2014-11-26 Thread Axb
On 11/26/2014 05:27 PM, Niamh Holding wrote: Hello Burnie, Wednesday, November 26, 2014, 11:07:18 AM, you wrote: B> config: invalid regexp for rule __PDS_FROM_2_EMAILS: B> /^\W+([\w+.-]+\@[\w.-]+\.\w\w++)(?:[^\n\w<]{0,80})?<(?!\1)[^\n\s]*\@/i: B> Nested quantifiers in regex; marked by <-- HERE

Re: sa-update lint fail on __PDS_FROM_2_EMAILS

2014-11-26 Thread Niamh Holding
Hello Burnie, Wednesday, November 26, 2014, 11:07:18 AM, you wrote: B> config: invalid regexp for rule __PDS_FROM_2_EMAILS: B> /^\W+([\w+.-]+\@[\w.-]+\.\w\w++)(?:[^\n\w<]{0,80})?<(?!\1)[^\n\s]*\@/i: B> Nested quantifiers in regex; marked by <-- HERE in B> m/(?i)^\W+([\w+.-]+\@[\w.-]+\.\w\w++