Modify

Opened 16 years ago

Closed 16 years ago

#89 closed defect (fixed)

Issue with 'blank' emails containing only attachments

Reported by: anonymous Owned by: anonymous
Priority: major Milestone:
Component: email2trac Version: 0.3
Keywords: Cc:

Description

If a blank email is sent with just an attachment, a blank comment is appended to the comments.

Line 630@email2trac.py

I seem to have alleviated this issue by simply changing that line to:


if body_text.strip():
     tkt.save_changes(self.author, body_text, when)

Attachments (0)

Change History (2)

comment:1 Changed 16 years ago by anonymous

  • Owner changed from bas to anonymous
  • Status changed from new to assigned

thanks fixed in trunk version. Do you want your name in the ChangeLog??

comment:2 Changed 16 years ago by bas

  • Resolution set to fixed
  • Status changed from assigned to closed

No response

Add Comment

Modify Ticket

Change Properties
Action
as closed The owner will remain anonymous.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.