NAMESZ-1 bytes because the message says "exceeds", not
"is greater than or equal to".
2008-10-23 David Levine <levinedl@acm.org>
+ * sbr/m_getfld.c: in warning message, use NAMESZ-2 instead of
+ NAMESZ-1 bytes because the message says "exceeds", not
+ "is greater than or equal to".
+
+2008-10-23 David Levine <levinedl@acm.org>
+
* docs/MAIL.FILTERING: added note on removing procmail -f or
-r options to try to suppress generation of a "From " line on
incoming messages.
}
if ((i -= j) <= 0) {
*cp = *buf = 0;
- advise (NULL, "field name \"%s\" exceeds %d bytes", name, NAMESZ - 1);
+ advise (NULL, "field name \"%s\" exceeds %d bytes", name, NAMESZ - 2);
state = LENERR;
goto finish;
}