]> gitweb.michael.orlitzky.com - postfix-logwatch.git/blobdiff - postfix-logwatch
Changes: add the one change in v1.40.05.
[postfix-logwatch.git] / postfix-logwatch
index fe61a7349508d5e8799d39bed9733dbe10c3088e..cc37b877722b6ded348cebf88c4b5e6b3eb9be6f 100644 (file)
@@ -33,7 +33,7 @@ use warnings;
 no warnings "uninitialized";
 use re 'taint';
 
-our $Version          = '1.40.03';
+our $Version          = '1.40.05';
 our $progname_prefix  = 'postfix';
 
 # Specifies the default configuration file for use in standalone mode.
@@ -3902,6 +3902,7 @@ sub create_ignore_list() {
    push @ignore_list, qr/^reject_invalid_hostname: /;
    push @ignore_list, qr/^cfg_get_/;
    push @ignore_list, qr/^sacl_check: /;
+   push @ignore_list, qr/^breaking line > 998 bytes with /;
 
    # non-anchored
    #push @ignore_list, qr/: Greylisted for /;