diff options
author | peter <peter@FreeBSD.org> | 1996-09-07 18:48:52 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-09-07 18:48:52 +0000 |
commit | 79ba94b99fd97463c1bbaf51da25a7911ca4cb42 (patch) | |
tree | eb2614adde8d84305f122c7c9daf4ff3119e2065 /usr.sbin/ctm/mkCTM/ctm_conf.smp-cur | |
parent | a80e135e4928df7b12e994f9d506fe75e8e422c5 (diff) | |
download | FreeBSD-src-79ba94b99fd97463c1bbaf51da25a7911ca4cb42.zip FreeBSD-src-79ba94b99fd97463c1bbaf51da25a7911ca4cb42.tar.gz |
- resync with configs running on freefall
- add ctm_conf.gnats from freefall
- add support for doing both the immediate mailout and the queued mailout.
- use "sendmail -odq -t" rather than "sendamil -t" to make it queue to
the mailqueue rather than immediately begin transmission. This allows
us to take advantage of our ordered dequeueing system without blowing
WC's T1 to hell with a 50 part mailout in parallel.
- bump the max ctm size from 3MB to 10MB.... This is mainly for the fast
list.
Diffstat (limited to 'usr.sbin/ctm/mkCTM/ctm_conf.smp-cur')
-rw-r--r-- | usr.sbin/ctm/mkCTM/ctm_conf.smp-cur | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/ctm/mkCTM/ctm_conf.smp-cur b/usr.sbin/ctm/mkCTM/ctm_conf.smp-cur index 8d8d59c..56d538d 100644 --- a/usr.sbin/ctm/mkCTM/ctm_conf.smp-cur +++ b/usr.sbin/ctm/mkCTM/ctm_conf.smp-cur @@ -2,6 +2,5 @@ set CTMname smp-cur set CTMref /home/smp -set CTMdest $CTMSW/../CTM-priv/$CTMname -set CTMdont {\.core$|^/CVSROOT/history.*$|/#cvs|/\.#} -set CTMmail smp-cvs-cur +set CTMdont {\.core$|^/CVSROOT/history.*$|/#cvs|/\.#|^CVSROOT/val-tags$} +set CTMmail smp-cvs-cur@freebsd.org |