From: Fred L. D. <fd...@us...> - 2003-07-15 17:43:00
|
Update of /cvsroot/cvs-syncmail/syncmail In directory sc8-pr-cvs1:/tmp/cvs-serv5197 Added Files: Tag: new-config-branch sample.conf Removed Files: Tag: new-config-branch syncmail.conf Log Message: Rename syncmail.conf to sample.conf since it is only intended as a sample, not as a template. --- NEW FILE: sample.conf --- ; In values, substitutions for $BRANCH, $CVSROOT, and $HOSTNAME are ; available. These may also be spelled with curlies (for example: ; ${BRANCH}). These are replaced by the branch name (or the empty ; string for the trunk), the CVSROOT environment variable (not the ; root specified using --cvsroot), and the hostname (from the HOSTNAME ; environment variable or, if not set, the fully-qualified hostname). [general] ; miscellaneous verbose = true email = true ; the kind of diff we generate context-lines = 2 diff-type = unified ; how email is generated from-host = $HOSTNAME reply-to = smtp-server = localhost subject-prefix = to = cvs...@li... [branch] ; the * branch applies to all branches subject-prefix = $BRANCH: [branch my-project-branch] email = false [branch another-branch] subject-prefix = [Special] to = my...@ex... --- syncmail.conf DELETED --- |