On Tue, Sep 03, 2019 at 09:29:14PM +0300, Reio Remma wrote: > On 27.04.2018 12:26, Reio Remma wrote: > > Hello all, > > > > I've whipped together a Logwatch script for OpenSMTPD. I've anyone is > > interested on giving it a try, it's now at: > > > > https://github.com/whataboutpereira/OpenSMTPD-Logwatch > > Hello! I've now updated the Logwatch script to work with OpenSMTPD 6.6.0 > (current portable). > > Good luck, > Reio >
Lots of errors with newer perls. :( deathstar$ perl -v This is perl 5, version 28, subversion 2 (v5.28.2) built for amd64-openbsd Copyright 1987-2019, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. deathstar$ ./opensmtpd.pl Experimental keys on scalar is now forbidden at ./opensmtpd.pl line 523. Type of arg 1 to keys must be hash or array (not hash element) at ./opensmtpd.pl line 523, near "} ) " Experimental keys on scalar is now forbidden at ./opensmtpd.pl line 527. Type of arg 1 to keys must be hash or array (not hash element) at ./opensmtpd.pl line 527, near "};" Experimental keys on scalar is now forbidden at ./opensmtpd.pl line 541. Type of arg 1 to keys must be hash or array (not hash element) at ./opensmtpd.pl line 541, near "} )" Experimental keys on scalar is now forbidden at ./opensmtpd.pl line 553. Type of arg 1 to keys must be hash or array (not hash element) at ./opensmtpd.pl line 553, near "} ) " Experimental keys on scalar is now forbidden at ./opensmtpd.pl line 557. Type of arg 1 to keys must be hash or array (not hash element) at ./opensmtpd.pl line 557, near "};" ./opensmtpd.pl has too many errors
