]> source.dussan.org Git - rspamd.git/commitdiff
Add a workaround to avoid bad HTML messages breaking.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 21 Jul 2015 11:46:06 +0000 (12:46 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 21 Jul 2015 11:46:06 +0000 (12:46 +0100)
src/libmime/message.c

index 1f8167f7c6ae82f7a43e676f065ee3598751befb..238b4e700332444074607557bb47c67715e881ca 100644 (file)
@@ -150,6 +150,7 @@ unbreak_tag:
                                                p - tbegin,
                                                end - tbegin,
                                                &level_ptr);
+                               *(rp ++) = ' ';
                                break;
 
                        case 2:         /* PHP */