Mercurial > p > roundup > code
changeset 4376:b622e150c0ba website
issues: Adding roundup-devel@lists.sourceforge.net to the list of recipients
for copies of new issues.
| author | Bernhard Reiter <ber@users.sourceforge.net> |
|---|---|
| date | Tue, 04 May 2010 21:29:29 +0000 |
| parents | 099e33402fc7 |
| children | 86a864e36331 |
| files | website/issues/detectors/newissuecopy.py |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/website/issues/detectors/newissuecopy.py Wed Feb 24 22:48:53 2010 +0000 +++ b/website/issues/detectors/newissuecopy.py Tue May 04 21:29:29 2010 +0000 @@ -11,7 +11,8 @@ try: # note: last arg must be a list cl.send_message(nodeid, msgid, change_note, - ['r1chardj0n3s@gmail.com']) + ['r1chardj0n3s@gmail.com', + 'roundup-devel@lists.sourceforge.net']) except roundupdb.MessageSendError, message: raise roundupdb.DetectorError, message
