Custom Query (332 matches)
Results (250 - 252 of 332)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#89 | fixed | Issue with 'blank' emails containing only attachments | anonymous | anonymous |
Description |
If a blank email is sent with just an attachment, a blank comment is appended to the comments. 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) |
|||
#88 | fixed | Ease of use | bas | anonymous |
Description |
Add monikers that can be placed within the body text of an email to set ticket properties. e.g.: STATUS:Closed or [STATUS:Closed] |
|||
#87 | fixed | Doesn't work when email has '>From ' in the headers. | bas | email2trac@… |
Description |
I use procmail in explicit delivery mode to a user called email. It rewrites the 'From ' line at the start with the correct one but also copies the old one to another line just after the new one. email2trac just drops this with no error message or anything. If I grep out '^>From ' it works as expected. My emails look like this: From horde@phipps-hutton.freeserve.co.uk Thu Sep 25 13:10:07 2008 >From email Thu Sep 25 13:10:07 2008 Return-Path: <horde@phipps-hutton.freeserve.co.uk> Delivered-To: unknown Received: from pop.freeserve.com (193.252.22.129) by hal.local with POP3; 25 Sep 2008 12:10:07 -0000 Message-ID: <20080925130902.x9nn00trxcoso4so@127.0.0.1> User-Agent: Horde Application Framework 3.1 Date: Thu, 25 Sep 2008 13:09:02 +0100 To: CalendarReminders: ; From: horde@phipps-hutton.freeserve.co.uk Subject: Reminder: Trac test 32 You requested to be reminded about Trac test 32, which is on 09/25/08 at 01:10pm. This is the first line. Second line. * trac markup * more markup {{{ fixed font hopefully }}} last line, bye! |
Note: See TracQuery
for help on using queries.