File: maxseq.patch

package info (click to toggle)
sendmail 8.18.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,496 kB
  • sloc: ansic: 105,736; perl: 7,504; sh: 5,488; makefile: 889
file content (11 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
--- a/sendmail/conf.h
+++ b/sendmail/conf.h
@@ -84,7 +84,7 @@ struct rusage;	/* forward declaration to
 # error "MEMCHUNKSIZE must be at least MAXLINE"
 #endif
 #define MAXUSERENVIRON	100	/* max envars saved, must be >= 3 */
-#define MAXMAPSTACK	12	/* max # of stacked or sequenced maps */
+#define MAXMAPSTACK	128	/* max # of stacked or sequenced maps */
 #if MILTER
 # define MAXFILTERS	25	/* max # of milter filters */
 # define MAXFILTERMACROS 50	/* max # of macros per milter cmd */