# HG changeset patch # User IBBoard # Date 1475433202 -3600 # Node ID 16a931df5fd7fb11393e75a3a7a0dd94af3eed33 # Parent 3790896314034813628b08cb8c523553e8972c53 Filter what we see in Postwhite cron output diff -r 379089631403 -r 16a931df5fd7 manifests/templates.pp --- a/manifests/templates.pp Sun Sep 18 07:22:22 2016 +0100 +++ b/manifests/templates.pp Sun Oct 02 19:33:22 2016 +0100 @@ -653,7 +653,7 @@ notify => Service['amavisd'], } cron { 'Postwhite': - command => "/usr/local/bin/postwhite", + command => "/usr/local/bin/postwhite 2>&1| grep -vE '^(Starting|Recursively|Getting|Querying|Removing|Sorting|$)'", user => 'root', weekday => 0, hour => 2,