Bruce Dubbs wrote:
This is something we need to fix.

I changed a line in the python script for email notifications:

This:
if public_cc:
        headers['Cc'] = ccrcpts

Became:
#if public_cc:
headers['Cc'] = ccrcpts

And now the CC's seem to be coming through to the list.

http://archives.linuxfromscratch.org/mail-archives/blfs-book/2006-February/017674.html

Next thing I want to look at, is that currently, Trac appears to glean all emails in the ticket and append them to the 'To:' field. I'd like to change that to just the owner and reporter.

--
JH
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to