Changeset 305
- Timestamp:
- 01/11/10 16:09:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/email2trac.py.in
r304 r305 266 266 self.SUBJECT_FIELD_SEPARATOR = '&' 267 267 268 self.trac_smtp_from = self.get_config('notification', 'smtp_from') 269 268 270 def spam(self, message): 269 271 """ … … 444 446 # and forbid the ticket email address as author field 445 447 446 if self. author == self.trac_smtp_from:448 if self.email_addr == self.trac_smtp_from: 447 449 self.author = "email2trac" 448 450 else: … … 1000 1002 self.notification = 0 1001 1003 1002 self.trac_smtp_from = self.get_config('notification', 'smtp_from')1003 1004 1004 1005 # Check if FullBlogPlugin is installed
Note: See TracChangeset
for help on using the changeset viewer.