Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 332)

Ticket Resolution Summary Owner Reporter
#85 fixed ImportError: No module named genshi bas didley@…
Description

I got this error when I start python email2trac.py.

Traceback (most recent call last):
  File "email2trac.py", line 104, in <module>
    from trac import config as trac_config
  File "d:\programme\python25\lib\site-packages\Trac-0.11stable-py2.5.egg\trac\config.py", line 19,
in <module>
    from trac.util.compat import set, sorted
  File "d:\programme\python25\lib\site-packages\Trac-0.11stable-py2.5.egg\trac\util\__init__.py", li
ne 32, in <module>
    from trac.util.html import escape, unescape, Markup, Deuglifier
  File "d:\programme\python25\lib\site-packages\Trac-0.11stable-py2.5.egg\trac\util\html.py", line 1
6, in <module>
    from genshi import Markup, escape, unescape
ImportError: No module named genshi

I'm using

Trac: 0.11stable
Python: 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
setuptools: 0.6c6
SQLite: 3.3.4
pysqlite: 2.3.2
Genshi: 0.5.1dev
Subversion: 1.4.3 (r23084)
jQuery: 1.2.6

on Microsoft Windows 2000 SP5

#86 fixed Disable notificatiosn to reporter on a per-project basis bas saranl@…
Description

I'd like to route some automatically generated emails (like a status report) to generate a ticket as usual but NOT have any notifications sent to the 'reporter' address when the ticket is created or updated (in fact ever).

Maybe there could be an option for this I could add to the project options in email2trac.conf - it's easy enough to route these mails to a particular address and have the project name set on the command line.

#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.