X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/dc7b3d368017727e9438fc7463b0841df1e4aa41..a8af957d93348cd8c74b852431fae7e65bc8297f:/src/src/spam.h diff --git a/src/src/spam.h b/src/src/spam.h index e7da49beb..2fe73809e 100644 --- a/src/src/spam.h +++ b/src/src/spam.h @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) Tom Kistner 2003-???? */ +/* Copyright (c) Tom Kistner 2003 - 2015 */ /* License: GPL */ /* spam defines */ @@ -12,7 +12,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 ? */