Changeset 635
- Timestamp:
- 08/07/13 12:39:47 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/email2trac.py.in
r634 r635 2410 2410 self.logger.debug('function notify()') 2411 2411 2412 2413 #if self.parameters.notification_replyto_rewrite:2414 # global REPLY_TO_ADDRESS2415 # dummy = self.smtp_replyto.split('@')2416 2417 # if len(dummy) > 1:2418 # REPLY_TO_ADDRESS = '%s+%s@%s' %(dummy[0], self.id, dummy[1])2419 # else:2420 # REPLY_TO_ADDRESS = '%s+%s' %(dummy[0], self.id)2421 2422 # import trac.notification as Email2TracNotification2423 # Email2TracNotification.Notify.notify = set_reply_to_field2424 2412 2425 2413 class Email2TracNotifyEmail(TicketNotifyEmail):
Note: See TracChangeset
for help on using the changeset viewer.