HTTPD has several commit lists configured in asf-mailer.conf The default: to_addr = [email protected]
A) # needed for infra for_paths = httpd/mod_mbox/trunk/scripts to_addr = [email protected] [email protected] B) # can likely be dropped, see below for_paths = httpd/httpd exclude_paths = httpd/httpd/win32-msi to_addr = [email protected] C) # separate list not needed (see INFRA-17829) for_paths = httpd/apreq to_addr = [email protected] D) # no such path for_paths = httpd/mod_python to_addr = [email protected] E) # can be dropped? for_paths = httpd/httpd/win32-msi to_addr = [email protected] I think D) can be dropped, because there seems to be no such SVN path. Also python-cvs@ only seems to exist as an alias for [email protected] Looks like the SVN folder was dropped in May 2008 [1] The last commit for E) was in 2013. I suspect the separate list could be dropped. This would allow B) to be dropped as well This would simplify the SVN config considerably. Sebb. [1] http://mail-archives.apache.org/mod_mbox/quetz-mod_python-commits/200805.mbox/%[email protected]%3e
