comparison roundup/cgi/actions.py @ 2108:54815ca493a5

add line to rego email to help URL detection [SF#906247]
author Richard Jones <richard@users.sourceforge.net>
date Wed, 24 Mar 2004 20:31:43 +0000
parents b7404a96b58a
children b86f0627b07c
comparison
equal deleted inserted replaced
2107:b7404a96b58a 2108:54815ca493a5
715 reply's additional "Re:" is ok), 715 reply's additional "Re:" is ok),
716 716
717 - or visit the following URL: 717 - or visit the following URL:
718 718
719 %(url)s?@action=confrego&otk=%(otk)s 719 %(url)s?@action=confrego&otk=%(otk)s
720
720 """ % {'name': props['username'], 'tracker': tracker_name, 'url': self.base, 721 """ % {'name': props['username'], 'tracker': tracker_name, 'url': self.base,
721 'otk': otk, 'tracker_email': tracker_email} 722 'otk': otk, 'tracker_email': tracker_email}
722 if not self.client.standard_message([props['address']], subject, body, 723 if not self.client.standard_message([props['address']], subject, body,
723 tracker_email): 724 tracker_email):
724 return 725 return

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