Peter Connolly writes: > > I've tried that and when I commit, I get the following messages: > > Processing log script arguments... > Mailing the commit message to (from [EMAIL PROTECTED]) > No recipient addresses found in header > > which I guess means that $mail_to and its progenitor $addr_list in the > <mail_notification> subroutine are not being set properly....but no > hints as to how to format those email addresses into loginfo... > > General question: Is it really expected that EVERYONE that wants to > set up and use these contrib scripts have to read them, understand them > and retro-engineer the inputs?
Apparently so. It appears that you're expected to customize the log_accum script for your environment. In particular, look for the mlist_map subroutine, both the definition of which and the call are commented out. It appears that you�need to set $mlist to the list of recipients somehow -- the commented out code provides one example but you can do it any way you like. The downside of that, of course, is that you *have* to do it, whether you want to or not. -Larry Jones Hey! What's the matter? Can't you take a joke?! It was a JOKE! -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
