1 /*************************************************
2 * Exim - an Internet mail transport agent *
3 *************************************************/
5 /* Copyright (c) Tom Kistner <tom@duncanthrax.net> 2003 - 2015 */
10 #ifdef WITH_CONTENT_SCAN
12 /* timeout for reading and writing spamd */
13 #define SPAMD_TIMEOUT 120
15 /* maximum length of the spam bar, please update the
16 * spec, the max length is mentioned there */
17 #define MAX_SPAM_BAR_CHARS 50
19 /* SHUT_WR seems to be undefined on Unixware ? */
25 #define SPAMD_WEIGHT 1
27 typedef struct spamd_address_container
35 unsigned int priority;
36 } spamd_address_container;