Roundup Tracker - Issues

Message3712

Author stefan
Recipients richard, stefan
Date 2009-05-29.15:42:55
Message-id <1243611776.87.0.17668743043.issue2550551@psf.upfronthosting.co.za>
In-reply-to
Right now the sending of 'nosy' messages is handled by
IssueClass.nosymessage. This messages determines whom to send a given
message to, based on the issue's 'nosy' property.

Users may want to modify the way this message is sent out. For example,
they may want to send multiple mails, where addresses are grouped by
certain criteria (to hide customers from each other, say).

Is there any reason this code could not be moved into the nosyreaction
class itself (or a baseclass, if it is used elsewhere, too) ? That would
allow it to be customized.
History
Date User Action Args
2009-05-29 15:42:56stefansetmessageid: <1243611776.87.0.17668743043.issue2550551@psf.upfronthosting.co.za>
2009-05-29 15:42:56stefansetrecipients: + stefan, richard
2009-05-29 15:42:56stefanlinkissue2550551 messages
2009-05-29 15:42:56stefancreate