#2169 koji-gc: allow specifying CC and BCC address for email notifications
Closed: Fixed by tkopecek. Opened by tkopecek.

placeholder #1924


PR #2195

Metadata Update from @tkopecek:
- Custom field Size adjusted to None

Metadata Update from @jcupova:
- Issue tagged with: testing-ready

Metadata Update from @jcupova:
- Issue tagged with: testing-done

Commit 8734a9c2 fixes this issue

Commit 62422978 fixes this issue

I reopen it, I found a bug when we don't have specify --cc-addr and --bcc-addr:
Traceback (most recent call last):
File "/usr/sbin/koji-gc", line 1005, in
rv = main(args)
File "/usr/sbin/koji-gc", line 440, in main
globals()'handle_' + x
File "/usr/sbin/koji-gc", line 560, in handle_trash
send_warning_notice(owner_name, [x[1] for x in builds])
File "/usr/sbin/koji-gc", line 413, in send_warning_notice
emails = [msg['To']] + options.cc_addr + options.bcc_addr
TypeError: can only concatenate list (not "NoneType") to list

Metadata Update from @jcupova:
- Issue status updated to: Open (was: Closed)

Metadata Update from @jcupova:
- Issue untagged with: testing-done, testing-ready

Metadata Update from @jcupova:
- Issue tagged with: testing-done, testing-ready

Commit 8d850f14 fixes this issue

Commit 71edb2fa relates to this ticket

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/2169

Please continue any further discussion there.

Metadata
Related Pull Requests