Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 332)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#8 invalid With restrict_owner=true ticket is not created. bas TYatsurak@…
Description

Trac 0.10.4 using apache, email2trac 0.9.5

restrict_owner=true in trac.ini, component Support has valid owner, get_known_users query shows all users with fully specified names.

---

cat msg.txt|email2trac --component=Support Traceback (most recent call last):

File "/usr/local/bin/email2trac", line 974, in ?

tktparser.parse(sys.stdin)

File "/usr/local/bin/email2trac", line 560, in parse

self.new_ticket(m)

File "/usr/local/bin/email2trac", line 432, in new_ticket

tkt = Ticket(self.env)

File "/usr/lib/python2.4/site-packages/trac/ticket/model.py", line 37, in init

self.fields = TicketSystem?(self.env).get_ticket_fields()

File "/usr/lib/python2.4/site-packages/trac/ticket/api.py", line 104, in get_ticket_fields

for username, name, email in self.env.get_known_users(db):

File "/usr/lib/python2.4/site-packages/trac/env.py", line 320, in get_known_users

for username,name,email in cursor:

File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 40, in iter

row = self.cursor.fetchone()

File "/usr/lib/python2.4/site-packages/pyPgSQL/PgSQL.py", line 3158, in fetchone

raise Error, \

Error: fetchone() failed - cursor does not contain a result. TD: saving email to /tmp/tmpT0AepR.email2trac ---

#44 fixed With a ticket update we must check if message is Spam bas anonymous
Description

With ticket update there is no check if this is a SPAM message. I will build in the check, bas

#5 fixed Windows 2003 Installation bas anonymous
Description

Will email2trac run in a windows environment?

it may be as simple as a batch file that runs

type *.msg > email2trac.py
del *.msg
1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.