git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Testsuite: when running under the testharness, wait longer for transport process...
[exim.git]
/
src
/
src
/
spam.h
diff --git
a/src/src/spam.h
b/src/src/spam.h
index 7ab6d2a586d986595e8e32e5c511c67af4f27c4f..2fe73809ef5703f9ee78dfd03b673091827a8991 100644
(file)
--- a/
src/src/spam.h
+++ b/
src/src/spam.h
@@
-2,7
+2,7
@@
* Exim - an Internet mail transport agent *
*************************************************/
* Exim - an Internet mail transport agent *
*************************************************/
-/* Copyright (c) Tom Kistner <tom@duncanthrax.net> 2003
-????
*/
+/* Copyright (c) Tom Kistner <tom@duncanthrax.net> 2003
- 2015
*/
/* License: GPL */
/* spam defines */
/* License: GPL */
/* spam defines */
@@
-12,7
+12,8
@@
/* timeout for reading and writing spamd */
#define SPAMD_TIMEOUT 120
/* 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 ? */
#define MAX_SPAM_BAR_CHARS 50
/* SHUT_WR seems to be undefined on Unixware ? */
@@
-28,8
+29,10
@@
typedef struct spamd_address_container
uschar * hostspec;
int is_rspamd:1;
int is_failed:1;
uschar * hostspec;
int is_rspamd:1;
int is_failed:1;
- int is_backup:1;
unsigned int weight;
unsigned int weight;
+ unsigned int timeout;
+ unsigned int retry;
+ unsigned int priority;
} spamd_address_container;
#endif
} spamd_address_container;
#endif