--- postfix.orig 2012-01-14 10:05:37.762982045 +0100 +++ postfix 2012-01-14 10:06:23.178930111 +0100 @@ -3794,6 +3794,7 @@ push @ignore_list, qr/^master_notify:/; push @ignore_list, qr/^rewrite_clnt:/; push @ignore_list, qr/^rewrite stream/; + push @ignore_list, qr/^cfg_get_/; push @ignore_list, qr/^dict_/; push @ignore_list, qr/^send attr /; push @ignore_list, qr/^match_/;