aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-junk-filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-junk-filter.c')
-rw-r--r--mail/em-junk-filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-junk-filter.c b/mail/em-junk-filter.c
index a6fe7c4cd2..338dd5d931 100644
--- a/mail/em-junk-filter.c
+++ b/mail/em-junk-filter.c
@@ -279,7 +279,7 @@ em_junk_sa_test_spamd (void)
i = 0;
argv [i++] = "/bin/sh";
argv [i++] = "-c";
- argv [i++] = "ps ax|grep -v grep|grep -E 'spamd.*(\\-L|\\-\\-local)'|grep -E -v '\\-p|\\-\\-port'";
+ argv [i++] = "ps ax|grep -v grep|grep -E 'spamd.*(\\-L|\\-\\-local)'|grep -E -v '\\ \\-p\\ |\\ \\-\\-port\\ '";
argv[i] = NULL;
if (pipe_to_sa (NULL, NULL, argv) != 0) {