dovecot-2.1: decode2text.sh: Exit with 0 even if the decoding fa...

dovecot at dovecot.org dovecot at dovecot.org
Tue Jan 10 23:30:42 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/24d79a3708c6
changeset: 13928:24d79a3708c6
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jan 10 23:30:36 2012 +0200
description:
decode2text.sh: Exit with 0 even if the decoding failed.
There's nothing to be done anyway, since they are external programs. These
errors just flood the error log unnecessarily.

diffstat:

 src/plugins/fts/decode2text.sh |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (8 lines):

diff -r bc3b343b1999 -r 24d79a3708c6 src/plugins/fts/decode2text.sh
--- a/src/plugins/fts/decode2text.sh	Tue Jan 10 23:28:03 2012 +0200
+++ b/src/plugins/fts/decode2text.sh	Tue Jan 10 23:30:36 2012 +0200
@@ -91,3 +91,4 @@
   echo "Buggy decoder script: $fmt not handled" >&2
   exit 1
 fi
+exit 0


More information about the dovecot-cvs mailing list