Author: bz Date: Fri Sep 30 08:05:58 2011 New Revision: 225884 URL: http://svn.freebsd.org/changeset/base/225884
Log: Add the stable-9 block so that commits to stable/9 will also get a proper X-SVN-Group: header to filter and are archived to their own list as well. It might be worth mentioning that postmaster informed me that the per-stable-branch lists are not having many subscribers so we might want to re-consider if we want/need the dedicated per-stable-branch list for archiving in the future. Reviewed by: simon Modified: svnadmin/conf/mailer.conf Modified: svnadmin/conf/mailer.conf ============================================================================== --- svnadmin/conf/mailer.conf Fri Sep 30 05:17:57 2011 (r225883) +++ svnadmin/conf/mailer.conf Fri Sep 30 08:05:58 2011 (r225884) @@ -342,6 +342,10 @@ to_addr = src-committ...@freebsd.org svn for_paths = ^head(/[^/]+)*$ to_addr = src-committ...@freebsd.org svn-src-all@freebsd.org svn-src-h...@freebsd.org +[stable-9] +for_paths = ^stable/9(/[^/]+)*$ +to_addr = src-committ...@freebsd.org svn-src-all@freebsd.org svn-src-sta...@freebsd.org svn-src-stabl...@freebsd.org + [stable-8] for_paths = ^stable/8(/[^/]+)*$ to_addr = src-committ...@freebsd.org svn-src-all@freebsd.org svn-src-sta...@freebsd.org svn-src-stabl...@freebsd.org @@ -355,7 +359,7 @@ for_paths = ^stable/6(/[^/]+)*$ to_addr = src-committ...@freebsd.org svn-src-all@freebsd.org svn-src-sta...@freebsd.org svn-src-stabl...@freebsd.org [stable-other] -for_paths = ^stable/[^678](/[^/]+)*$ +for_paths = ^stable/[^6789](/[^/]+)*$ to_addr = src-committ...@freebsd.org svn-src-all@freebsd.org svn-src-sta...@freebsd.org svn-src-stable-ot...@freebsd.org [projects] _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"