]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] Use sane default rewrite subject (*** SPAM *** %s)
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 20 Dec 2016 17:10:44 +0000 (17:10 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 20 Dec 2016 17:14:17 +0000 (17:14 +0000)
src/rspamd.h

index 4b3388e4d73d184032f12df24b03f8773ea75419..cc9519ca38665b0955aeebd017e997f37fd2b874 100644 (file)
@@ -29,7 +29,7 @@
 #define SOFT_SHUTDOWN_TIME 10
 
 /* Spam subject */
-#define SPAM_SUBJECT "*** SPAM *** "
+#define SPAM_SUBJECT "*** SPAM *** %s"
 
 #ifdef CRLF
 #undef CRLF