OpenSSL: OCSP under DANE
[exim.git] / src / src / spam.h
index 05ab655dedee41ae7d5e74c717d7f67440fc71de..cc36ffd3f7fd3bcd35e2bd007948be4d9622b3c8 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) Tom Kistner <tom@duncanthrax.net> 2003 - 2015 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* License: GPL */
 
 /* spam defines */
@@ -12,7 +13,8 @@
 /* timeout for reading and writing spamd */
 #define SPAMD_TIMEOUT 120
 
-/* maximum length of the spam bar */
+/* maximum length of the spam bar, please update the
+ * spec, the max length is mentioned there */
 #define MAX_SPAM_BAR_CHARS 50
 
 /* SHUT_WR seems to be undefined on Unixware ? */
@@ -20,8 +22,9 @@
 # define SHUT_WR 1
 #endif
 
-/* default weight */
+/* Defaults */
 #define SPAMD_WEIGHT 1
+#define SPAMD_PRIORITY 1
 
 typedef struct spamd_address_container
 {