[evolution] SpamAssassin: Silence spamd's debugging chatter.



commit 8c2d09db62c0f9a2c8b168bcd8d827c05d4452ae
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Jul 14 23:43:51 2011 -0400

    SpamAssassin: Silence spamd's debugging chatter.

 modules/spamassassin/evolution-spamassassin.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/modules/spamassassin/evolution-spamassassin.c b/modules/spamassassin/evolution-spamassassin.c
index 10cb308..7172afd 100644
--- a/modules/spamassassin/evolution-spamassassin.c
+++ b/modules/spamassassin/evolution-spamassassin.c
@@ -168,6 +168,7 @@ spam_assassin_command_full (const gchar **argv,
 		flags |= G_SPAWN_DO_NOT_REAP_CHILD;
 	if (output_buffer == NULL)
 		flags |= G_SPAWN_STDOUT_TO_DEV_NULL;
+	flags |= G_SPAWN_STDERR_TO_DEV_NULL;
 
 	/* Spawn SpamAssassin with an open stdin pipe. */
 	success = g_spawn_async_with_pipes (



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]