diff -urN sendmail.orig/conf.h sendmail/conf.h --- sendmail.orig/conf.h 2002-10-31 05:28:36.000000000 +0200 +++ sendmail/conf.h 2004-07-28 10:34:22.000000000 +0300 @@ -66,7 +66,8 @@ #endif /* ! MAXAUTHINFO */ #define MAXPV 256 /* max # of parms to mailers */ #define MAXATOM 1000 /* max atoms per address */ -#define MAXRWSETS 200 /* max # of sets of rewriting rules */ +//#define MAXRWSETS 200 /* max # of sets of rewriting rules */ +#define MAXRWSETS 220 /* max # of sets of rewriting rules */ #define MAXPRIORITIES 25 /* max values for Precedence: field */ #define MAXMXHOSTS 100 /* max # of MX records for one host */ #define SMTPLINELIM 990 /* maximum SMTP line length */