Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (97 - 99 of 332)

Ticket Resolution Summary Owner Reporter
#122 fixed An new error bas cbidwell@…
Description

Please forgive me as I'm not well versed with postfix/email so much. This is the error I'm getting:

Jan 28 16:21:40 ehpdevel postfix/local[11774]: A5DAFF08F8: to=<trac@…>, relay=local, delay=0.14, delays=0.03/0.04/0/0.07, dsn=5.3.0, status=bounced (Command died with status 251: "/usr/local/bin/run_email2trac --project=trac --ticket_prefix=trac")

Running Trac v11.2.1.

This is my line in my aliases file: trac: |"/usr/local/bin/run_email2trac --project=trac --ticket_prefix=trac"

Both the run_email2trac and the email2trac file are chowned by user nobody.

Any help would be greatly appreciated.

#123 fixed NameError: global name 'parameter' is not defined bas tomasz.sterna@…
Description

I have a Trac 0.11.1 (easy_install trac) installed and running.

I downloaded email2trac-0.70 and installed it from email2trac_0.70-1_amd64.deb. After configuring it, I get the following error in syslog when I send mails to the email2trac address:

Feb  6 13:39:50 hetzner1 email2trac: Traceback (most recent call last): 
Feb  6 13:39:50 hetzner1 email2trac:   File "/usr/bin/email2trac", line 1465, in <module>     tktparser = TicketEmailParser(env, settings, float(version)) 
Feb  6 13:39:50 hetzner1 email2trac:   File "/usr/bin/email2trac", line 228, in __init__     self.REFLOW = int(parameter['reflow']) 
Feb  6 13:39:50 hetzner1 email2trac: NameError: global name 'parameter' is not defined 
#124 fixed new ticket creation fails: AttributeError: 'NoneType' object has no attribute 'replace' anonymous gdh@…
Description

Hi - I've used dpkg-buildpackage on Ubuntu hardy to build email2trac 0.70 with trac 0.11. Trying either run_email2trac in /etc/aliases, or email2trac in /etc/aliases.nobody (chowned + postalias'd) fails with this error when I run 'mail tracproj <msg.txt'

Feb 23 12:56:54 dev postfix/qmgr[25750]: F07E51F49FE: from=<root@…>, size=2214, nrcpt=1 (que ue active) Feb 23 12:56:55 dev email2trac: Traceback (most recent call last): Feb 23 12:56:55 dev email2trac: File "/usr/bin/email2trac", line 1466, in <module> tktparser.parse(sys .stdin) Feb 23 12:56:55 dev email2trac: File "/usr/bin/email2trac", line 835, in parse m.replace_header('Subje ct', mSubject?.replace('\r', ).replace('\n', )) Feb 23 12:56:55 dev email2trac: AttributeError?: 'NoneType?' object has no attribute 'replace' Feb 23 12:56:55 dev postfix/local[25758]: F07E51F49FE: to=<tracproj@…>, orig_to=<tracproj>, relay=local, delay=0.44, delays=0.02/0.01/0/0.42, dsn=5.3.0, status=bounced (Command died with status 1: "/usr/bin/email2trac ". Command output: TD: saving email to /tmp/tmpSOrsIb.email2trac )

If I run 'email2trac <msg.txt' manually from the commandline as root, then the new ticket is created OK :/

My /etc/aliases.nobody is this one line: tracproj: |"/usr/bin/email2trac "

Note: See TracQuery for help on using queries.