[Commits] [SCM] claws branch, master, updated. 3.9.2-59-g92c22b0

claws at claws-mail.org claws at claws-mail.org
Tue Aug 6 08:22:19 CEST 2013


The branch master of project "claws" (Claws Mail) has been updated
       via  92c22b09a3cd48696604b4980d35691dab8ac605 (commit)
      from  be0ad9cdefda0bedceca7bea3ce4864314448102 (commit)


- Log -----------------------------------------------------------------
commit 92c22b09a3cd48696604b4980d35691dab8ac605
Author: Paul <paul at claws-mail.org>
Date:   Tue Aug 6 07:22:12 2013 +0100

    insert X-Bogosity header like the option says, not X-Claws-Bogosity header

diff --git a/src/plugins/bogofilter/bogofilter.c b/src/plugins/bogofilter/bogofilter.c
index 6100100..f07ab84 100644
--- a/src/plugins/bogofilter/bogofilter.c
+++ b/src/plugins/bogofilter/bogofilter.c
@@ -290,7 +290,7 @@ static void bogofilter_do_filter(BogoFilterData *data)
 							const gchar *bogosity = *parts[1] == 'S' ? "Spam":
 										 (*parts[1] == 'H' ? "Ham":"Unsure");
 							gchar *tmpstr = g_strdup_printf(
-									"X-Claws-Bogosity: %s, spamicity=%s%s\n",
+									"X-Bogosity: %s, spamicity=%s%s\n",
 									bogosity, parts[2],
 									whitelisted?" [whitelisted]":"");
 							if (fwrite(tmpstr, 1, strlen(tmpstr), output) < strlen(tmpstr)) {

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/bogofilter/bogofilter.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list