diff website/issues/detectors/newissuecopy.py @ 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 81a9eda2a798
children 198b6e810c67
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
 

Roundup Issue Tracker: http://roundup-tracker.org/