aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/protocol.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-03-16 12:01:27 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-03-16 12:01:27 +0000
commit19fb007bdaf0fff4980cdf4c0032fee3d46d3013 (patch)
treefc0bc94a30b0c342aa0ac3de6c7d70d1c7a78b83 /src/libserver/protocol.c
parentc9064c6d065f11fe75508b5f80e608cb947f139e (diff)
downloadrspamd-19fb007bdaf0fff4980cdf4c0032fee3d46d3013.tar.gz
rspamd-19fb007bdaf0fff4980cdf4c0032fee3d46d3013.zip
[Fix] Fix subject rewriting
Diffstat (limited to 'src/libserver/protocol.c')
-rw-r--r--src/libserver/protocol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserver/protocol.c b/src/libserver/protocol.c
index 7d9576a30..c64dbcc51 100644
--- a/src/libserver/protocol.c
+++ b/src/libserver/protocol.c
@@ -812,6 +812,7 @@ make_rewritten_subject (struct rspamd_metric *metric, struct rspamd_task *task)
p += 2;
c = p;
+ continue;
}
p ++;