79ba94b99f
- 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.
9 lines
248 B
Tcl
9 lines
248 B
Tcl
#!/usr/local/bin/tclsh
|
|
|
|
set CTMname src-cur
|
|
set CTMref /c/src
|
|
set CTMdont {\.core$|/CVS$|/CVS/|^/secure|^/eBones|/#cvs|/\.#}
|
|
set CTMmail ctm-src-cur-fast@freebsd.org
|
|
set CTMqueue /home/ctm/queue/ctm-src-cur
|
|
set CTMqueuemail ctm-src-cur@freebsd.org
|